projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef94c6
)
mesa: remove stray comment in PopAttrib() code
author
Brian Paul
<brianp@vmware.com>
Tue, 31 Jan 2012 19:33:38 +0000
(12:33 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 1 Feb 2012 13:52:30 +0000
(06:52 -0700)
src/mesa/main/attrib.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/attrib.c
b/src/mesa/main/attrib.c
index 01e79455c2a13516350a811fe2ff5e1797a3c343..b8309edbec71fb15766cfcf6655891f6e90c8881 100644
(file)
--- a/
src/mesa/main/attrib.c
+++ b/
src/mesa/main/attrib.c
@@
-1244,7
+1244,6
@@
_mesa_PopAttrib(void)
}
break;
case GL_TEXTURE_BIT:
- /* Take care of texture object reference counters */
{
struct texture_state *texstate
= (struct texture_state *) attr->data;