summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* gallium: support for array textures and related changesRoland Scheidegger2010-12-022-3/+2
* gallium: Add st_context_iface::share to st_api.Chia-I Wu2010-11-181-0/+6
* gallium: Add st_api::name.Chia-I Wu2010-11-181-0/+5
* gallium: Remove redundant sw and debug target helpersJakob Bornecrantz2010-11-171-67/+0
* graw: Add struct pipe_surface forward declaration.snb-magicVinson Lee2010-11-081-1/+2
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-081-0/+21
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-221-1/+0
* gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri2010-09-201-1/+1
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-101-16/+0
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-2/+61
* graw: Include missing header in graw.h.Vinson Lee2010-08-271-0/+1
* graw: Add copyright headers to the interfaces.José Fonseca2010-08-261-0/+27
* graw: Undo late loading of graw drivers.José Fonseca2010-08-261-153/+0
* graw: Include missing header in graw_dl.h.Vinson Lee2010-08-261-2/+3
* graw: Dynamically load graw libraries.José Fonseca2010-08-261-0/+152
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-6/+0
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-282-57/+71
|\
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-241-57/+0
| * gallium: Add drm driver interfaceJakob Bornecrantz2010-06-061-0/+71
* | graw: add parse_geometry_shader helperKeith Whitwell2010-06-071-0/+3
|/
* 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