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
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