summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xa/xa_context.h
Commit message (Collapse)AuthorAgeFilesLines
* xa: export a common context flush functionJerome Glisse2013-07-251-0/+2
| | | | | | First step before moving flushing inside the ddx. Signed-off-by: Jerome Glisse <jglisse@redhat.com>
* st/xa: Update xa_yuv_planar_blit semanticsThomas Hellstrom2011-12-081-0/+8
| | | | | | | | | Change and document the interpretation of the color conversion matrix in order to make the function more versatile and to simplify the generated shader. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
* st/xa: Kill a couple of compilation warningsThomas Hellstrom2011-11-251-0/+5
| | | | | Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
* st/xa: Solid fill (tested) and composite (yet untested)Thomas Hellstrom2011-06-211-0/+9
| | | | Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
* st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.Thomas Hellstrom2011-06-151-0/+77
See the file src/gallium/state_trackers/xa/README for more info. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>