summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_texture.c
AgeCommit message (Expand)Author
2010-04-25llvmpipe: Cleanup/improve llvmpipe_flush_resource usage.José Fonseca
2010-04-25llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resourceJosé Fonseca
2010-04-23llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul
2010-04-22llvmpipe: Portability fixes.José Fonseca
2010-04-22llvmpipe: Fix rendering to non 32bpp formats.José Fonseca
2010-04-22llvmpipe: Use resource_is_texture() consistently.José Fonseca
2010-04-22llvmpipe: Fix resource_is_texture.José Fonseca
2010-04-21llvmpipe: consolidate texture memory allocation codeBrian Paul
2010-04-20llvmpipe: code consolidationBrian Paul
2010-04-20llvmpipe: remove debug code and simplifyBrian Paul
2010-04-20llvmpipe: fix cube face addressing bugBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20llvmpipe: remove call to llvmpipe_set_texture_image_layout()Brian Paul
2010-04-20llvmpipe: silence warningAlan Hourihane
2010-04-19llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul
2010-04-19llvmpipe: consolidate some code in llvmpipe_set_texture_image_layout()Brian Paul
2010-04-19llvmpipe: fix rendering to 3D texturesBrian Paul
2010-04-19llvmpipe: checkpoint: fixes for render to 3D textureBrian Paul
2010-04-19llvmpipe: another fix for surface memory allocationBrian Paul
2010-04-19llvmpipe: fix surface memory allocation bugBrian Paul
2010-04-16llvmpipe: rename vars, update comments for texture->resource changesBrian Paul
2010-04-16llvmpipe: additional texture assertionBrian Paul
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul
2010-04-12llvmpipe: Fix transfers after resource changeJakob Bornecrantz
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-21drm/sw: llvmpipe texture_from_handleGeorge Sapountzis
2010-03-16llvmpipe: Fix rebase typoJakob Bornecrantz
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