summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
* glapi: Move to src/mapi/.Chia-I Wu2010-05-072-0/+2
* st/xlib: Try to propagate failure to create framebuffer.José Fonseca2010-04-231-3/+10
* st/glx: variable 'i' is an enumBrian Paul2010-04-211-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-102-20/+20
* Fix copyright headers.Chia-I Wu2010-04-102-10/+12
* 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-302-2/+11
|/
* st/glx: add support for multiple displaysBrian Paul2010-03-231-4/+26
* Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-03-231-1/+1
* st/glx: fix depth/stencil format selection codeBrian Paul2010-03-221-7/+12
* Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-168-196/+579
|\
| * st/glx: Fix glXCopySubBufferMESA.Chia-I Wu2010-03-141-1/+1
| * st/glx: Sync the back buffer to the front buffer.Chia-I Wu2010-03-141-4/+22
| * st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu2010-03-144-6/+53
| * st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu2010-03-142-58/+73
| * st/glx: Fix framebuffer validation.Chia-I Wu2010-03-131-24/+29
| * 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-134-19/+9
| * st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu2010-03-131-0/+6
| * 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: Respect user's CFLAGS for including X headersDan Nicholson2010-03-131-1/+2
|/
* 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