summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | svga: Allow to dump an individual command.José Fonseca2009-12-263-340/+363
* | | | gs: fix drivers so they work with geometry shadersZack Rusin2009-12-251-2/+2
* | | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+1
| |_|/ |/| |
* | | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-224-28/+7
|\ \ \ | |_|/ |/| |
| * | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-194-28/+7
* | | svga: fix typoRoland Scheidegger2009-12-211-1/+1
* | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-8/+8
* | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-1712-737/+1086
|\ \ \
| * \ \ Merge branch 'mesa_7_7_branch'Brian Paul2009-12-114-19/+39
| |\ \ \ | | |/ / | |/| / | | |/
| | * svga: Add a missing dependency from the prescale state.José Fonseca2009-12-111-1/+2
| | * svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca2009-12-111-0/+9
| | * svga: Keep tight control of texture handle ownership.José Fonseca2009-12-112-17/+27
| | * svga: Fix mixed signed comparisons.José Fonseca2009-12-111-1/+1
| * | Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-084-7/+10
| |\ \
| | * | gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-081-2/+3
| | * | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-072-4/+4
| | * | svga: fix another pipe_reference strict aliasing violationRoland Scheidegger2009-12-041-1/+2
| | * | gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-1/+2
| * | | svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands.José Fonseca2009-12-052-4/+43
| * | | svga: Use _debug_printf, so that output may be dumped in release builds too.José Fonseca2009-12-053-687/+687
| * | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-21/+18
| |\ \ \
| | * | | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-022-21/+18
| * | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-022-0/+290
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | svga: Add header files for overlay supportJakob Bornecrantz2009-12-012-0/+290