summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_texture.c
AgeCommit message (Expand)Author
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-13llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca
2010-03-13llvmpipe: Don't use texture transfer internally.José Fonseca
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-04gallium: fix llvmpipe after winsys moveKeith Whitwell
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-02-23llvmpipe: remove Z16 format override hackBrian Paul
2010-02-07llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-27llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-20llvmpipe: align display target size to multiple of tile sizeBrian Paul
2010-01-19llvmpipe: fix-up commentBrian Paul
2010-01-14llvmpipe: assorted clean-ups in texture codeBrian Paul
2010-01-13llvmpipe: added debug warningBrian Paul
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger
2009-11-27r300g,llvmpipe: fix some more merge problemsRoland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-10-18llvmpipe: Allocate texture storage for whole quads.José Fonseca
2009-10-08llvmpipe: remove tex tile cache and related codeKeith Whitwell
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-08-29llvmpipe: Define an winsys for LLVM. Drop pipe_winsysJosé Fonseca
2009-08-29llvmpipe: Update for changes in master.José Fonseca
2009-08-29llvmpipe: keep texture stride 16byte alignedKeith Whitwell
2009-08-29llvmpipe: Code generate the depth test, and include in the shader.José Fonseca
2009-08-29llvmpipe: Update texture block from format.José Fonseca
2009-08-29llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca
2009-08-29llvmpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca