summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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