Stas Gurtovoy
8793e54e60
emulator gralloc: Make the cb_handle_t::validate static
...
This is nicer, since it checks the handle itself, not counting on the caller to check it
Change-Id: I7eba6292dee8e0832a8c0074f508c07c3bc43ff2
2011-06-30 09:14:16 +03:00
Guy Zadikario
7d39ef3772
emulator opengl: Fix gralloc color buffer uploads
...
Use the correct OpenGL pixel type enum when uploading
color buffer content to host.
Change-Id: Idc859306c0398850505f0f348796bc4f12b63b6a
2011-06-21 20:47:43 +02:00
Stas Gurtovoy
6a79e88f01
emulator opengl: pool of fixups to the system components.
...
Those fixes make the system load without failure.
Also the flinger and bootanimation are running.
Change-Id: Ieb7039e76c444df778a421a07bccc48514199245
2011-06-21 01:41:50 +03:00
Stas Gurtovoy
c36ac6ed2f
emulator opengl: moved gralloc buffer handle struct to be shared.
...
We need to share the cb_hande_t between gralloc/EGL/GLES, moved it
into the opengl system common lib.
Also added eglSwapBuffers implementation.
Change-Id: Ia461a48c273af42293aafcf084e457adf03cbed3
2011-06-11 00:16:21 +03:00