summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* move assert to avoid crash in debug build.Alan Hourihane2009-12-081-1/+2
* Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-082-4/+4
|\
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas2009-12-081-3/+3
| |\
| | * llvmpipe: Initialize variables in emit_instruction.Vinson Lee2009-12-071-3/+3
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-071-1/+1
| |\|
| | * r300g: use $(MAKE) variableColeman Kane2009-12-041-1/+1
* | | softpipe: sp_winsys.h should define/include what it needs.Corbin Simpson2009-12-061-1/+3
* | | r300g: Clean up previous commit.Corbin Simpson2009-12-061-11/+15
* | | r300g: enhance ZTOP conditionsMarek Olšák2009-12-061-6/+31
* | | nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton2009-12-0610-2/+17
* | | r300g: don't render if everything is culled by scissoringMarek Olšák2009-12-063-0/+29
* | | 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