| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Remove unnecessary headers. | Vinson Lee | 2010-01-30 | 1 | -1/+0 |
* | intel: Replace some gen3 IS_* checks with context structure usage. | Eric Anholt | 2009-12-22 | 1 | -1/+1 |
* | intel: Remove non-GEM support. | Eric Anholt | 2009-11-19 | 1 | -10/+6 |
* | intel: Finish removing the fallback code for bug #16697. | Eric Anholt | 2009-11-06 | 1 | -6/+2 |
* | intel: Remove duplicated arguments from intel_miptree_match_image(). | Eric Anholt | 2009-11-06 | 1 | -2/+3 |
* | Make a convenient int for what chipset generation we're on. | Eric Anholt | 2009-11-06 | 1 | -1/+1 |
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 1 | -3/+5 |
|\ |
|
| * | mesa: remove gl_texture_image::IsCompressed field | Brian Paul | 2009-10-01 | 1 | -2/+4 |
| * | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 1 | -1/+1 |
| * | mesa/drivers: use _mesa_get_format_bytes() | Brian Paul | 2009-09-27 | 1 | -1/+1 |
* | | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-28 | 1 | -1/+3 |
|\ \ |
|
| * | | intel: Fix memory leak in event of mip tree allocation failure | Vinson Lee | 2009-10-28 | 1 | -1/+3 |
* | | | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt | 2009-10-23 | 1 | -69/+60 |
|\| | |
|
| * | | intel: Keep track of x,y offsets in miptrees and use them for blitting. | Eric Anholt | 2009-10-23 | 1 | -78/+59 |
* | | | intel: whitespace/formatting clean-up | Brian Paul | 2009-10-12 | 1 | -10/+18 |
* | | | intel: replace extern decl with #include | Brian Paul | 2009-10-12 | 1 | -1/+2 |
* | | | intel: code clean-ups | Brian Paul | 2009-10-12 | 1 | -4/+5 |
* | | | intel: pass zslice to intel_miptree_image_offset() | Brian Paul | 2009-10-12 | 1 | -35/+26 |
|/ / |
|
* / | i965: Fix massive memory allocation for streaming texture usage. | Eric Anholt | 2009-09-30 | 1 | -0/+16 |
|/ |
|
* | i965: add support for new chipsets | Xiang, Haihao | 2009-07-13 | 1 | -8/+18 |
* | intel: Avoid pointer arithmetic on void *. | Eric Anholt | 2009-06-30 | 1 | -1/+1 |
* | i965: Fix depth-texture Y-tiling detection for sized internal formats. | Eric Anholt | 2009-06-23 | 1 | -2/+3 |
* | i965: Fix packed depth/stencil textures to be Y-tiled as well. | Eric Anholt | 2009-06-23 | 1 | -1/+2 |
* | intel: Avoid trying to do blits to Y tiled regions. | Eric Anholt | 2009-06-23 | 1 | -7/+22 |
* | intel: Fix some potential writes to zero-copy PBOs when used as regions. | Eric Anholt | 2009-06-23 | 1 | -1/+1 |
* | i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled. | Eric Anholt | 2009-06-17 | 1 | -3/+7 |
* | intel: Add support for tiled textures. | Eric Anholt | 2009-06-04 | 1 | -6/+23 |
* | i965: improve debug logging | Robert Ellison | 2009-05-08 | 1 | -2/+4 |
* | intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions. | Eric Anholt | 2009-02-21 | 1 | -2/+4 |
* | intel: Don't steal renderbuffer from caller in intel_miptree_create_for_region | Pierre Willenbrock | 2008-12-14 | 1 | -1/+1 |
* | intel: check for null texture. (fix #13902) | Xiang, Haihao | 2008-12-12 | 1 | -2/+2 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -1/+1 |
* | intel: Add a width field to regions, and use it for making miptrees in TFP. | Eric Anholt | 2008-09-12 | 1 | -2/+5 |
* | fix byte vs. pixel offset bug for 3D textures (see bug 17170) | Henri Verbeet | 2008-08-18 | 1 | -3/+3 |
* | intel: fix texture border issue. (bug #16697) | Xiang, Haihao | 2008-07-18 | 1 | -1/+4 |
* | intel: test cpp to ensure mipmap tree matches texture image. | Xiang, Haihao | 2008-04-30 | 1 | -0/+5 |
* | [intel] Clarify miptree layout by using byte offsets to images. | Eric Anholt | 2008-03-18 | 1 | -8/+14 |
* | intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc | Xiang, Haihao | 2008-03-17 | 1 | -1/+1 |
* | intel: Remove an assertion from intel_miptree_create. TexImage | Xiang, Haihao | 2008-03-17 | 1 | -2/+4 |
* | [intel] Silence unused variable warning when compiling for i965. | Kristian Høgsberg | 2008-03-03 | 1 | -0/+3 |
* | [intel] fix compressed image height | Zou Nan hai | 2008-02-28 | 1 | -1/+1 |
* | [i915] fix texture size exceed limit case when running celestia | Zou Nan hai | 2008-02-26 | 1 | -1/+3 |
* | [intel] fix random ut2004 crash on some machine, for cubemap textures, | Zou Nan hai | 2008-02-25 | 1 | -3/+7 |
* | Add TTM buffer object based texture from pixmap implementation. | Kristian Høgsberg | 2008-02-14 | 1 | -17/+76 |
* | Bug #13839: Fix 3D texture offset miscalculation with pixels versus bytes. | Roland Scheidegger | 2007-12-28 | 1 | -3/+3 |
* | [intel] Fix and reenable (software) SGIS_generate_mipmap | Eric Anholt | 2007-12-20 | 1 | -1/+1 |
* | [Intel] Centralize mipmap pitch computations. | Keith Packard | 2007-12-18 | 1 | -30/+51 |
* | [i915] Fix missing symbol from 965 changes. | Eric Anholt | 2007-12-16 | 1 | -0/+1 |
* | [965] Move to using shared texture management code. | Eric Anholt | 2007-12-16 | 1 | -18/+8 |
* | [intel] Whitespace and comment changes to bring intel_mipmap_tree.c closer. | Eric Anholt | 2007-12-15 | 1 | -27/+32 |