projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4508e
)
mesa: display list dispatch for ARB_debug_output
author
Marek Olšák
<maraeo@gmail.com>
Wed, 15 Feb 2012 00:18:43 +0000
(
01:18
+0100)
committer
Marek Olšák
<maraeo@gmail.com>
Sat, 10 Mar 2012 20:42:06 +0000
(21:42 +0100)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index 3db7bebae81e6cd40af29b1a5d1f7d43135312bb..420ddcc0cceb2f23a42567734d5dad0a5f667603 100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-10425,6
+10425,9
@@
_mesa_create_save_table(void)
SET_TextureStorage2DEXT(table, _mesa_TextureStorage2DEXT);
SET_TextureStorage3DEXT(table, _mesa_TextureStorage3DEXT);
+ /* GL_ARB_debug_output (no dlist support) */
+ _mesa_init_errors_dispatch(table);
+
return table;
}