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
/
mesa
/
drivers
/
dri
/
intel
/
intel_mipmap_tree.c
Age
Commit message (
Expand
)
Author
2010-09-24
intel: Improve some of the miptree debugging.
Eric Anholt
2010-08-25
intel: Take an intel_screen pointer in intel_alloc_region_* functions
Kristian Høgsberg
2010-08-13
intel: Remove include of texmem.h, since we haven't used it in ages.
Eric Anholt
2010-06-16
intel: Remove unnecessary headers.
Vinson Lee
2010-06-11
i965: Remove caching of surface state objects.
Eric Anholt
2010-05-04
intel: Don't tile textures so small that size is blown up by over 2x.
Eric Anholt
2010-03-22
intel: Call intel_prepare_render() before looking up regions.
Kristian Høgsberg
2010-03-17
intel: Replace mt->pitch with mt->region->pitch.
Eric Anholt
2010-03-17
intel: Rely on allocated region pitch for the miptree pitch.
Eric Anholt
2010-03-17
intel: Remove level_offset now that it's unused.
Eric Anholt
2010-03-16
i965: Fix inversion for glCopyPixels to/from FBOs.
Eric Anholt
2010-03-04
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-03
i915: Don't do the pitch expansion for tiled buffers.
Eric Anholt
2010-01-30
intel: Remove unnecessary headers.
Vinson Lee
2009-12-22
intel: Replace some gen3 IS_* checks with context structure usage.
Eric Anholt
2009-11-19
intel: Remove non-GEM support.
Eric Anholt
2009-11-06
intel: Finish removing the fallback code for bug #16697.
Eric Anholt
2009-11-06
intel: Remove duplicated arguments from intel_miptree_match_image().
Eric Anholt
2009-11-06
Make a convenient int for what chipset generation we're on.
Eric Anholt
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-28
intel: Fix memory leak in event of mip tree allocation failure
Vinson Lee
2009-10-23
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-10-23
intel: Keep track of x,y offsets in miptrees and use them for blitting.
Eric Anholt
2009-10-12
intel: whitespace/formatting clean-up
Brian Paul
2009-10-12
intel: replace extern decl with #include
Brian Paul
2009-10-12
intel: code clean-ups
Brian Paul
2009-10-12
intel: pass zslice to intel_miptree_image_offset()
Brian Paul
2009-10-01
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
i965: Fix massive memory allocation for streaming texture usage.
Eric Anholt
2009-09-27
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-07-13
i965: add support for new chipsets
Xiang, Haihao
2009-06-30
intel: Avoid pointer arithmetic on void *.
Eric Anholt
2009-06-23
i965: Fix depth-texture Y-tiling detection for sized internal formats.
Eric Anholt
2009-06-23
i965: Fix packed depth/stencil textures to be Y-tiled as well.
Eric Anholt
2009-06-23
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
intel: Fix some potential writes to zero-copy PBOs when used as regions.
Eric Anholt
2009-06-17
i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.
Eric Anholt
2009-06-04
intel: Add support for tiled textures.
Eric Anholt
2009-05-08
i965: improve debug logging
Robert Ellison
2009-02-21
intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.
Eric Anholt
2008-12-14
intel: Don't steal renderbuffer from caller in intel_miptree_create_for_region
Pierre Willenbrock
2008-12-12
intel: check for null texture. (fix #13902)
Xiang, Haihao
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-12
intel: Add a width field to regions, and use it for making miptrees in TFP.
Eric Anholt
2008-08-18
fix byte vs. pixel offset bug for 3D textures (see bug 17170)
Henri Verbeet
2008-07-18
intel: fix texture border issue. (bug #16697)
Xiang, Haihao
2008-04-30
intel: test cpp to ensure mipmap tree matches texture image.
Xiang, Haihao
2008-03-18
[intel] Clarify miptree layout by using byte offsets to images.
Eric Anholt
[next]