summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2015-09-27 21:28:22 +0200
committerMarek Olšák <marek.olsak@amd.com>2015-10-03 22:06:09 +0200
commitf457964885afedaa47c1ee675c313650d1082473 (patch)
tree5a4537d80aff64cf39330dccdc52ec08af51b1ee /src/mesa/main/dlist.c
parent55735cad007f15fb407f803a0416593997a2045e (diff)
downloadexternal_mesa3d-f457964885afedaa47c1ee675c313650d1082473.zip
external_mesa3d-f457964885afedaa47c1ee675c313650d1082473.tar.gz
external_mesa3d-f457964885afedaa47c1ee675c313650d1082473.tar.bz2
mesa: remove Driver.EndList
Nothing overrides it. Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index d3a329f..804583d 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -9062,7 +9062,7 @@ _mesa_EndList(void)
/* Call before emitting END_OF_LIST, in case the driver wants to
* emit opcodes itself.
*/
- ctx->Driver.EndList(ctx);
+ vbo_save_EndList(ctx);
(void) alloc_instruction(ctx, OPCODE_END_OF_LIST, 0);