summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/xm_api.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2010-11-18st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-08-24st/glx: Include main/core.h.Chia-I Wu
2010-08-22glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell
2010-08-22glx/xlib: remove another XSyncKeith Whitwell
2010-08-22glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell
2010-05-24st/glx: check if deleting head of buffer listBrian Paul
2010-05-21st/glx: fix incorrect parameter typeBrian Paul
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz
2010-05-17st/glx: adapt to interface changesRoland Scheidegger
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-30st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-23st/glx: add support for multiple displaysBrian Paul
2010-03-22st/glx: fix depth/stencil format selection codeBrian Paul
2010-03-14st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu
2010-03-14st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu
2010-03-13st/glx: Correctly set buffer_mask of a visual.Chia-I Wu
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu
2010-03-12st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell
2010-03-08gallium: remove xlib_driver::display_surfaceKeith Whitwell
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-01glx: Rename pipe formats.José Fonseca
2010-03-01xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca
2010-02-23st/glx: improved depth/stencil format selection codeBrian Paul
2010-02-23st/glx: added PIPE_FORMAT_Z24S8_UNORM codeBrian Paul
2010-02-20st/xlib: Add assert to check for null pointer dereference.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-09-04gallium/xlib: minor clean-upsBrian Paul