summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_texture.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-30llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell
2010-09-07llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-07-22llvmpipe: Partially fix resource texture from_handleJakob Bornecrantz
2010-07-22llvmpipe: Don't align values already alignedJakob Bornecrantz
2010-07-16llvmpipe: use single swizzled tileKeith Whitwell
2010-07-13llvmpipe: Align texture data to the cache line.José Fonseca
2010-06-30llvmpipe: another null pointer checkBrian Paul
2010-06-29llvmpipe: don't crash/assert on out of memoryBrian Paul
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell
2010-05-30llvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary.José Fonseca
2010-05-22llvmpipe: Fill in slice_stride.José Fonseca
2010-05-11llvmpipe: fix texture image size calculationBrian Paul
2010-05-11llvmpipe: add a simple resource tracking/debug featureBrian Paul
2010-05-08llvmpipe: Match p_screen.h's function prototype.José Fonseca
2010-05-04llvmpipe: fix broken compressed cube mapsBrian Paul
2010-04-29llvmpipe: fix texture/display target memory leakBrian Paul
2010-04-28llvmpipe: fix mem leak in llvmpipe_resource_destroy()Brian Paul
2010-04-27llvmpipe: added llvmpipe_resource_size()Brian Paul
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