anyone interested in Xorg on wiz can git clone repo,
git://github.com/yoku/xf86-video-wiz.git
yet there is no real EXA acceleration in the driver.
pl let me know if u have ideas on how to hookup wiz 2D acceleration API's to EXA
hey trentg, making shared lib that worked, but now I am getting following error,
./gl: symbol lookup error: /usr/local/lib/libopengles_lite.so: undefined symbol: _Z27GLESOAL_GetDisplayDirectionv
Do I need to write a dummy function for GLESOAL_GetDisplayDirectionv in port.cpp ?
can u share...
Even with port.cpp I am getting same error while executing the compiled program.
arm-openwiz-linux-gnu-gcc main.c port.cpp -lnanoGL -ldl -o gl -I./lf1000/
step 1: Make 2 partitions on SD card, vfat for uImage & ext2/ext3 for rootfs
step 2: Get access to u-boot prompt (this can be done by flashing kernel with bad CRC)
step 3: Change u-boot environment variables to load kernel from vfat partition on SD. Also modify bootargs to mount rootfs from...
yes, I am going down on similar path.
openembedded seems to be complicated, instead I am trying to build rootfs for wiz using matrix.
http://sandbox.movial.com/wiki/index.php/Matrix
Actually I want to write Xserver-kdrive driver for WIZ.
Kdrive has support for Copy,Blend & Composite hooks. So if there is any library exposing these API's it will be great.
I am not quite sure whether 3D bliting API's can be integrated in kdrive, would it be feasible ?