summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_tex_layout.c
Commit message (Expand)AuthorAgeFilesLines
* i915: add mock implementation of GL_OES_EGL_image_external (v2)Mauro Rossi2016-11-011-0/+2
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: Introduce a globally-available minify() macro.Eric Anholt2013-04-211-9/+9
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-091-18/+18
* intel: Set depth to 6 for cubemapsIan Romanick2012-01-181-2/+2
* i915: Fix build since hiz merge.Eric Anholt2011-11-231-6/+6
* intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke2011-09-231-6/+2
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-26/+14
* i915: Fix NPOT compressed textures on 915.Eric Anholt2011-07-121-2/+2
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-11/+11
* i915: Fix build for previous commit.Eric Anholt2011-01-051-11/+11
* i965: Fix cube map layouts on Ironlake.Eric Anholt2010-04-291-1/+1
* i915: Fix comments about cube layoutsJakob Bornecrantz2010-04-131-2/+3
* intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-171-15/+12
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* intel: Add support for tiled textures.Eric Anholt2009-06-041-20/+27
* i915: Fix 945 cube map layout for the small mipmaps along the bottom.Steinar H. Gunderson2009-05-151-2/+14
* i915: Only use the new 945 cube layout for compressed textures.Eric Anholt2009-05-151-1/+4
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* [i915] Bug #13634: Fix bugs in 945 cube mipmap layout.Eric Anholt2008-03-181-15/+18
* [i915] Add comments about how cube texture layout works.Eric Anholt2008-03-181-2/+107
* [i915] Move miptree layout code into separate functions per target.Eric Anholt2008-03-181-258/+285
* [945] Remove conditional in 945 3D mipmap layout checking for cube layout.Eric Anholt2008-03-181-4/+3
* [Intel] Centralize mipmap pitch computations.Keith Packard2007-12-181-8/+8
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+343