Bug #1682: Mesa core code that gets linked into DRI drivers should never call
authorAdam Jackson <ajax@freedesktop.org>
Sun, 24 Oct 2004 02:05:40 +0000 (02:05 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Sun, 24 Oct 2004 02:05:40 +0000 (02:05 +0000)
commit94987beb2c9e87d9c55db5cb7c089dc77f78df94
tree714d8c344090c992e6a55658bc14ef4d585761ac
parent07553c58fd068a0e1b43e564fba1baffa6ea222d
Bug #1682: Mesa core code that gets linked into DRI drivers should never call
through the GL API directly, but should instead use the GL_CALL macro.
src/mesa/main/api_arrayelt.c
src/mesa/main/dlist.c
src/mesa/shader/arbprogparse.c
src/mesa/tnl/t_save_loopback.c
src/mesa/tnl/t_vtx_eval.c