mesa/src
Chad Versace c2ddde70da intel: Refactor intel_mipmap_level offsets
Add a new field, intel_mipmap_level::slice, and move the offset fields
into it. Also add some much needed documentation for these fields.

Before this patch, a separate array was allocated for the
intel_mipmap_level::{x,y}_offsets.  This was just silly; it incurred an
extra call to malloc and diminished memory locality.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2011-11-21 16:58:36 -08:00
..
egl egl: silence unused var warning 2011-11-10 16:00:46 -07:00
gallium nvc0: add support for GF119 (NVD9) 2011-11-18 15:45:54 -08:00
gbm
getopt
glsl glsl: Add missing textureSize(samplerCubeShadow, int) variant. 2011-11-16 00:57:33 -08:00
glu glu: Fix deprecated conversion from string constant to ‘char*’ warning. 2011-11-09 10:24:37 +00:00
glx drisw: Enable SGI_make_current_read for direct contexts 2011-11-01 13:52:48 -04:00
mapi mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
mesa intel: Refactor intel_mipmap_level offsets 2011-11-21 16:58:36 -08:00
Makefile
SConscript