radeon: Enable GL_EXT_framebuffer_blit
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 13 Nov 2013 21:26:03 +0000 (13:26 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 27 Jan 2014 21:21:43 +0000 (14:21 -0700)
commit71cc510ef6be9792a0c1356a4412c30a6ca23119
tree2be9243c2091d7d856ce0de58e2541da8d8f3455
parentbed51a48589e5f5967cd38ade2adfbb874e54dfd
radeon: Enable GL_EXT_framebuffer_blit

The dd_function_table::BlitFramebuffer is already initialized to
_mesa_meta_BlitFramebuffer, so it should just work.

Tested on a Radeon 7500 (OpenGL renderer string: Mesa DRI R100 (RV200
5157) TCL DRI2).  I couldn't do a full piglit run because it would tank
the system with or without this patch.  I just ran all the blit tests
(-t blit to piglit-run.py).  Only fbo-sys-sub-blit failed.  All of the
other tests that weren't skipped (i.e., all the multisample and sRGB
tests skip) passed.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
docs/relnotes/10.1.html
src/mesa/drivers/dri/radeon/radeon_context.c