diff options
author | marha <marha@users.sourceforge.net> | 2012-05-03 13:38:22 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-05-03 13:38:22 +0200 |
commit | 62068b3bc534d504e40df34847b4436f1a496f35 (patch) | |
tree | 7f67aa0910acff5830585e699be4098088244a85 /mesalib/src/glsl/standalone_scaffolding.cpp | |
parent | e67b35e7a899da5805fcce3d390cb10ebcaffe91 (diff) | |
download | vcxsrv-62068b3bc534d504e40df34847b4436f1a496f35.tar.gz vcxsrv-62068b3bc534d504e40df34847b4436f1a496f35.tar.bz2 vcxsrv-62068b3bc534d504e40df34847b4436f1a496f35.zip |
xserver mesa git update 3 May 2012
Diffstat (limited to 'mesalib/src/glsl/standalone_scaffolding.cpp')
-rw-r--r-- | mesalib/src/glsl/standalone_scaffolding.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mesalib/src/glsl/standalone_scaffolding.cpp b/mesalib/src/glsl/standalone_scaffolding.cpp index 24cc64ad9..f15f2d882 100644 --- a/mesalib/src/glsl/standalone_scaffolding.cpp +++ b/mesalib/src/glsl/standalone_scaffolding.cpp @@ -41,6 +41,12 @@ _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, *ptr = sh; } +void +_mesa_shader_debug(struct gl_context *, GLenum, GLuint, + const char *, int) +{ +} + struct gl_shader * _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type) { |