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
Age
Commit message (
Expand
)
Author
2009-12-31
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-28
xlib: Integrate the trace driver with all pipe drivers.
José Fonseca
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-09-04
gallium/xlib: minor clean-ups
Brian Paul
2009-09-03
gallium/xlib: silence unitialized var warning
Brian Paul
2009-08-31
Gallium xlib: Add support for BGRA visuals.
Michel Dänzer
2009-08-29
xlib: Ensure one screen instance.
José Fonseca
2009-08-29
xlib: Complete llvmpipe integration.
José Fonseca
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: delete fakeglx.h
Brian Paul
2009-08-12
gallium/glx/xlib: rename fakeglx.c to glx_api.c
Brian Paul
2009-08-12
gallium/glx/xlib: delete glxapi.h
Brian Paul
2009-08-12
gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c
Brian Paul
2009-08-12
gallium/glx/xlib: rename glxapi.c to glx_getproc.c
Brian Paul
2009-08-12
gallium/glx/xlib: don't include fakeglx.h
Brian Paul
2009-08-12
gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLX
Brian Paul
2009-06-24
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-17
st/glx: added null ptr check in Fake_glXCreatePixmap()
Brian Paul
2009-05-01
gallium/glx: say we're direct rendering
Brian Paul
2009-05-01
xlib winsys: use new st_swapbuffers() function
Brian Paul
2009-03-18
st: call _glapi_check_multithread from st_make_current
Keith Whitwell
2009-03-18
xlib st: Fix makeCurrent.
Thomas Hellstrom
2009-03-13
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-09
scons: Also define USE_XSHM for the glx/xlib state tracker build.
Michel Dänzer
2009-03-09
Fix up another instance of _mesa_unreference_framebuffer().
Michel Dänzer
2009-03-03
st/dri2: Add DRI2 a state tracker
Jakob Bornecrantz
2009-02-22
gallium: remove dependency on main/glheader.h in glxapi.c
Brian Paul
2009-02-20
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-02-12
scons: Build xlib state tracker regardless of DRI settings.
José Fonseca
2009-02-02
scons: Fixups for the introduction of the xlib state_tracker.
Michel Dänzer
2009-01-23
gallium: change the st_get_framebuffer_surface/texture functions
Alan Hourihane
2009-01-17
xlib: don't explicitly create the pipe_winsys struct
Keith Whitwell
2009-01-13
xlib: allow winsys's to register themselves with glx/xlib state tracker
Keith Whitwell
2009-01-12
dri: make dri_display_surface static
Keith Whitwell
2009-01-12
dri: pull dri_swapbuffers.c into dri_drawable.c
Keith Whitwell
2009-01-12
dri: rename dri1 directory
Keith Whitwell
2009-01-12
dri: sketch of new device-independent glx/dri state tracker
Keith Whitwell
2009-01-09
xlib: move state tracker to glx/xlib
Keith Whitwell