summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu2010-05-312-20/+16
* gallium: fix TFP on galliumDave Airlie2010-05-311-0/+2
* st/egl: Update KMS backend to use resource_surface.Chia-I Wu2010-05-312-50/+28
* st/egl: Update GDI backend to use resource_surface.Chia-I Wu2010-05-311-146/+51
* st/egl: Update ximage backend to use resource_surface.Chia-I Wu2010-05-311-186/+52
* st/egl: Add helper functions for use by backends.Chia-I Wu2010-05-313-0/+306
* st/vega: Use SConscript for Windows build.Chia-I Wu2010-05-314-9/+61
* st/egl: Use OS-specific module suffices.Chia-I Wu2010-05-311-6/+17
* st/egl: Add GDI backend.Chia-I Wu2010-05-313-1/+556
* st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...José Fonseca2010-05-301-52/+20
* st/vega: Use FREE.Chia-I Wu2010-05-301-1/+1
* st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu2010-05-303-20/+141
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-05-301-2/+1
* st/egl: Initialize KMS backend from an fd.Chia-I Wu2010-05-301-6/+31
* egl/mks: remove extra param from function callBrian Paul2010-05-271-1/+1
* egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul2010-05-271-0/+1
* st/xorg: Remove unnecessary headers.Vinson Lee2010-05-262-2/+0
* st/dri: Remove dri.c from SCons build.Vinson Lee2010-05-261-1/+0
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-253-3/+3
* st/dri: Remove DRI1 supportJakob Bornecrantz2010-05-254-596/+6
* st/glx: check if deleting head of buffer listBrian Paul2010-05-241-0/+4
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-212-10/+13
* st/glx: fix incorrect parameter typeBrian Paul2010-05-211-1/+1
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-214-2/+13
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-214-1/+32
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-2120-217/+216
|\
| * st/egl: adapt to interface changesRoland Scheidegger2010-05-174-27/+21
| * st/dri: adapt to interface changesRoland Scheidegger2010-05-173-32/+61
| * st/glx: adapt to interface changesRoland Scheidegger2010-05-172-11/+11
| * st/wgl: adapt to interface changesRoland Scheidegger2010-05-171-3/+3
| * st/vega: adapt to interface changesRoland Scheidegger2010-05-174-57/+37
| * st/xorg: adapt to interface changesRoland Scheidegger2010-05-174-76/+54
| * st/python: adapt to interface changesRoland Scheidegger2010-05-172-11/+29
* | gallium: remnants of old ccw stateKeith Whitwell2010-05-211-2/+1
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-211-4/+4
|\ \
| * | gallium: more work on ccw flag removalKeith Whitwell2010-05-141-4/+4
* | | st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz2010-04-292-12/+27
* | | st/xorg: Remove save and restore hw stateJakob Bornecrantz2010-04-292-37/+0
* | | st/xorg: Get new connection status from kernelJakob Bornecrantz2010-04-293-12/+57
* | | st/xorg: Don't advertise DRI2 version we don't actually support yet.Michel Dänzer2010-05-181-1/+1
* | | st/xlib: Remove unnecessary header.Vinson Lee2010-05-151-1/+0
* | | st/xorg: Remove unnecessary header.Vinson Lee2010-05-151-1/+0
|/ /
* | st/xorg: Fix SCons build.Michel Dänzer2010-05-111-1/+3
* | gallium: Add egl-apis target.Chia-I Wu2010-05-086-166/+48
* | egl_g3d: Check external modules for client APIs first.Chia-I Wu2010-05-083-39/+157
* | wgl: Add mapi to includes.José Fonseca2010-05-071-0/+1
* | st/vega: Use vgapi.Chia-I Wu2010-05-0716-235/+393
* | glapi: Move to src/mapi/.Chia-I Wu2010-05-078-2/+10
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-034-0/+4
* Update dri state tracker to use new API aware context createXavier Chantry2010-05-022-2/+4