diff options
author | Richard Li <richardradeon@gmail.com> | 2009-12-18 00:23:04 -0500 |
---|---|---|
committer | Richard Li <richardradeon@gmail.com> | 2009-12-18 00:23:04 -0500 |
commit | 465333ab7078daf878ad34ab172ebb15f8a003b3 (patch) | |
tree | 708c86d00986839b8308905b869f515aa6fd8781 /src | |
parent | 112908c279b0a768eca95a505856a087e479674b (diff) |
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/r600/r600_context.c | 2 |
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 b66fe78ac3..45bbc3c071 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 |