summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-07st/mesa: remove debug codeBrian Paul
2009-12-07st/mesa: negate DDY to match GL semanticsBrian Paul
2009-12-07st/mesa: fix up commentBrian Paul
2009-12-06radeong: Automatically softpipe for non-r3xx.Corbin Simpson
2009-12-06radeong: Call softpipe_create directly.Corbin Simpson
2009-12-06softpipe: sp_winsys.h should define/include what it needs.Corbin Simpson
2009-12-06r300g: Clean up previous commit.Corbin Simpson
2009-12-06r300g: enhance ZTOP conditionsMarek Olšák
2009-12-06nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton
2009-12-06r300g: don't render if everything is culled by scissoringMarek Olšák
2009-12-06r300g: remove redundant code and clean upMarek Olšák
2009-12-05radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher
2009-12-05st/xvmc: No more pf_get_block().Younes Manton
2009-12-05r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer
2009-12-05st/mesa: Prefer alpha-less formats for RGB textures.Michel Dänzer
2009-12-05radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.Michel Dänzer
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-05llvmpipe: Tweak disassembly to match gdb.José Fonseca
2009-12-05llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca
2009-12-04llvmpipe: Port vertex sampler support from softpipe.José Fonseca
2009-12-04llvmpipe: Ensure transfers are mapped.José Fonseca
2009-12-04llvmpipe: Remove debug printf.José Fonseca
2009-12-04gallium: Disable force_align_arg_pointer attribute on x86_64.José Fonseca
2009-12-04radeong: flush CS if a buffer being mapped is referenced by itMarek Olšák
2009-12-04r300g, radeong: fix the CS overflowMarek Olšák
2009-12-04r300g: fix warningsMarek Olšák
2009-12-04softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell
2009-12-04softpipe: fix double-minify in texture layoutKeith Whitwell
2009-12-04vega: fix missing includeRoland Scheidegger
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-02gallium: adapt nv drivers to interface cleanupsRoland Scheidegger
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-03util: Fix generated swizzle comments.José Fonseca
2009-12-03tgsi/ureg: Fix ureg_emit_src().Michal Krol
2009-12-02radeong: Clean up some bad code.Corbin Simpson
2009-12-02radeong: Add helper to determine pipe driver.Corbin Simpson
2009-12-02radeong: Do ioctls before selecting pipe driver.Corbin Simpson
2009-12-02r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson
2009-12-02radeong: Change ioctl order, document it.Corbin Simpson
2009-12-02r300g: No vertex textures here.Corbin Simpson
2009-12-02cso: check if pipe_context::bind_vertex_sampler_states is non-nullBrian Paul
2009-12-02Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul
2009-12-02llvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul
2009-12-02llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul
2009-12-02cell: fix TGSI breakageBrian Paul
2009-12-02gallium/util: __builtin_bswap32() is in only gcc 4.3 or laterBrian Paul
2009-12-02gallium/util: added PIPE_CC_GCC_VERSION symbolBrian Paul
2009-12-02Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz
2009-12-03r200: fix polygon stippleAlex Deucher