summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: Don't hardcode ExaPrepareCopy to fall back to software.Michel Dänzer2009-08-271-3/+0
* st/xorg: Flush context if necessary in ExaPrepareAccess.Michel Dänzer2009-08-271-0/+4
* st/xorg/dri: Pass texture formats via the DRI2 protocol flags.Michel Dänzer2009-08-271-1/+1
* st/xorg: create basic vertex shaderZack Rusin2009-08-262-8/+37
* st/xorg: create basic fragment shaderZack Rusin2009-08-261-26/+10
* st/xorg: Temporary fix for none stencil visualsJakob Bornecrantz2009-08-261-2/+17
* st/xorg: Find out correct type for depth stencil buffersJakob Bornecrantz2009-08-262-1/+13
* st/xorg: Add support for dirty framebuffer region reporting.Michel Dänzer2009-08-263-1/+86
* xorg: insert shaders into the cacheZack Rusin2009-08-251-0/+49
* exa: add basic code to cache vertex and fragment shadersZack Rusin2009-08-252-40/+84
* exa: check whether the op is acceleratedZack Rusin2009-08-252-21/+57
* xorg: revert bad mergeZack Rusin2009-08-251-0/+15
* Add support for building the Xorg state tracker with scons.Michel Dänzer2009-08-251-0/+26
* xorg: fix compilationZack Rusin2009-08-241-1/+2
* xorg: start on code accelerating renderZack Rusin2009-08-246-51/+255
* st/xorg: Handle fake fronts correctly for pixmapsJakob Bornecrantz2009-08-221-0/+46
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-1/+1
* st/xorg: Fix DRI2 CopyRegion hook.Michel Dänzer2009-08-131-29/+43
* st/xorg: Acquire/drop DRM master in order to work with multiple servers.Michel Dänzer2009-08-121-0/+15
* st/xorg: If we have DRI2 we should also have some sort of hw supportJakob Bornecrantz2009-08-061-1/+1
* st/xorg: Make it work againJakob Bornecrantz2009-08-055-10/+86
* exa: some infrastucture work for accelerating compositeZack Rusin2009-07-065-49/+130
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-305-10/+14
* st/xorg: Convert to template makefileJakob Bornecrantz2009-06-221-24/+13
* gallium: Update the drm_api.Thomas Hellstrom2009-04-281-1/+1
* gallium: Handle non-NULL data pointer in EXA ModifyPixmapHeader hook.Michel Dänzer2009-04-231-0/+14
* gallium: Always include xorg-server.h before other X server headers.Michel Dänzer2009-04-232-0/+2
* gallium: Fix up xorg state tracker build.Michel Dänzer2009-04-232-3/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-132-2/+2
* st/xorg: Clean up xorg_exa.c a bitJakob Bornecrantz2009-03-051-22/+0
* st/xorg: Change format function a bitJakob Bornecrantz2009-03-051-9/+19
* st/xorg: Fix transfer double freeJakob Bornecrantz2009-03-051-4/+10
* gallium: Unify reference counting.Michel Dänzer2009-03-043-9/+9
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-034-7/+7
* st/xorg: Add Xorg state trackerJakob Bornecrantz2009-03-038-0/+2261