summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_texture.c
AgeCommit message (Expand)Author
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-09-27i915g: Tile shared buffers as wellJakob Bornecrantz
2009-09-27i915g: Use booleanJakob Bornecrantz
2009-09-01i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz
2009-08-31i915g: Reorg texture layout codeJakob Bornecrantz
2009-08-31i915g: Move transfer functions into i915_texture.cJakob Bornecrantz
2009-08-31i915g: Reorg texture code a bitJakob Bornecrantz
2009-08-31i915g: Cleanup i915_texture.cJakob Bornecrantz
2009-08-31i915g: Cleanup texture init functions a bitJakob Bornecrantz
2009-08-28i915g: Add cursor case for scanout layoutJakob Bornecrantz
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-08-05i915g: Treat primary textures as scanout buffersJakob Bornecrantz
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-25i915: Enable winsys to get buffer from textureJakob Bornecrantz
2009-02-18i915simple: Minimal fixup for introduction of struct pipe_transfer.Michel Dänzer
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-27i915: queiten compiler warningsKeith Whitwell
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2008-12-05i915: Silence warningsJakob Bornecrantz
2008-11-16i915: Silence warningsJakob Bornecrantz
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-09-02i915: Small fixes for tiled texturesJakob Bornecrantz
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: replace align_int() with align()Brian Paul
2008-07-13i915: Ops should not have pushed thatJakob Bornecrantz
2008-07-13i915: WIP swap reworkJakob Bornecrantz
2008-07-04i915: Added debug filling code of texture, not activeJakob Bornecrantz
2008-07-05psb: Fill all texture fields when creating texture blanket.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-24gallium: remove bad assertionBrian Paul
2008-06-24i915: Added texture_blanket functionJakob Bornecrantz
2008-06-23i915: Add render and texture support for tiled texture and buffersJakob Bornecrantz
2008-06-23i915: Removed level_offset from i915_textureJakob Bornecrantz
2008-06-19i915: Fixed cubemap layoutsJakob Bornecrantz
2008-06-19i915: Refractored and clean up i915_texture.cJakob Bornecrantz
2008-06-13i915: Improved the not used tile codeJakob Bornecrantz
2008-06-13i915: Fix most of the clear problemsJakob Bornecrantz
2008-06-02i915: Fixed initialization of surfaceJakob Bornecrantz
2008-05-31i915: Comment out dead & problematic code.Michal Krol
2008-05-30i915: Remade texture allocation code againJakob Bornecrantz
2008-05-29i915: Fix GPU lockup on resizeJakob Bornecrantz
2008-05-29i915: Deprecated pipe_winsys buffer functionsJakob Bornecrantz
2008-05-29i915: Remove last usage of surface_alloc_storageJakob Bornecrantz
2008-05-26i915: Removed screen sufixes on texture functionsJakob Bornecrantz
2008-05-26i915: Fix for tex-surface mergeJakob Bornecrantz
2008-05-07gallium: Propagate tex_usage flags down to winsys.José Fonseca