summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx/xlib
Commit message (Expand)AuthorAgeFilesLines
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-192-8/+8
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-192-16/+16
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-1/+1
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-6/+6
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-1/+1
* st/xlib: Remove unnecessary header.Vinson Lee2010-02-121-1/+0
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-082-12/+5
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* st/xlib: Make glXGetProcAddressARB visibleJakob Bornecrantz2010-01-171-1/+1
* st/xlib: Mark GLX functions as public.Chia-I Wu2010-01-113-77/+80
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-0/+1
|\
| * gallium/xlib: Silence unused variable warning.Vinson Lee2009-12-271-0/+1
* | xlib: Integrate the trace driver with all pipe drivers.José Fonseca2009-12-281-4/+19
|/
* gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
* gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-073-13/+34
* gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5
* gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul2009-10-021-2/+2
* gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul2009-10-021-2/+2
* gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul2009-09-291-4/+4
* gallium/xlib: minor clean-upsBrian Paul2009-09-041-14/+5
* gallium/xlib: silence unitialized var warningBrian Paul2009-09-031-1/+1
* Gallium xlib: Add support for BGRA visuals.Michel Dänzer2009-08-311-0/+12
* xlib: Ensure one screen instance.José Fonseca2009-08-291-7/+2
* xlib: Complete llvmpipe integration.José Fonseca2009-08-291-2/+1
* st/xlib: remove a couple more 'fake' referencesKeith Whitwell2009-08-191-4/+2
* st/xlib: remove dead ungrab helperKeith Whitwell2009-08-191-13/+0
* st/xlib: reduce the proliferation of GLX context typesKeith Whitwell2009-08-141-57/+37
* gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul2009-08-124-10/+9
* gallium/glx/xlib: updated commentsBrian Paul2009-08-123-4/+2
* gallium/glx/xlib: delete fakeglx.hBrian Paul2009-08-121-41/+0
* gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul2009-08-123-2/+2
* gallium/glx/xlib: delete glxapi.hBrian Paul2009-08-121-36/+0
* gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.cBrian Paul2009-08-123-2/+2
* gallium/glx/xlib: rename glxapi.c to glx_getproc.cBrian Paul2009-08-123-2/+3
* gallium/glx/xlib: don't include fakeglx.hBrian Paul2009-08-121-1/+0
* gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLXBrian Paul2009-08-124-1574/+280
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-1/+1
|\
| * st/glx: added null ptr check in Fake_glXCreatePixmap()Brian Paul2009-06-171-1/+1
* | gallium/glx: say we're direct renderingBrian Paul2009-05-011-5/+8
* | xlib winsys: use new st_swapbuffers() functionBrian Paul2009-05-011-14/+7
|/
* st: call _glapi_check_multithread from st_make_currentKeith Whitwell2009-03-181-5/+0
* xlib st: Fix makeCurrent.Thomas Hellstrom2009-03-182-11/+17
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+0
* scons: Also define USE_XSHM for the glx/xlib state tracker build.Michel Dänzer2009-03-091-0/+2
* Fix up another instance of _mesa_unreference_framebuffer().Michel Dänzer2009-03-091-1/+1
* gallium: remove dependency on main/glheader.h in glxapi.cBrian Paul2009-02-221-1/+9
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-13/+5