Mesa (master): mesa: Include mfeatures. h in api_loopback for FEATURE_beginend.

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 7 04:06:56 UTC 2010


Module: Mesa
Branch: master
Commit: d421149cc8b9abe2b9061e166dce953a984b169a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d421149cc8b9abe2b9061e166dce953a984b169a

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov  6 21:05:16 2010 -0700

mesa: Include mfeatures.h in api_loopback for FEATURE_beginend.

---

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

diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c
index 4d0a418..c438307 100644
--- a/src/mesa/main/api_loopback.c
+++ b/src/mesa/main/api_loopback.c
@@ -36,6 +36,7 @@
 #include "glapi/glapi.h"
 #include "glapi/glthread.h"
 #include "main/dispatch.h"
+#include "mfeatures.h"
 
 /* KW: A set of functions to convert unusual Color/Normal/Vertex/etc
  * calls to a smaller set of driver-provided formats.  Currently just




More information about the mesa-commit mailing list