aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx/xlib/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu2010-11-181-0/+10
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-131-7/+6
* st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu2010-09-161-4/+14
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-1/+6
* st/glx: Include main/core.h.Chia-I Wu2010-08-241-10/+33
* glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell2010-08-221-1/+31
* glx/xlib: remove another XSyncKeith Whitwell2010-08-221-1/+0
* glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell2010-08-221-1/+1
* st/glx: check if deleting head of buffer listBrian Paul2010-05-241-0/+4
* st/glx: fix incorrect parameter typeBrian Paul2010-05-211-1/+1
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-1/+9
* st/glx: adapt to interface changesRoland Scheidegger2010-05-171-1/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-311-2/+2
|\
| * gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* | st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu2010-03-301-2/+7
|/
* st/glx: add support for multiple displaysBrian Paul2010-03-231-4/+26
* st/glx: fix depth/stencil format selection codeBrian Paul2010-03-221-7/+12
* st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu2010-03-141-1/+1
* st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu2010-03-141-53/+64
* st/glx: Correctly set buffer_mask of a visual.Chia-I Wu2010-03-131-3/+3
* st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu2010-03-131-1/+1
* st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu2010-03-121-13/+9
* st/glx: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-121-133/+132
* gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-2/+3
* gallium: create helper for swrast+xlib combinationKeith Whitwell2010-03-091-1/+1
* 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
* winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell2010-03-081-74/+17
* 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-231-40/+66
* 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-191-4/+4
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-7/+7
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-5/+5
* xlib: Integrate the trace driver with all pipe drivers.José Fonseca2009-12-281-4/+19
* gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-071-1/+1
* 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 winsys: use new st_swapbuffers() functionBrian Paul2009-05-011-14/+7