summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-014-129/+129
|\ \ \
| * | | svga: Update text shader header.Michal Krol2009-11-271-1/+1
| * | | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-34/+34
| * | | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-6/+6
| * | | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-242-4/+4
| * | | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-55/+55
| * | | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-242-36/+36
| * | | gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-6/+6
* | | | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-0116-120/+256
|\ \ \ \ | | |/ / | |/| |
| * | | svga: Re-add shader dumping.José Fonseca2009-11-271-0/+14
| * | | svga: Handle comment tokens when dumping.José Fonseca2009-11-272-1/+12
| * | | svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca2009-11-275-12/+12
| * | | svga: Use consistent file names for dumping facilities.José Fonseca2009-11-2710-11/+11
| * | | svga: flush our command buffer after the 8th distinct render targetKeith Whitwell2009-11-273-1/+11
| * | | svga: add DEBUG_CACHE optionKeith Whitwell2009-11-278-9/+53
| * | | svga: hash the whole key, not just the first four bytesKeith Whitwell2009-11-261-3/+3
| * | | svga: Remove spurious argument to SVGA_DBG.José Fonseca2009-11-261-1/+1
| * | | svga: try harder to make the cachable flag workKeith Whitwell2009-11-252-6/+19
| * | | svga: revert packing of surface keyKeith Whitwell2009-11-251-3/+3
| * | | svga: cache textures as well as buffersKeith Whitwell2009-11-245-117/+167
| * | | svga: Filter out pendantic and ansi flagsJakob Bornecrantz2009-11-241-0/+3
| |/ /
* | / svga: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| |/ |/|
* | svga: fix for not using texture width/height/depth arraysRoland Scheidegger2009-11-272-33/+32
* | svga: Handle comment tokens when dumping.José Fonseca2009-11-242-1/+12
* | svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca2009-11-245-12/+12
* | svga: Use consistent file names for dumping facilities.José Fonseca2009-11-2410-11/+11
|/
* svga: Scrub Makefiles a bitJakob Bornecrantz2009-11-231-7/+1
* svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warningsJakob Bornecrantz2009-11-172-4/+1
* svga: Add svga driverJakob Bornecrantz2009-11-1771-0/+24312