This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
mesa: remove debug code
tags/mesa_20090313
Brian Paul
17 years ago
parent
072c474836
commit
cdc0b6e523
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/mesa/main/shaders.c
+ 0
- 1
src/mesa/main/shaders.c
View File
@@ -128,7 +128,6 @@ _mesa_DeleteObjectARB(GLhandleARB obj)
void GLAPIENTRY
_mesa_DeleteProgram(GLuint name)
{
printf("%s name=%u\n", __FUNCTION__, name);
if (name) {
GET_CURRENT_CONTEXT(ctx);
ctx->Driver.DeleteProgram2(ctx, name);
Write
Preview
Loading…
Cancel
Save