mesa/src
Brian Paul cae2bb76c1 st/mesa: fix mipmap generation bug
In st_finalize_texture() we were looking at the st_texture_object::
lastLevel field instead of the pipe_resource::last_level field to
determine which resource to store the mipmap in.

Then, in st_generate_mipmap() we need to call st_finalize_texture() to
make sure the destination resource is properly allocated.

These changes fix the broken piglit fbo-generatemipmap-formats test.
2010-12-06 11:01:21 -07:00
..
driclient mesa: Purge macros NEED_EVENTS and NEED_REPLIES 2010-07-01 13:07:07 -06:00
egl egl: _eglFilterArray should not allocate. 2010-12-06 15:40:37 +08:00
gallium gallium/util: minor formatting fixes 2010-12-06 09:46:45 -07:00
glsl ir_print_visitor: Print out constant structure values. 2010-12-03 13:59:21 -08: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 mesa: upgrade to glext.h version 66 2010-11-17 20:04:45 -07:00
mapi mapi: Rewrite mapi_abi.py to get rid of preprocessor magic. 2010-12-06 15:40:37 +08:00
mesa st/mesa: fix mipmap generation bug 2010-12-06 11:01:21 -07:00
talloc scons: Fix inverted logic. 2010-08-26 18:29:04 +01:00
Makefile
SConscript scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00