summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Li <richardradeon@gmail.com>2009-12-18 00:23:04 -0500
committerRichard Li <richardradeon@gmail.com>2009-12-18 00:23:04 -0500
commit465333ab7078daf878ad34ab172ebb15f8a003b3 (patch)
tree708c86d00986839b8308905b869f515aa6fd8781
parent112908c279b0a768eca95a505856a087e479674b (diff)
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
-rw-r--r--src/mesa/drivers/dri/r600/r600_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c
index b66fe78ac3b..45bbc3c071e 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.
74#include "utils.h" 74#include "utils.h"
75#include "xmlpool.h" /* for symbolic values of enum-type options */ 75#include "xmlpool.h" /* for symbolic values of enum-type options */
76 76
77//#define R600_ENABLE_GLSL_TEST 1 77#define R600_ENABLE_GLSL_TEST 1
78 78
79#define need_GL_VERSION_2_0 79#define need_GL_VERSION_2_0
80#define need_GL_ARB_occlusion_query 80#define need_GL_ARB_occlusion_query