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