summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/xm_api.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-04st/glx: Fix endless loop in drawable validationThomas Hellstrom1-1/+8
2011-06-29st/glx: Fix compilation errorThomas Hellstrom1-4/+2
2011-05-19st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul1-0/+12
2011-05-19st/glx: pass major, minor, context flags, etc to XMesaCreateContext()Brian Paul1-1/+3
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-6/+2
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-3/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-1/+1
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2010-11-18st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu1-0/+10
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-1/+1
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg1-7/+6
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu1-4/+14
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu1-1/+6
2010-08-24st/glx: Include main/core.h.Chia-I Wu1-10/+33
2010-08-22glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell1-1/+31
2010-08-22glx/xlib: remove another XSyncKeith Whitwell1-1/+0
2010-08-22glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell1-1/+1
2010-05-24st/glx: check if deleting head of buffer listBrian Paul1-0/+4
2010-05-21st/glx: fix incorrect parameter typeBrian Paul1-1/+1
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz1-1/+9
2010-05-17st/glx: adapt to interface changesRoland Scheidegger1-1/+3
2010-04-10Squashed commit of the following:Keith Whitwell1-1/+1
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger1-2/+2
2010-03-30st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu1-2/+7
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-2/+2
2010-03-23st/glx: add support for multiple displaysBrian Paul1-4/+26
2010-03-22st/glx: fix depth/stencil format selection codeBrian Paul1-7/+12
2010-03-14st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu1-1/+1
2010-03-14st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu1-53/+64
2010-03-13st/glx: Correctly set buffer_mask of a visual.Chia-I Wu1-3/+3
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu1-1/+1
2010-03-12st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu1-13/+9
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu1-133/+132
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell1-2/+3
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell1-1/+1
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell1-7/+1
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell1-12/+0
2010-03-08gallium: remove xlib_driver::display_surfaceKeith Whitwell1-7/+3
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell1-74/+17
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick1-2/+1
2010-03-01glx: Rename pipe formats.José Fonseca1-7/+7
2010-03-01xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca1-2/+2
2010-02-23st/glx: improved depth/stencil format selection codeBrian Paul1-40/+66
2010-02-23st/glx: added PIPE_FORMAT_Z24S8_UNORM codeBrian Paul1-1/+6
2010-02-20st/xlib: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-4/+4
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-7/+7
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul1-1/+1