[Mesa-dev] [PATCH 12/13] mesa: display list dispatch for ARB_debug_output

Marek Olšák maraeo at gmail.com
Wed Feb 15 05:28:13 PST 2012


---
 src/mesa/main/dlist.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 677debf..231d7e4 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -10390,6 +10390,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;
 }
 
-- 
1.7.5.4



More information about the mesa-dev mailing list