summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-04-19svga: Don't recurseJakob Bornecrantz
2010-04-28llvmpipe: free vertex buffer memory in lp_setup_vbuf_destroy()Brian Paul
2010-04-28llvmpipe: fix scene queue memory leakBrian Paul
2010-04-28llvmpipe: fix scene queue memory leakBrian Paul
2010-04-28llvmpipe: fix mem leak in llvmpipe_resource_destroy()Brian Paul
2010-04-28llvmpipe: fix surface memory leak during tear-downBrian Paul
2010-04-28llvmpipe: remove unused psize_slot fieldBrian Paul
2010-04-28llvmpipe: move/rename llvmpipe_init_surface_functions()Brian Paul
2010-04-28llvmpipe: make rasterizer-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: update comments, fix formattingBrian Paul
2010-04-28llvmpipe: remove old prototypes, fix-up formattingBrian Paul
2010-04-28llvmpipe: make shader-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make clip-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make draw-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make vertex-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make blend-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: remove some unneeded shader structure fieldsBrian Paul
2010-04-28llvmpipe: dump shaders if LP_DEBUG=tgsiBrian Paul
2010-04-28softpipe: consolidate tex image offset codeBrian Paul
2010-04-28llvmpipe: remove unused write_depthBrian Paul
2010-04-28softpipe: use consistant names for local varsBrian Paul
2010-04-28llvmpipe: Remove unnecessary header.Vinson Lee
2010-04-28r300g: move ZTOP to separate fileMarek Olšák
2010-04-27r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27llvmpipe: remove lp_scene_map_buffers(), lp_scene_unmap_buffers()Brian Paul
2010-04-27llvmpipe: implement max scene sizeBrian Paul
2010-04-27llvmpipe: added llvmpipe_resource_size()Brian Paul
2010-04-27llvmpipe: comment-out unused field for nowBrian Paul
2010-04-27llvmipe: update commentsBrian Paul
2010-04-27r300g: fix mipmapped texture3D size calculationMarek Olšák
2010-04-27r300g: compensate for non-atomized emit_query_end in the CSMarek Olšák
2010-04-27nvfx: Move src/gallium/drivers to beginning of SCons include path.Vinson Lee
2010-04-27r300g: reserve CS space for index offsetMarek Olšák
2010-04-26llvmpipe: Remove unused variable.Vinson Lee
2010-04-27r300g: add support for more unaligned vertex formatsMarek Olšák
2010-04-27r300g: setup PSC first, then align vertex formatsMarek Olšák
2010-04-27r300g: set undefined vertex swizzles to (0,0,0,1) respectivelyMarek Olšák
2010-04-26r300g: disable point sprites (again)Marek Olšák
2010-04-26r300g: fix warnings when printing uint64_tMarek Olšák
2010-04-26r300g: fix warnings by using the const qualifierMarek Olšák
2010-04-26r300g: use CS_OUT_TABLE betterMatt Turner
2010-04-26svga: Pass-through max_index to translate.José Fonseca
2010-04-26r300g: Rudimentary stats, printed on exit.Corbin Simpson
2010-04-26r300g: Add stats debug flag.Corbin Simpson
2010-04-26r300g: Use table CS writing when applicable.Corbin Simpson
2010-04-26r300g: Add CS table writing.Corbin Simpson
2010-04-25nvfx: Add include path to SCons build.Vinson Lee