summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
* st/glx: Add xm_st.c to SConscript.Chia-I Wu2010-03-121-0/+1
* st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu2010-03-121-13/+9
* st/glx: Fix an infinite recursion in flush_front.Chia-I Wu2010-03-121-1/+1
* st/glx: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-126-165/+470
* gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-2/+3
* gallium: create helper for swrast+xlib combinationKeith Whitwell2010-03-092-5/+7
* targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell2010-03-091-7/+1
* ws/xlib: manage the GC internallyKeith Whitwell2010-03-091-12/+0
* gallium: remove xlib_driver::display_surfaceKeith Whitwell2010-03-081-7/+3
* gallium: introduce target directoryKeith Whitwell2010-03-082-13/+0
* winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell2010-03-084-93/+25
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-2/+1
* glx: Rename pipe formats.José Fonseca2010-03-011-7/+7
* xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca2010-03-011-2/+2
* st/glx: improved depth/stencil format selection codeBrian Paul2010-02-233-43/+71
* st/glx: added PIPE_FORMAT_Z24S8_UNORM codeBrian Paul2010-02-231-1/+6
* st/xlib: Add assert to check for null pointer dereference.Vinson Lee2010-02-201-0/+1
* 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