summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_texture.c
Commit message (Expand)AuthorAgeFilesLines
* i915g: Tile shared buffers as wellJakob Bornecrantz2009-09-271-0/+47
* i915g: Use booleanJakob Bornecrantz2009-09-271-1/+1
* i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz2009-09-011-36/+73
* i915g: Reorg texture layout codeJakob Bornecrantz2009-08-311-196/+207
* i915g: Move transfer functions into i915_texture.cJakob Bornecrantz2009-08-311-0/+93
* i915g: Reorg texture code a bitJakob Bornecrantz2009-08-311-36/+53
* i915g: Cleanup i915_texture.cJakob Bornecrantz2009-08-311-18/+18
* i915g: Cleanup texture init functions a bitJakob Bornecrantz2009-08-311-12/+6
* i915g: Add cursor case for scanout layoutJakob Bornecrantz2009-08-281-12/+13
* gallium: Move minify() to u_math.Corbin Simpson2009-08-071-5/+0
* i915g: Treat primary textures as scanout buffersJakob Bornecrantz2009-08-051-9/+16
* 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