summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)Author
2010-01-07svga: Fix fs key size computation and key comparison.Michal Krol
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-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-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-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
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-05svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands.José Fonseca
2009-12-05svga: Use _debug_printf, so that output may be dumped in release builds too.José Fonseca
2009-12-04svga: fix another pipe_reference strict aliasing violationRoland Scheidegger
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_compressed() to u_format auxiliary module.Michal Krol
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger
2009-12-01svga: Add header files for overlay supportJakob Bornecrantz
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell
2009-12-01svga: Update for renamed sampler/texture state setters.Michal Krol
2009-11-27svga: fix for not using texture width/height/depth arraysRoland Scheidegger
2009-11-27svga: Re-add shader dumping.José Fonseca
2009-11-27svga: Handle comment tokens when dumping.José Fonseca
2009-11-27svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca
2009-11-27svga: Use consistent file names for dumping facilities.José Fonseca
2009-11-27svga: flush our command buffer after the 8th distinct render targetKeith Whitwell
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell