summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)Author
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21svga: Remove unused variable.Vinson Lee
2010-01-21svga: Remove duplicate code.José Fonseca
2010-01-21svga: Remove unused code.José Fonseca
2010-01-21svga: Don't swap buffers to system memory -- winsys' responsibility.José Fonseca
2010-01-21svga: Avoid synchronization issues when doing SW TNL.José Fonseca
2010-01-21svga: Follow buffer usage semantics properly.José Fonseca
2010-01-21svga: Remove unnecessary headers.Vinson Lee
2010-01-19svga: Do a more propper creation of textures from handlesJakob Bornecrantz
2010-01-18svga: Ensure buffer size/alignment is not zero.José Fonseca
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-14Merge branch 'instanced-arrays'Michal Krol
2010-01-13svga: Fix compile_vs error code.José Fonseca
2010-01-13svga: Fix call to translate::run().Michal Krol
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-07svga: Fix fs key size computation and key comparison.Michal Krol
2010-01-06svga: Silence uninitialized variable warning.Vinson Lee
2010-01-06svga: make texture_target a ubyte, not a bitfieldBrian Paul
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05svga: Remove stale references to delete shader results.José Fonseca
2010-01-05svga: Rebind shaders when tokens change.José Fonseca
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.Michel Dänzer
2010-01-03svga: Use a shader id as low as possible.José Fonseca
2010-01-03svga: Rename error labels.José Fonseca
2009-12-30Add lame support for instanceID to draw module.Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-26svga: Allow to dump an individual command.José Fonseca
2009-12-25gs: fix drivers so they work with geometry shadersZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21gallium: remove return value from draw callsKeith Whitwell
2009-12-21svga: fix typoRoland Scheidegger
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-11svga: Add a missing dependency from the prescale state.José Fonseca
2009-12-11svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca
2009-12-11svga: Keep tight control of texture handle ownership.José Fonseca
2009-12-11svga: Fix mixed signed comparisons.José Fonseca