mesa/src
Brian Paul 1dd8e27578 st/mesa: fix texture array dimensions
For 1D/2D texture arrays use the pipe_resource::array_size field.
In OpenGL 1D arrays texture use the height dimension as the array
size and 2D array textures use the depth dimension as the array size.
Gallium uses a special array_size field instead.  When setting up
gallium textures or comparing Mesa textures to gallium textures we
need to be extra careful that we're comparing the right fields.

The new st_gl_texture_dims_to_pipe_dims() function maps OpenGL
texture dimensions to gallium texture dimensions and simplifies
this quite a bit.
2011-01-28 20:25:27 -07:00
..
driclient mesa: Purge macros NEED_EVENTS and NEED_REPLIES 2010-07-01 13:07:07 -06:00
egl egl: Fix EGL_VERSION string. 2011-01-14 14:29:19 +08:00
gallium softpipe: fix array textures to use resource array_size 2011-01-28 20:25:27 -07:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl Revert "glcpp: Demote "macro redefined" from an error to a warning" 2011-01-29 08:21:05 +10:00
glu mesa: fix mesa version string construction 2010-10-19 08:59:27 -06:00
glut scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
glw Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glx glx: fix request lengths 2011-01-24 18:10:38 -07:00
mapi glapi: add @GOTPCREL relocation type 2011-01-27 18:04:57 -07:00
mesa st/mesa: fix texture array dimensions 2011-01-28 20:25:27 -07:00
talloc scons: Fix inverted logic. 2010-08-26 18:29:04 +01:00
Makefile Create $(TOP)/$(LIB_DIR) for install, too 2008-06-22 20:19:35 -07:00
SConscript scons: Add support for GLES. 2011-01-22 11:59:05 +08:00