summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2010-05-30st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...José Fonseca1-52/+20
2010-05-30st/vega: Use FREE.Chia-I Wu1-1/+1
2010-05-30st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu3-20/+141
2010-05-30st/egl: Fix eglCopyBuffers.Chia-I Wu1-2/+1
2010-05-30st/egl: Initialize KMS backend from an fd.Chia-I Wu1-6/+31
2010-05-27egl/mks: remove extra param from function callBrian Paul1-1/+1
2010-05-27egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul1-0/+1
2010-05-26st/xorg: Remove unnecessary headers.Vinson Lee2-2/+0
2010-05-26st/dri: Remove dri.c from SCons build.Vinson Lee1-1/+0
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz3-3/+3
2010-05-25st/dri: Remove DRI1 supportJakob Bornecrantz4-596/+6
2010-05-24st/glx: check if deleting head of buffer listBrian Paul1-0/+4
2010-05-21st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2-10/+13
2010-05-21st/glx: fix incorrect parameter typeBrian Paul1-1/+1
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz4-2/+13
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz4-1/+32
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger20-217/+216
2010-05-21gallium: remnants of old ccw stateKeith Whitwell1-2/+1
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell1-4/+4
2010-05-17st/egl: adapt to interface changesRoland Scheidegger4-27/+21
2010-05-17st/dri: adapt to interface changesRoland Scheidegger3-32/+61
2010-05-17st/glx: adapt to interface changesRoland Scheidegger2-11/+11
2010-05-17st/wgl: adapt to interface changesRoland Scheidegger1-3/+3
2010-05-17st/vega: adapt to interface changesRoland Scheidegger4-57/+37
2010-05-17st/xorg: adapt to interface changesRoland Scheidegger4-76/+54
2010-05-17st/python: adapt to interface changesRoland Scheidegger2-11/+29
2010-05-14gallium: more work on ccw flag removalKeith Whitwell1-4/+4
2010-05-11st/xorg: Fix SCons build.Michel Dänzer1-1/+3
2010-05-08gallium: Add egl-apis target.Chia-I Wu6-166/+48
2010-05-08egl_g3d: Check external modules for client APIs first.Chia-I Wu3-39/+157
2010-05-07wgl: Add mapi to includes.José Fonseca1-0/+1
2010-05-07st/vega: Use vgapi.Chia-I Wu16-235/+393
2010-05-07glapi: Move to src/mapi/.Chia-I Wu8-2/+10
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul4-0/+4
2010-05-02Update dri state tracker to use new API aware context createXavier Chantry2-2/+4
2010-04-29st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz2-12/+27
2010-04-29st/xorg: Remove save and restore hw stateJakob Bornecrantz2-37/+0
2010-04-29st/xorg: Get new connection status from kernelJakob Bornecrantz3-12/+57
2010-05-18st/xorg: Don't advertise DRI2 version we don't actually support yet.Michel Dänzer1-1/+1
2010-05-15st/xlib: Remove unnecessary header.Vinson Lee1-1/+0
2010-05-15st/xorg: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-27st/dri: Don't check for null when user ensures non-nullJakob Bornecrantz1-30/+22
2010-04-27st/dri: Use flush function of old context not newJakob Bornecrantz1-1/+1
2010-04-26et/egl: Remove dead code.Vinson Lee1-3/+0
2010-04-25st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee1-2/+2
2010-04-26st/dri: Refactor dri_st_api into other filesJakob Bornecrantz17-303/+173
2010-04-26st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz8-41/+26
2010-04-26st/dri: Make st_manager the base for dri_screenJakob Bornecrantz8-85/+35
2010-04-26st/dri: Add hooks for framebuffer functionsJakob Bornecrantz10-123/+94
2010-04-26st/dri: Make lookup_egl_image a hookJakob Bornecrantz4-10/+13