summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_resource_texture.c
AgeCommit message (Expand)Author
2011-03-12i915g: fix transfer coherencyDaniel Vetter
2011-03-12i915g: use y-tiling when the blitter is not usedDaniel Vetter
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-02-21i915g: Move debug fields to screenJakob Bornecrantz
2011-02-21i915g: Rework texture tiling a bitJakob Bornecrantz
2011-01-21i915g: Use slab allocator for transfersJakob Bornecrantz
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-02i915g: Improve debug printing for texturesJakob Bornecrantz
2010-12-02i915g: enable x-tiling for render targetsDaniel Vetter
2010-12-02i915g: enable X-tiling for texturesDaniel Vetter
2010-12-02i915g: don't pot-align stride for tiled buffersDaniel Vetter
2010-12-02i915g: postpone mipmap/face offset calculationDaniel Vetter
2010-12-02i915g: return tiling in iws->buffer_from_handleDaniel Vetter
2010-12-02i915g: switch to tiled allocations, kill set_fenceDaniel Vetter
2010-12-02i915g: drop alignment parameter from iws->buffer_createDaniel Vetter
2010-11-21i915g: s/hw_tiled/tilingDaniel Vetter
2010-11-21i915g: rip out ->sw_tiledDaniel Vetter
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-07-22i915g: Set total_nblocksy in from_handleJakob Bornecrantz
2010-07-22i915g: Add some debug prints in texture codeJakob Bornecrantz
2010-04-18i915g: Remove broken power of two functionJakob Bornecrantz
2010-04-18i915g: Add some helper functionsJakob Bornecrantz
2010-04-18i915g: Fix cubemap layoutsJakob Bornecrantz
2010-04-18i915g: Clean and add some debug printingJakob Bornecrantz
2010-04-15i915g: Create a special 2D layout helperJakob Bornecrantz
2010-04-15i915g: Fix 2D layoutsJakob Bornecrantz
2010-04-15i915g: Remove unused argsJakob Bornecrantz
2010-04-13i915g: Whitespace & formatingJakob Bornecrantz
2010-04-13i915g: Mark shared layouts more clearlyJakob Bornecrantz
2010-04-10Squashed commit of the following:Keith Whitwell