summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-241-57/+0
* gallium: Add drm driver interfaceJakob Bornecrantz2010-06-061-0/+71
* include/st: new file swrast_screen_create.hKeith Whitwell2010-06-071-0/+67
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-18/+1
* gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz2010-05-251-81/+0
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-5/+13
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-1/+8
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+13
* Merge commit 'origin/graw-tests'Keith Whitwell2010-05-191-8/+15
|\
| * graw: combine graw_init and graw_create_window functionsKeith Whitwell2010-05-141-8/+6
| * graw: move towards glut-like interface, add tri.cKeith Whitwell2010-05-141-0/+9
* | gallium: remove forward declarations of non-existent objectsMarek Olšák2010-05-142-2/+0
|/
* graw: Make functions publicJakob Bornecrantz2010-05-121-7/+7
* gallium: remove trailing comma in enum listBrian Paul2010-05-041-2/+2
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-23/+12
* st/drisw: Stop pretending to be drm_apiJakob Bornecrantz2010-04-162-17/+4
* Squashed commit of the following:Keith Whitwell2010-04-104-11/+11
* st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-292-4/+39
* gallium: new raw gallium interface to support standalone testsKeith Whitwell2010-03-281-0/+36
* st/dri: add driswGeorge Sapountzis2010-03-251-0/+1
* dri1_api: need not include drm.hGeorge Sapountzis2010-03-211-1/+1
* gallium: Silence warning.José Fonseca2010-03-161-0/+1
* Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-161-0/+407
|\
| * gallium: Add st_api.h.Chia-I Wu2010-03-121-0/+407
* | winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-161-0/+20
|/
* gallium: create helper for swrast+xlib combinationKeith Whitwell2010-03-091-8/+3
* ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell2010-03-091-3/+7
* cell: fix up assorted compilation problemsBrian Paul2010-03-091-0/+3
* ws/xlib: manage the GC internallyKeith Whitwell2010-03-091-1/+0
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-28/+29
|\
| * Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-2/+3
| * gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-28/+28
* | gallium: remove xlib_driver::display_surfaceKeith Whitwell2010-03-081-3/+0
* | gallium: introduce target directoryKeith Whitwell2010-03-081-4/+13
* | winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell2010-03-081-0/+25
* | softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-0/+121
|/
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-2/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+5
|\
| * st/drm: Expose kernel driver nameJakob Bornecrantz2010-01-191-0/+5
* | winsys/drm: Add name field to drm_api.Chia-I Wu2010-01-121-0/+2
|/
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-14/+15
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-17/+21
* gallium: Add a dri1 apiThomas Hellstrom2009-04-281-0/+82
* gallium: Update the drm_api.Thomas Hellstrom2009-04-281-1/+18
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-031-1/+1
* Include p_compiler.h in drm_api.h for boolean typedef.Corbin Simpson2009-02-271-0/+2
* st/drm: Seperate get handle for global buffer idsJakob Bornecrantz2009-02-271-3/+12
* st/drm: Bring drm_api.h up to date with latest changesJakob Bornecrantz2009-02-251-4/+7
* egl: Add a egl state_tracker that use GalliumJakob Bornecrantz2009-01-181-0/+33