index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
i915simple
/
i915_texture.c
Age
Commit message (
Expand
)
Author
2009-01-20
gallium: Remove the standalone surfaces.
José Fonseca
2008-12-05
i915: Silence warnings
Jakob Bornecrantz
2008-11-16
i915: Silence warnings
Jakob Bornecrantz
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-02
i915: Small fixes for tiled textures
Jakob Bornecrantz
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: replace align_int() with align()
Brian Paul
2008-07-13
i915: Ops should not have pushed that
Jakob Bornecrantz
2008-07-13
i915: WIP swap rework
Jakob Bornecrantz
2008-07-04
i915: Added debug filling code of texture, not active
Jakob Bornecrantz
2008-07-05
psb: Fill all texture fields when creating texture blanket.
José Fonseca
2008-06-27
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-24
gallium: remove bad assertion
Brian Paul
2008-06-24
i915: Added texture_blanket function
Jakob Bornecrantz
2008-06-23
i915: Add render and texture support for tiled texture and buffers
Jakob Bornecrantz
2008-06-23
i915: Removed level_offset from i915_texture
Jakob Bornecrantz
2008-06-19
i915: Fixed cubemap layouts
Jakob Bornecrantz
2008-06-19
i915: Refractored and clean up i915_texture.c
Jakob Bornecrantz
2008-06-13
i915: Improved the not used tile code
Jakob Bornecrantz
2008-06-13
i915: Fix most of the clear problems
Jakob Bornecrantz
2008-06-02
i915: Fixed initialization of surface
Jakob Bornecrantz
2008-05-31
i915: Comment out dead & problematic code.
Michal Krol
2008-05-30
i915: Remade texture allocation code again
Jakob Bornecrantz
2008-05-29
i915: Fix GPU lockup on resize
Jakob Bornecrantz
2008-05-29
i915: Deprecated pipe_winsys buffer functions
Jakob Bornecrantz
2008-05-29
i915: Remove last usage of surface_alloc_storage
Jakob Bornecrantz
2008-05-26
i915: Removed screen sufixes on texture functions
Jakob Bornecrantz
2008-05-26
i915: Fix for tex-surface merge
Jakob Bornecrantz
2008-05-07
gallium: Propagate tex_usage flags down to winsys.
José Fonseca
2008-05-02
i915: update to new display target allocation
Keith Whitwell
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-03-19
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-02-27
gallium/i915: remove unneeded assignment
Brian
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-26
gallium: introduce 'pipe_screen' for context-independent functions
Brian
2008-02-26
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-20
gallium: replace some ordinary assignments with pipe_reference_texture()
Brian
2008-02-20
gallium: minor re-org of 915 surface/texture code
Brian
2008-02-20
gallium: new pipe->texture_update() function
Brian
2008-02-15
Code reorganization: move files into their places.
José Fonseca