Mesa (master): st/dri: Fix dri_create_context declaration prototype.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Nov 8 12:20:46 UTC 2013


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Nov  8 12:20:00 2013 +0000

st/dri: Fix dri_create_context declaration prototype.

---

 .../state_trackers/dri/common/dri_context.h        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/dri/common/dri_context.h b/src/gallium/state_trackers/dri/common/dri_context.h
index b87ce40..56dfa2c 100644
--- a/src/gallium/state_trackers/dri/common/dri_context.h
+++ b/src/gallium/state_trackers/dri/common/dri_context.h
@@ -89,6 +89,7 @@ dri_create_context(gl_api api,
 		   unsigned major_version,
 		   unsigned minor_version,
 		   uint32_t flags,
+		   bool notify_reset,
 		   unsigned *error,
 		   void *sharedContextPrivate);
 




More information about the mesa-commit mailing list