summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz1-1/+8
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz1-0/+13
2010-05-19Merge commit 'origin/graw-tests'Keith Whitwell1-8/+15
2010-05-14gallium: remove forward declarations of non-existent objectsMarek Olšák2-2/+0
2010-05-14graw: combine graw_init and graw_create_window functionsKeith Whitwell1-8/+6
2010-05-14graw: move towards glut-like interface, add tri.cKeith Whitwell1-0/+9
2010-05-12graw: Make functions publicJakob Bornecrantz1-7/+7
2010-05-04gallium: remove trailing comma in enum listBrian Paul1-2/+2
2010-04-26st_api: Remove st_moduleJakob Bornecrantz1-23/+12
2010-04-16st/drisw: Stop pretending to be drm_apiJakob Bornecrantz2-17/+4
2010-04-10Squashed commit of the following:Keith Whitwell4-11/+11
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2-4/+39
2010-03-28gallium: new raw gallium interface to support standalone testsKeith Whitwell1-0/+36
2010-03-25st/dri: add driswGeorge Sapountzis1-0/+1
2010-03-21dri1_api: need not include drm.hGeorge Sapountzis1-1/+1
2010-03-16gallium: Silence warning.José Fonseca1-0/+1
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu1-0/+407
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz1-0/+20
2010-03-12gallium: Add st_api.h.Chia-I Wu1-0/+407
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell1-8/+3
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell1-3/+7
2010-03-09cell: fix up assorted compilation problemsBrian Paul1-0/+3
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell1-1/+0
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell1-28/+29
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-2/+3
2010-03-08gallium: remove xlib_driver::display_surfaceKeith Whitwell1-3/+0
2010-03-08gallium: introduce target directoryKeith Whitwell1-4/+13
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell1-0/+25
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell1-0/+121
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz1-28/+28
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-2/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-0/+5
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz1-0/+5
2010-01-12winsys/drm: Add name field to drm_api.Chia-I Wu1-0/+2
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz1-14/+15
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz1-17/+21
2009-04-28gallium: Add a dri1 apiThomas Hellstrom1-0/+82
2009-04-28gallium: Update the drm_api.Thomas Hellstrom1-1/+18
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz1-1/+1
2009-02-27Include p_compiler.h in drm_api.h for boolean typedef.Corbin Simpson1-0/+2
2009-02-27st/drm: Seperate get handle for global buffer idsJakob Bornecrantz1-3/+12
2009-02-25st/drm: Bring drm_api.h up to date with latest changesJakob Bornecrantz1-4/+7
2009-01-18egl: Add a egl state_tracker that use GalliumJakob Bornecrantz1-0/+33