aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_texture.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Added debug filling code of texture, not activeJakob Bornecrantz2008-07-041-2/+11
* psb: Fill all texture fields when creating texture blanket.José Fonseca2008-07-051-0/+2
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-92/+104
* gallium: remove bad assertionBrian Paul2008-06-241-1/+0
* i915: Added texture_blanket functionJakob Bornecrantz2008-06-241-0/+34
* i915: Add render and texture support for tiled texture and buffersJakob Bornecrantz2008-06-231-0/+1
* i915: Removed level_offset from i915_textureJakob Bornecrantz2008-06-231-15/+12
* i915: Fixed cubemap layoutsJakob Bornecrantz2008-06-191-3/+19
* i915: Refractored and clean up i915_texture.cJakob Bornecrantz2008-06-191-128/+141
* i915: Improved the not used tile codeJakob Bornecrantz2008-06-131-12/+21
* i915: Fix most of the clear problemsJakob Bornecrantz2008-06-131-0/+1
* i915: Fixed initialization of surfaceJakob Bornecrantz2008-06-021-2/+2
* i915: Comment out dead & problematic code.Michal Krol2008-05-311-0/+2
* i915: Remade texture allocation code againJakob Bornecrantz2008-05-301-6/+3
* i915: Fix GPU lockup on resizeJakob Bornecrantz2008-05-291-31/+35
* i915: Deprecated pipe_winsys buffer functionsJakob Bornecrantz2008-05-291-1/+1
* i915: Remove last usage of surface_alloc_storageJakob Bornecrantz2008-05-291-26/+16
* i915: Removed screen sufixes on texture functionsJakob Bornecrantz2008-05-261-14/+14
* i915: Fix for tex-surface mergeJakob Bornecrantz2008-05-261-2/+27
* gallium: Propagate tex_usage flags down to winsys.José Fonseca2008-05-071-1/+2
* i915: update to new display target allocationKeith Whitwell2008-05-021-16/+75
* gallium: tex surface checkpointKeith Whitwell2008-05-011-9/+4
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-1/+2
* gallium/i915: remove unneeded assignmentBrian2008-02-271-1/+0
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-28/+0
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-19/+57
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-0/+1
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-0/+1
* gallium: minor re-org of 915 surface/texture codeBrian2008-02-201-3/+55
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+7
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+536