History log of /external/mesa3d/src/mesa/state_tracker/st_manager.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31aca27c08d6a385c595d34fe4ee06390bf5b0e8 12-Oct-2010 Kristian Høgsberg <krh@bitplanet.net> Drop GLframebuffer typedef and just use struct gl_framebuffer
/external/mesa3d/src/mesa/state_tracker/st_manager.h
0a7cbe845fe029411ae25c4bfe60763485a760f4 06-Aug-2010 Vinson Lee <vlee@vmware.com> st/mesa: Clean up header file inclusion in st_manager.h.

Include mtypes.h for GLcontext, gl_buffer_index, and GLframebuffer
symbols.
Include p_compiler.h for boolean symbol.
Include st_context.h in st_cb_eglimage.c as it previously included
st_context.h indirectly through st_manager.h.
/external/mesa3d/src/mesa/state_tracker/st_manager.h
57c654324f5577d30c5239cd0c2c3eb7ad474143 23-Jun-2010 Chia-I Wu <olv@lunarg.com> st/mesa: Add support for multiple APIs.

Add st_gl_api_create_es1 and st_gl_api_create_es2 to create OpeGL ES 1.1
and OpenGL ES 2.0 contexts respectively.
/external/mesa3d/src/mesa/state_tracker/st_manager.h
ba81b0743efd978509b1931d7b4b93f37e8aeb5e 09-Apr-2010 Chia-I Wu <olv@lunarg.com> Fix copyright headers.

Update the warranty disclaimer to use the more general "THE AUTHORS OR
COPYRIGHT HOLDERS". This is done manually on files created by me. Hope
that I do not miss anything.
/external/mesa3d/src/mesa/state_tracker/st_manager.h
a1aa53b2a934ca026bb115aca18a46fd920f9e8d 25-Feb-2010 Chia-I Wu <olv@lunarg.com> st/mesa: Implement GL_OES_EGL_image driver hooks.

Use st_manager::get_egl_image to look up GLeglImageOES and implement
EGLImageTargetTexture2D and EGLImageTargetRenderbufferStorage.
/external/mesa3d/src/mesa/state_tracker/st_manager.h
de8a879f5c77dbf5c31251e07b2f1b8d2635716c 07-Feb-2010 Chia-I Wu <olv@lunarg.com> st/mesa: Implement st_api.h.

There is currently no user of this new interface. As the inteface can
coexist with st_public.h, everthing should work as before.

ST_TEXTURE_2D is both defined by st_public.h and st_api.h. Reorder the
headers in st/dri to avoid conflicts.
/external/mesa3d/src/mesa/state_tracker/st_manager.h