aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/dri: Don't check for null when user ensures non-nullJakob Bornecrantz2010-04-271-30/+22
* st/dri: Use flush function of old context not newJakob Bornecrantz2010-04-271-1/+1
* et/egl: Remove dead code.Vinson Lee2010-04-261-3/+0
* st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee2010-04-251-2/+2
* st/dri: Refactor dri_st_api into other filesJakob Bornecrantz2010-04-2617-303/+173
* st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz2010-04-268-41/+26
* st/dri: Make st_manager the base for dri_screenJakob Bornecrantz2010-04-268-85/+35
* st/dri: Add hooks for framebuffer functionsJakob Bornecrantz2010-04-2610-123/+94
* st/dri: Make lookup_egl_image a hookJakob Bornecrantz2010-04-264-10/+13
* st_api: Remove st_moduleJakob Bornecrantz2010-04-265-51/+42
* st/dri: Add missing header.Vinson Lee2010-04-251-0/+2
* st/dri: DRI2 give proper binding to depth bufferJakob Bornecrantz2010-04-241-14/+16
* 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