mesa/src
Neil Roberts 9462b84478 gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
When using Mesa with a GLES API, calling _mesa_FramebufferRenderbuffer
with GL_DRAW_FRAMEBUFFER will report a 'user error' because
get_framebuffer_target validates that this enum from the framebuffer
blit extension is only used on GL. To work around it this patch makes
it use the GL_FRAMEBUFFER enum instead in that case.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43418
Note: This is a candidate for the 8.0 branch.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-01-13 10:06:30 -08:00
..
egl wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h 2012-01-11 14:24:00 -05:00
gallium gallivm: Allow target specific intrinsics in lp_declare_intrinsic() 2012-01-13 11:45:49 -05:00
gbm gbm: Add documentation for the public facing API 2012-01-13 09:31:24 -05:00
getopt
glsl linker: Calculate used samplers and shadow samplers in the linker 2012-01-11 12:51:24 -08:00
glu glu: remove BeOS define as BeOS is not longer a target platform 2011-12-27 09:16:51 -07:00
glx glx/dri: Initialize api even if num_attribs == 0. 2012-01-11 12:13:49 -08:00
mapi Regenerate files from previous commits 2011-12-13 16:07:17 -08:00
mesa gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES 2012-01-13 10:06:30 -08:00
Makefile
SConscript scons: Unbreak mingw build. 2011-09-20 20:50:48 +01:00