summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
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
commit7a5493972881cb6beb2e172f4159b39809ab3295 (patch)
tree7e276c186870dfe9e5425464519d6c7a3f06de89 /src/mesa/main/dd.h
parent4b8bb2f559b75c953e87c7b6bda17b155a87df15 (diff)
downloadexternal_mesa3d-7a5493972881cb6beb2e172f4159b39809ab3295.zip
external_mesa3d-7a5493972881cb6beb2e172f4159b39809ab3295.tar.gz
external_mesa3d-7a5493972881cb6beb2e172f4159b39809ab3295.tar.bz2
mesa: remove Driver.NotifySaveBegin
Nothing overrides it. Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 2ae2eec..43dee9a 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -793,13 +793,6 @@ struct dd_function_table {
GLboolean SaveNeedFlush;
/**
- * Give the driver the opportunity to hook in its own vtxfmt for
- * compiling optimized display lists. This is called on each valid
- * glBegin() during list compilation.
- */
- GLboolean (*NotifySaveBegin)( struct gl_context *ctx, GLenum mode );
-
- /**
* Notify driver that the special derived value _NeedEyeCoords has
* changed.
*/