summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_composite.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: adjust enums in preperation for gradientsZack Rusin2009-09-031-2/+2
* st/xorg: handle xrender repeat modesZack Rusin2009-09-021-4/+26
* st/xorg: flip the coordinate systemZack Rusin2009-09-021-1/+1
* st/xorg: setup solid fillsZack Rusin2009-09-011-2/+32
* st/xorg: fold back the helper function into coreZack Rusin2009-09-011-42/+32
* st/xorg: start rendering and compositing picturesZack Rusin2009-09-011-62/+178
* st/xorg: add code to render textured quads for composite accelerationZack Rusin2009-08-311-6/+68
* st/xorg: setup constant buffers for vertex and fragment shadersZack Rusin2009-08-311-17/+57
* st/xorg: disable composite accelration for nowZack Rusin2009-08-281-0/+4
* st/xorg: bind samplers before compositionZack Rusin2009-08-281-2/+35
* st/xorg: normalize coords for the src operands in the vertex shaderZack Rusin2009-08-281-0/+9
* st/xorg: set vertex and fragment shader for the current opZack Rusin2009-08-271-2/+21
* st/xorg: bind rasterizer stateZack Rusin2009-08-271-2/+6
* st/xorg: set blend state for exaZack Rusin2009-08-271-2/+40
* st/xorg: bind framebuffer and viewport for exaZack Rusin2009-08-271-1/+103
* exa: check whether the op is acceleratedZack Rusin2009-08-251-0/+57
* xorg: start on code accelerating renderZack Rusin2009-08-241-0/+31
* exa: some infrastucture work for accelerating compositeZack Rusin2009-07-061-0/+27