summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_texture.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: fix texture/display target memory leakBrian Paul2010-04-291-0/+5
* llvmpipe: fix mem leak in llvmpipe_resource_destroy()Brian Paul2010-04-281-0/+2
* llvmpipe: added llvmpipe_resource_size()Brian Paul2010-04-271-0/+21
* llvmpipe: Cleanup/improve llvmpipe_flush_resource usage.José Fonseca2010-04-251-13/+21
* llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resourceJosé Fonseca2010-04-251-1/+1
* llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul2010-04-231-1/+0
* llvmpipe: Portability fixes.José Fonseca2010-04-221-2/+2
* llvmpipe: Fix rendering to non 32bpp formats.José Fonseca2010-04-221-4/+8
* llvmpipe: Use resource_is_texture() consistently.José Fonseca2010-04-221-22/+15
* llvmpipe: Fix resource_is_texture.José Fonseca2010-04-221-8/+12
* llvmpipe: consolidate texture memory allocation codeBrian Paul2010-04-211-11/+48
* llvmpipe: code consolidationBrian Paul2010-04-201-55/+18
* llvmpipe: remove debug code and simplifyBrian Paul2010-04-201-14/+4
* llvmpipe: fix cube face addressing bugBrian Paul2010-04-201-20/+60
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* llvmpipe: remove call to llvmpipe_set_texture_image_layout()Brian Paul2010-04-201-3/+0
* llvmpipe: silence warningAlan Hourihane2010-04-201-1/+1
* llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul2010-04-191-9/+12
* llvmpipe: consolidate some code in llvmpipe_set_texture_image_layout()Brian Paul2010-04-191-16/+22
* llvmpipe: fix rendering to 3D texturesBrian Paul2010-04-191-69/+99
* llvmpipe: checkpoint: fixes for render to 3D textureBrian Paul2010-04-191-52/+62
* llvmpipe: another fix for surface memory allocationBrian Paul2010-04-191-6/+12
* llvmpipe: fix surface memory allocation bugBrian Paul2010-04-191-12/+36
* llvmpipe: rename vars, update comments for texture->resource changesBrian Paul2010-04-161-168/+168
* llvmpipe: additional texture assertionBrian Paul2010-04-161-0/+4
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-47/+601
* llvmpipe: Fix transfers after resource changeJakob Bornecrantz2010-04-121-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-98/+131
* 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