summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-9/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-46/+26
* i915: Enable winsys to get buffer from textureJakob Bornecrantz2009-02-251-0/+18
* i915simple: Minimal fixup for introduction of struct pipe_transfer.Michel Dänzer2009-02-181-4/+0
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-2/+0
* gallium: make p_winsys internalZack Rusin2009-01-301-4/+4
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-5/+5
* i915: queiten compiler warningsKeith Whitwell2009-01-271-1/+0
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-1/+0
* i915: Silence warningsJakob Bornecrantz2008-12-051-0/+2
* i915: Silence warningsJakob Bornecrantz2008-11-161-3/+2
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-4/+4
* i915: Small fixes for tiled texturesJakob Bornecrantz2008-09-021-2/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* gallium: replace align_int() with align()Brian Paul2008-08-221-4/+4
* i915: Ops should not have pushed thatJakob Bornecrantz2008-07-131-3/+3
* i915: WIP swap reworkJakob Bornecrantz2008-07-131-3/+3
* 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