Age | Commit message (Collapse) | Author |
|
Conflicts:
progs/util/shaderutil.c
src/mesa/drivers/dri/r600/r600_context.c
src/mesa/main/version.h
|
|
Check for versions >= 2.0 (because some drivers return 3.0), and return
GL_FALSE if shaders are not detected.
|
|
|
|
|
|
Signed-off-by: Brian Paul <brianp@vmware.com>
|
|
|
|
|
|
|
|
|
|
And call new PrintUniforms() in demos.
|
|
|
|
|
|
Call Init() from CompileShaderFile, was previously only called for the
Text version of this function.
|
|
|
|
|
|
|
|
|