
Originally Posted by
pvtcupcakes
How did you do that?
I just pulled from mesa this morning, and I still have OGL 1.5 and Mesa 7.7-devel.
Latest mesa is already at 7.8-devel, so I don't know why you are still getting 7.7-devel. As for GLSL, to get it you have to edit:
Code:
src/mesa/drivers/dri/r600/r600_context.c
and remove the two slashes at the beginning of this line:
Code:
//#define R600_ENABLE_GLSL_TEST 1
But do note it's commented out for a reason
Only use for testing, it's not 'production ready' yet.