summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_texture.c
Commit message (Expand)AuthorAgeFilesLines
* drm/sw: llvmpipe texture_from_handleGeorge Sapountzis2010-03-211-0/+1
* llvmpipe: Fix rebase typoJakob Bornecrantz2010-03-161-4/+0
* winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-161-0/+51
* llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca2010-03-131-0/+10
* llvmpipe: Don't use texture transfer internally.José Fonseca2010-03-131-62/+96
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+2
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-10/+15
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-39/+2
|\
| * Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-38/+0
| * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+2
* | gallium: fix llvmpipe after winsys moveKeith Whitwell2010-03-041-1/+1
* | softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-4/+4
|/
* llvmpipe: remove Z16 format override hackBrian Paul2010-02-231-6/+0
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-02-071-1/+0
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-38/+42
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-1/+0
| |\
| * | llvmpipe: align display target size to multiple of tile sizeBrian Paul2010-01-201-7/+13
| * | llvmpipe: fix-up commentBrian Paul2010-01-191-1/+2
| * | llvmpipe: assorted clean-ups in texture codeBrian Paul2010-01-141-28/+25
| * | llvmpipe: added debug warningBrian Paul2010-01-131-0/+1
| * | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-37/+42
| |\ \
| * | | llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-081-3/+1
* | | | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
| |_|/ |/| |
* | | llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-271-1/+0
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\ \ \ | |_|/ |/| |
| * | llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-211-2/+0
* | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-9/+9
* | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-25/+23
|\ \ \
| * | | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-25/+23
* | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-2/+4
|/ / /
* | | r300g,llvmpipe: fix some more merge problemsRoland Scheidegger2009-11-271-1/+1
* | | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-17/+14
|/ /
* / llvmpipe: Allocate texture storage for whole quads.José Fonseca2009-10-181-3/+11
|/
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-11/+3
* llvmpipe: Define an winsys for LLVM. Drop pipe_winsysJosé Fonseca2009-08-291-53/+53
* llvmpipe: Update for changes in master.José Fonseca2009-08-291-6/+4
* llvmpipe: keep texture stride 16byte alignedKeith Whitwell2009-08-291-1/+1
* llvmpipe: Code generate the depth test, and include in the shader.José Fonseca2009-08-291-0/+6
* llvmpipe: Update texture block from format.José Fonseca2009-08-291-0/+3
* llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca2009-08-291-1/+1
* llvmpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-08-291-1/+2
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+421