summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] make room for second z-coord and interlaced flagChristian König2010-11-121-50/+85
* [g3dvl] move applying z-coord to fragment shaderChristian König2010-11-121-9/+15
* [g3dvl] use constants for vertex shader outputs and move field calculation in...Christian König2010-11-121-35/+58
* [g3dvl] move xfer_buffers_map/unmap into flushChristian König2010-11-111-3/+2
* Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-1112-1046/+1143
|\
| * gallivm: implement indirect addressing over inputsZack Rusin2010-11-101-3/+64
| * gallivm: Allocate TEMP/OUT arrays only once.José Fonseca2010-11-091-36/+23
| * gallivm: implement indirect addressing of the output registersZack Rusin2010-11-091-5/+105
| * os: Open file streams in binary mode.Michal Krol2010-11-081-1/+1
| * scons: Remove old pipebuffer SConscriptJakob Bornecrantz2010-11-051-18/+0
| * gallivm: add const qualifiers, fix comment stringBrian Paul2010-11-051-4/+4
| * gallivm: alloca() was called too often for temporary arraysBrian Paul2010-11-051-0/+2
| * tgsi: remove unused functionBrian Paul2010-11-041-11/+0
| * gallivm: implement execution mask for scatter storesBrian Paul2010-11-041-7/+34
| * gallivm: added lp_elem_type()Brian Paul2010-11-042-0/+20
| * gallivm: add pixel offsets in scatter storesBrian Paul2010-11-041-2/+18
| * gallivm: added debug code to dump temp registersBrian Paul2010-11-041-0/+51
| * tgsi/build: Reduce interface clutter.Michal Krol2010-11-042-541/+367
| * tgsi/exec: Get rid of obsolete condition codes.Michal Krol2010-11-042-33/+4
| * tgsi/exec: Cleanup the remaining arithmetic instructions.Michal Krol2010-11-041-378/+413
| * gallivm: add some LLVM var labelsBrian Paul2010-11-031-6/+6
| * gallivm: implement scatter stores into temp register fileBrian Paul2010-11-031-4/+47
| * scons: Revamp how to specify targets to build.José Fonseca2010-11-011-34/+37
| * gallivm: Remove the EMMS opcodes.José Fonseca2010-10-281-10/+0
| * gallivm: always enable LLVMAddInstructionCombiningPass()José Fonseca2010-10-281-7/+1
* | [g3dvl] move stuff from flush into own functionsChristian König2010-11-111-37/+59
* | [g3dvl] remove empty block handling for nowChristian König2010-11-112-65/+3
* | [g3dvl] use only one vertex element for ycbcr z-coordChristian König2010-11-111-39/+26
* | [g3dvl] move the rest of the calculations into the vertex shaderChristian König2010-11-112-138/+124
* | [g3dvl] cleanup vert_stream_0Christian König2010-11-111-59/+35
* | [g3dvl] use clamp to border for empty block handlingChristian König2010-11-101-31/+32
* | [g3dvl] move to 3D textures for y cb crChristian König2010-11-101-94/+84
* | [g3dvl] again rework vertex shader a bitChristian König2010-11-101-17/+34
* | [g3dvl] workaround for motion vertical field selectionChristian König2010-11-091-8/+23
* | [g3dvl] cleanup naming convention and commentsChristian König2010-11-061-20/+27
* | [g3dvl] simplyfy shaders and fix bugsChristian König2010-11-051-23/+16
* | [g3dvl] it finally starts to look like a badly deinterlaced videoChristian König2010-11-051-17/+55
* | [g3dvl] move scaling to macroblocksize into vertex shaderChristian König2010-11-051-63/+57
* | [g3dvl] move vertex normalisation into vertex shaderChristian König2010-11-042-34/+44
* | [g3dvl] rework shader a bitChristian König2010-11-041-219/+56
* | Fix zero block handling for field based mcChristian König2010-11-031-26/+39
* | First try of field based mcChristian König2010-10-301-19/+190
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-2849-1157/+2563
|\|
| * gallium: Avoid using __doc__ in python scripts.José Fonseca2010-10-282-4/+4
| * Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-5/+5
| * translate: remove unused prototypesBrian Paul2010-10-251-9/+0
| * translate: use function typedefs, casts to silence warningsBrian Paul2010-10-252-27/+35
| * rtasm: use pointer_to_func() to silence warningBrian Paul2010-10-251-1/+1
| * util: use pointer_to_func() to silence warningBrian Paul2010-10-251-1/+2
| * Merge branch 'primitive-restart-cleanup'Brian Paul2010-10-211-1/+85
| |\