aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r300g: remove redundant code and clean upMarek Olšák2009-12-063-46/+57
* r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer2009-12-053-2/+28
* 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
* llvmpipe: Tweak disassembly to match gdb.José Fonseca2009-12-051-2/+8
* llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca2009-12-051-1/+2
* llvmpipe: Port vertex sampler support from softpipe.José Fonseca2009-12-046-8/+101
* llvmpipe: Ensure transfers are mapped.José Fonseca2009-12-041-0/+4
* llvmpipe: Remove debug printf.José Fonseca2009-12-041-1/+0
* radeong: flush CS if a buffer being mapped is referenced by itMarek Olšák2009-12-041-2/+0
* r300g, radeong: fix the CS overflowMarek Olšák2009-12-042-2/+9
* r300g: fix warningsMarek Olšák2009-12-042-2/+4
* softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell2009-12-041-0/+1
* softpipe: fix double-minify in texture layoutKeith Whitwell2009-12-041-1/+1
* Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-0431-344/+219
|\
| * gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-0213-120/+51
| * gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-0212-168/+138
| * fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-304-32/+11
| * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-302-24/+19
* | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-022-0/+290
|\ \
| * | svga: Add header files for overlay supportJakob Bornecrantz2009-12-012-0/+290
* | | r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson2009-12-028-86/+23
* | | r300g: No vertex textures here.Corbin Simpson2009-12-021-0/+7
* | | Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul2009-12-023-21/+6
* | | llvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul2009-12-021-1/+1
* | | llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul2009-12-023-6/+21
* | | cell: fix TGSI breakageBrian Paul2009-12-021-1/+1
* | | softpipe: setup machine->Face without a conditionalBrian Paul2009-12-011-5/+2
* | | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-0117-651/+651
|\ \ \
| * | | svga: Update text shader header.Michal Krol2009-11-271-1/+1
| * | | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-2413-215/+215
| * | | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-2412-81/+81
| * | | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-2413-36/+36
| * | | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-2412-284/+284
| * | | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-249-74/+74
| * | | gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-249-17/+17
| * | | gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-242-7/+7
* | | | 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