From: Richard Li Date: Fri, 18 Dec 2009 05:23:04 +0000 (-0500) Subject: r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default. X-Git-Tag: 062012170305~12852^2~2169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=465333ab7078daf878ad34ab172ebb15f8a003b3;p=profile%2Fivi%2Fmesa.git r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default. --- diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c index b66fe78..45bbc3c 100644 --- a/src/mesa/drivers/dri/r600/r600_context.c +++ b/src/mesa/drivers/dri/r600/r600_context.c @@ -74,7 +74,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "utils.h" #include "xmlpool.h" /* for symbolic values of enum-type options */ -//#define R600_ENABLE_GLSL_TEST 1 +#define R600_ENABLE_GLSL_TEST 1 #define need_GL_VERSION_2_0 #define need_GL_ARB_occlusion_query