summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
* st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu2010-11-183-6/+16
* scons: Unify state tracker SConscriptsJakob Bornecrantz2010-11-051-4/+6
* scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz2010-11-051-3/+0
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-19/+19
* 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-132-2/+2
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-132-7/+7
* st/xlib: add some commentsBrian Paul2010-10-121-0/+8
* st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu2010-09-163-4/+21
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-1/+6
* st/glx: added some commentsBrian Paul2010-09-031-0/+8
* st/glx: re-order destruction of buffers, visualsBrian Paul2010-09-011-1/+1
* st/glx: Include main/core.h.Chia-I Wu2010-08-245-21/+38
* glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell2010-08-223-4/+42
* 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: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-1/+6
* 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
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-212-11/+11
|\
| * st/glx: adapt to interface changesRoland Scheidegger2010-05-172-11/+11
* | st/xlib: Remove unnecessary header.Vinson Lee2010-05-151-1/+0
* | 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