summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: more work for edgeflags changesRoland Scheidegger2009-12-143-14/+0
* nouveau: use boolean instead of boolRoland Scheidegger2009-12-086-6/+6
* cell: use boolean instead of boolRoland Scheidegger2009-12-081-1/+1
* Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-0810-21/+29
|\
| * gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-082-6/+9
| * gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-076-14/+16
| * identity: fix copy&paste errorRoland Scheidegger2009-12-041-1/+1
| * svga: fix another pipe_reference strict aliasing violationRoland Scheidegger2009-12-041-1/+2
| * gallium: fix remaining users of pipe_reference functionRoland Scheidegger2009-12-031-1/+2
| * gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-1/+2
* | 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
|\ \ \ \