summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: Remove unnecessary header.Vinson Lee2010-02-071-1/+0
* svga: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* Merge branch 'gallium-embedded'José Fonseca2010-02-0331-31/+34
|\
| * gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-024-4/+4
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-0229-27/+30
* | svga: fix TXD and TXL opcode translationKeith Whitwell2010-02-032-15/+122
* | svga: deriv insns not valid in dynamic flow control eitherKeith Whitwell2010-02-031-3/+48
* | svga: texture from lod zero inside dynamic branchingKeith Whitwell2010-02-032-13/+59
* | svga: better method for generating white fs color outputsKeith Whitwell2010-02-036-106/+75
|/
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+7
* svga: Remove unnecessary headers.Vinson Lee2010-01-282-2/+0
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-9/+9
|\
| * svga: adapt to blend changesRoland Scheidegger2010-01-251-9/+9
* | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2228-157/+98
|\ \ | |/ |/|
| * svga: Remove unused variable.Vinson Lee2010-01-211-1/+0
| * svga: Remove duplicate code.José Fonseca2010-01-211-4/+2
| * svga: Remove unused code.José Fonseca2010-01-213-30/+4
| * svga: Don't swap buffers to system memory -- winsys' responsibility.José Fonseca2010-01-212-63/+0
| * svga: Avoid synchronization issues when doing SW TNL.José Fonseca2010-01-211-3/+5
| * svga: Follow buffer usage semantics properly.José Fonseca2010-01-212-4/+11
| * svga: Remove unnecessary headers.Vinson Lee2010-01-2123-47/+0
| * svga: Do a more propper creation of textures from handlesJakob Bornecrantz2010-01-192-3/+71
| * svga: Ensure buffer size/alignment is not zero.José Fonseca2010-01-182-3/+6
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-2/+2
|\ \
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * | gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-2/+2
* | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-142-3/+7
|\ \ \ | | |/ | |/|
| * | svga: Fix compile_vs error code.José Fonseca2010-01-132-3/+7
* | | Merge branch 'instanced-arrays'Michal Krol2010-01-141-1/+3
|\ \ \
| * | | svga: Fix call to translate::run().Michal Krol2010-01-131-1/+1
| * | | Merge branch 'master' into instanced-arraysMichal Krol2010-01-0514-383/+461
| |\ \ \
| * | | | Add lame support for instanceID to draw module.Michal Krol2009-12-301-0/+1
| * | | | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | svga: Silence uninitialized variable warning.Vinson Lee2010-01-061-1/+1
* | | | svga: Fix fs key size computation and key comparison.Michal Krol2010-01-072-5/+9
* | | | svga: make texture_target a ubyte, not a bitfieldBrian Paul2010-01-061-1/+1
* | | | Make sure we use only signed/unsigned ints with bitfields.Michal Krol2010-01-061-14/+12
* | | | Merge remote branch 'origin/mesa_7_7_branch'José Fonseca2010-01-065-18/+24
|\ \ \ \ | |/ / /
| * | | svga: Remove stale references to delete shader results.José Fonseca2010-01-052-0/+14
| * | | svga: Rebind shaders when tokens change.José Fonseca2010-01-053-18/+10
* | | | gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-1/+2
* | | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-15/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | gallium: remove return value from draw callsKeith Whitwell2009-12-211-15/+13
* | | | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-1/+1
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-048-39/+94
|\ \ \ \ | | |/ / | |/| |
| * | | svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.Michel Dänzer2010-01-041-1/+2
| * | | svga: Use a shader id as low as possible.José Fonseca2010-01-037-24/+78
| * | | svga: Rename error labels.José Fonseca2010-01-031-14/+14