mesa/src
Mikko Juola ddf6f591a9 mesa: fix proxy textures not working with default texture binding
When working with the glTexStorage*() functions, the error checking
checks that a non-default (i.e., non-zero) texture is currently bound.
However, this check made glTexStorage*() functions fail with proxy
textures when the default texture is bound. Proxy textures do not care
about the current texture bindings so for them this check should not
be done.

Reviewed-by: Brian Paul <brianp@vmware.com>

Cc: mesa-stable@lists.freedesktop.org
(cherry picked from commit 3f3f66fd94)
2013-08-05 17:07:03 -07:00
..
egl egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE 2013-07-18 16:03:42 -07:00
gallium gallium/postprocessing: convert blits to pipe->blit 2013-08-05 16:57:49 -07:00
gbm gbm: Remember to init format on gbm_dri_bo_create. 2013-02-07 20:00:52 -05:00
getopt
glsl glsl: Less const for glsl_type convenience accessors 2013-08-05 15:41:14 -07:00
glx Apple: glFlush() is not needed with CGLFlushDrawable() 2013-07-20 11:48:44 -07:00
gtest gtest: Build it only for 'make check'. 2013-01-13 12:38:44 +01:00
mapi mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently 2013-07-18 17:42:46 -07:00
mesa mesa: fix proxy textures not working with default texture binding 2013-08-05 17:07:03 -07:00
Makefile.am build: Remove GALLIUM_DIRS 2013-04-15 12:04:26 -07:00
SConscript Remove libGLU 2012-08-31 10:58:15 -07:00