summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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