summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_vertex_buffers.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-2/+2
| | | | Reviewed-by: Brian Paul <brianp@vmware.com>
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tungsten Graphics Inc. was acquired by VMware Inc. in 2008. Leaving the old copyright name is creating unnecessary confusion, hence this change. This was the sed script I used: $ cat tg2vmw.sed # Run as: # # git reset --hard HEAD && find include scons src -type f -not -name 'sed*' -print0 | xargs -0 sed -i -f tg2vmw.sed # # Rename copyrights s/Tungsten Gra\(ph\|hp\)ics,\? [iI]nc\.\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./g /Copyright/s/Tungsten Graphics\(,\? [iI]nc\.\)\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./ s/TUNGSTEN GRAPHICS/VMWARE/g # Rename emails s/alanh@tungstengraphics.com/alanh@vmware.com/ s/jens@tungstengraphics.com/jowen@vmware.com/g s/jrfonseca-at-tungstengraphics-dot-com/jfonseca-at-vmware-dot-com/ s/jrfonseca\?@tungstengraphics.com/jfonseca@vmware.com/g s/keithw\?@tungstengraphics.com/keithw@vmware.com/g s/michel@tungstengraphics.com/daenzer@vmware.com/g s/thomas-at-tungstengraphics-dot-com/thellstom-at-vmware-dot-com/ s/zack@tungstengraphics.com/zackr@vmware.com/ # Remove dead links s@Tungsten Graphics (http://www.tungstengraphics.com)@Tungsten Graphics@g # C string src/gallium/state_trackers/vega/api_misc.c s/"Tungsten Graphics, Inc"/"VMware, Inc"/ Reviewed-by: Brian Paul <brianp@vmware.com>
* vl: Initialize pipe_vertex_buffer.user_buffer fields.Vinson Lee2012-05-141-0/+4
| | | | | | | Fix uninitialized scalar variable defects reported by Coverity. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: José Fonseca <jfonseca@vmware.com>
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-061-7/+7
| | | | Signed-off-by: Christian König <deathsimple@vodafone.de>
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-4/+4
| | | | PIPE_TRANSFER_DISCARD_RANGE is defined the same.
* vl: Fix include styleKai Wasserbäch2011-08-291-1/+1
| | | | | | | | | | | As explained in the thread starting at [0], the internal include style should be »#include "path/to/header.h"« for non-system includes. [0] <http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e> Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: Brian Paul <brianp@vmware.com>
* g3dvl: Use a single texture for luma and chroma dataChristian König2011-08-261-47/+2
| | | | | Signed-off-by: Christian König <deathsimple@vodafone.de> Reviewed-by: Younes Manton <younes.m@gmail.com>
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-261-6/+6
| | | | | | | | Revert back to a macroblock based interface. The structure used tries to keep as close to the spec as possible. Signed-off-by: Christian König <deathsimple@vodafone.de> Reviewed-by: Younes Manton <younes.m@gmail.com>
* [g3dvl] use a vertex element instead of the instance idChristian König2011-06-041-1/+55
|
* [g3dvl] cleanup error handlingChristian König2011-04-231-1/+15
|
* [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-231-37/+6
|
* [g3dvl] start implementing zscan and quantificationChristian König2011-04-231-4/+5
| | | | Not 100% complete, but at least a good start.
* [g3dvl] make motion vector buffers a public interfaceChristian König2011-04-201-33/+10
|
* [g3dvl] revert commit 310eea52ca1e997295c84163066cc5d0fd4f8cf6Christian König2011-04-191-69/+41
| | | | Using a seperate vertex buffer for mc and ycbcr handling is still better.
* [g3dvl] give each color component their own vertex bufferChristian König2011-04-171-49/+70
|
* [g3dvl] no need for seperate mv vertex states any moreChristian König2011-04-171-1/+1
|
* [g3dvl] give mv their own vertex buffer backChristian König2011-04-171-69/+161
|
* [g3dvl] move top/bottom field selection into mc codeChristian König2011-04-171-16/+10
| | | | Removes the workaround and get interlaced videos to work 100% correctly.
* [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
| | | | Move the vertex buffer out of the mc code
* [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
| | | | | | | | | | | | Conflicts: configure.ac src/gallium/auxiliary/Makefile src/gallium/auxiliary/SConscript src/gallium/drivers/r600/r600_asm.c src/gallium/drivers/r600/r600_asm.h src/gallium/drivers/r600/r600_shader.c src/gallium/drivers/r600/r600_state_inlines.h src/gallium/drivers/r600/r600_texture.c
* [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