summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_vertex_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] move top/bottom field selection into mc codeChristian König2011-04-171-16/+10
* [g3dvl] give mc and ycbcr stage its own vertex element stateChristian König2011-04-151-3/+23
* [g3dvl] give mv and ycbcr stage its own vertex shaderChristian König2011-04-151-3/+3
* [g3dvl] use blending for mc of ref framesChristian König2011-04-141-21/+23
* [g3dvl] make mv weights a public interfaceChristian König2011-04-091-55/+20
* [g3dvl] give each mv an individual weightChristian König2011-04-091-12/+15
* [g3dvl] fix vertex buffer size calculationChristian König2011-04-031-0/+1
* [g3dvl] splitt vertex element state into y, cb, crChristian König2011-04-021-37/+42
* [g3dvl] handle different mc types more similaryChristian König2011-03-201-14/+14
* [g3dvl] simplify motion vector calculationChristian König2011-03-201-45/+25
* [g3dvl] rename motion vector fieldsChristian König2011-03-201-34/+30
* [g3dvl] cleanup and documentationChristian König2011-03-161-4/+0
* [g3dvl] start to cleanup the messChristian König2011-03-081-1/+8
* [g3dvl] use a single vertex buffer for both idct and mcChristian König2011-03-081-25/+192
* [g3dvl] use instanced drawing to reduce the vertex buffer payloadChristian König2011-03-051-1/+1
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-241-3/+3
* [g3dvl] move to integer verticiesChristian König2011-01-101-4/+4
* [g3dvl] fix merge conflictsChristian König2010-12-221-2/+2
* [g3dvl] remove shadow buffering of vertex buffersChristian König2010-12-081-31/+46
* [g3dvl] split idct code into state and buffersChristian König2010-12-081-21/+36
* [g3dvl] move vertex buffer handling into vl_vertex_buffer.cChristian König2010-12-071-1/+37
* [g3dvl] move vertex handling into vl_vb objectChristian König2010-12-051-9/+10
* use a shadow buffer for vertex data to optimize memory accessChristian König2010-12-031-0/+116