index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
glx
/
xlib
/
glx_api.c
Age
Commit message (
Expand
)
Author
2010-03-30
st/glx: Remove a wrong assertion in choose_pixel_format.
Chia-I Wu
2010-03-12
st/glx: Use st_api.h instead of st_public.h.
Chia-I Wu
2010-03-08
winsys/xlib: remove dependency on glx/x11 state tracker
Keith Whitwell
2010-02-23
st/glx: improved depth/stencil format selection code
Brian Paul
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
Remove _mesa_strncpy in favor of plain strncpy.
Kenneth Graunke
2010-01-11
st/xlib: Mark GLX functions as public.
Chia-I Wu
2009-12-27
gallium/xlib: Silence unused variable warning.
Vinson Lee
2009-10-07
gallium/xlib: call XQueryExtension() in glXQueryExtension()
Brian Paul
2009-10-07
gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320
Brian Paul
2009-10-07
gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()
Brian Paul
2009-10-02
gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()
Brian Paul
2009-10-02
gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()
Brian Paul
2009-09-29
gallium/xlib: fix GLX_RENDER_TYPE query
Brian Paul
2009-08-19
st/xlib: remove a couple more 'fake' references
Keith Whitwell
2009-08-19
st/xlib: remove dead ungrab helper
Keith Whitwell
2009-08-14
st/xlib: reduce the proliferation of GLX context types
Keith Whitwell
2009-08-12
gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/
Brian Paul
2009-08-12
gallium/glx/xlib: updated comments
Brian Paul
2009-08-12
gallium/glx/xlib: rename fakeglx.c to glx_api.c
Brian Paul