summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger4-8/+7
2010-02-09svga: Actually call fence_reference in texture downloads.José Fonseca1-2/+2
2010-02-08svga: remove dead debug sleepKeith Whitwell1-5/+0
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell4-4/+8
2010-02-07svga: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger1-0/+1
2010-02-03svga: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-03Merge branch 'gallium-embedded'José Fonseca31-31/+34
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger1-1/+1
2010-02-03svga: fix TXD and TXL opcode translationKeith Whitwell2-15/+122
2010-02-03svga: deriv insns not valid in dynamic flow control eitherKeith Whitwell1-3/+48
2010-02-03svga: texture from lod zero inside dynamic branchingKeith Whitwell2-13/+59
2010-02-03svga: better method for generating white fs color outputsKeith Whitwell6-106/+75
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca4-4/+4
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca29-27/+30
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri1-0/+7
2010-01-28svga: Remove unnecessary headers.Vinson Lee2-2/+0
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger1-9/+9
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol1-1/+1
2010-01-25svga: adapt to blend changesRoland Scheidegger1-9/+9
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul28-157/+98
2010-01-21svga: Remove unused variable.Vinson Lee1-1/+0
2010-01-21svga: Remove duplicate code.José Fonseca1-4/+2
2010-01-21svga: Remove unused code.José Fonseca3-30/+4
2010-01-21svga: Don't swap buffers to system memory -- winsys' responsibility.José Fonseca2-63/+0
2010-01-21svga: Avoid synchronization issues when doing SW TNL.José Fonseca1-3/+5
2010-01-21svga: Follow buffer usage semantics properly.José Fonseca2-4/+11
2010-01-21svga: Remove unnecessary headers.Vinson Lee23-47/+0
2010-01-19svga: Do a more propper creation of textures from handlesJakob Bornecrantz2-3/+71
2010-01-18svga: Ensure buffer size/alignment is not zero.José Fonseca2-3/+6
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-2/+2
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2-3/+7
2010-01-14Merge branch 'instanced-arrays'Michal Krol1-1/+3
2010-01-13svga: Fix compile_vs error code.José Fonseca2-3/+7
2010-01-13svga: Fix call to translate::run().Michal Krol1-1/+1
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger4-7/+5
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul1-1/+1
2010-01-07svga: Fix fs key size computation and key comparison.Michal Krol2-5/+9
2010-01-06svga: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-06svga: make texture_target a ubyte, not a bitfieldBrian Paul1-1/+1
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol1-14/+12
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca5-18/+24
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri1-1/+2
2010-01-05svga: Remove stale references to delete shader results.José Fonseca2-0/+14
2010-01-05svga: Rebind shaders when tokens change.José Fonseca3-18/+10
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell1-15/+13
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol14-383/+461
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol1-1/+1
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul8-39/+94