summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
* st/xorg: Remove unnecessary headers.Vinson Lee2010-01-211-2/+0
* st/xorg: Use C-style comments.Vinson Lee2009-12-291-16/+16
* st/xorg: Silence unused variable warnings.Vinson Lee2009-12-271-0/+1
* st/xorg: accelerate src luminanceZack Rusin2009-11-251-12/+21
* st/xorg: Fix comp alpha code and deal with luminance masksJakob Bornecrantz2009-11-161-5/+53
* st/xorg: Incase of format missmatch swizzle channels and set alphaJakob Bornecrantz2009-11-161-6/+42
* st/xorg: use an immediate instead of a full blown constZack Rusin2009-11-111-3/+3
* st/xorg: don't use flow controlZack Rusin2009-11-111-12/+6
* st/xorg: implement repeatnone and make some code smell less like assZack Rusin2009-11-111-16/+59
* st/xorg: fix xvZack Rusin2009-10-271-8/+5
* st/xorg: stop overflowing yuv buffersZack Rusin2009-10-261-1/+1
* st/xorg: add yuv vertex shaderZack Rusin2009-10-261-0/+15
* st/xorg: add yuv shadersZack Rusin2009-10-261-4/+71
* st/xorg: fix text with component alpha renderingZack Rusin2009-10-231-4/+7
* st/xorg: lots of fixes related to compositingZack Rusin2009-10-231-1/+1
* st/xorg: lots of render fixesZack Rusin2009-10-221-26/+11
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-131-2/+12
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-111-7/+7
* st/xorg: Make sure struct is fully initialized.Michel Dänzer2009-09-251-1/+1
* st/xorg: Use generic semantic for Composite mask coordinates.Michel Dänzer2009-09-251-2/+2
* st/xorg: fixing copies and composite shadersZack Rusin2009-09-151-2/+2
* st/xorg: Brian suggested that those could be mad'sZack Rusin2009-09-151-4/+2
* st/xorg: fix ureg_DECL_constant() parametersBrian Paul2009-09-141-5/+5
* tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell2009-09-121-2/+2
* tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell2009-09-121-9/+6
* st/xorg: rename ctx to pipe to match every other gallium state trackerZack Rusin2009-09-101-2/+2
* st/xorg: implement exasolids with full pipeliningZack Rusin2009-09-101-2/+2
* st/xorg: start adding support for surface fillsZack Rusin2009-09-101-2/+2
* st/xorg: add linear and radial gradient accelerationZack Rusin2009-09-031-20/+71
* st/xorg: radial gradient shaderZack Rusin2009-09-031-0/+85
* st/xorg: linear gradient shaderZack Rusin2009-09-031-0/+59
* st/xorg: cleanup and adjust to the changes in the ureg codeZack Rusin2009-09-031-3/+3
* st/xorg: fix warningsZack Rusin2009-09-021-3/+3
* st/xorg: handle solid fills in the fragment shaderZack Rusin2009-09-021-4/+18
* st/xorg: getting indexes right tends to be helpfulZack Rusin2009-09-011-3/+3
* st/xorg: redo the vertex shaderZack Rusin2009-09-011-14/+35
* st/xorg: normalize coords for the src operands in the vertex shaderZack Rusin2009-08-281-23/+56
* st/xorg: bind framebuffer and viewport for exaZack Rusin2009-08-271-8/+9
* st/xorg: create basic vertex shaderZack Rusin2009-08-261-6/+34
* st/xorg: create basic fragment shaderZack Rusin2009-08-261-26/+10
* xorg: insert shaders into the cacheZack Rusin2009-08-251-0/+49
* exa: add basic code to cache vertex and fragment shadersZack Rusin2009-08-251-35/+62
* exa: check whether the op is acceleratedZack Rusin2009-08-251-21/+0
* xorg: fix compilationZack Rusin2009-08-241-1/+2
* xorg: start on code accelerating renderZack Rusin2009-08-241-0/+157