Mesa (master): wgl: Add assertion for missing function.

Keith Whitwell keithw at kemper.freedesktop.org
Fri May 8 09:04:21 UTC 2009


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri May  1 18:53:51 2009 +0100

wgl: Add assertion for missing function.

---

 .../state_trackers/wgl/shared/stw_context.c        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.c b/src/gallium/state_trackers/wgl/shared/stw_context.c
index 336ecce..d532b15 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_context.c
+++ b/src/gallium/state_trackers/wgl/shared/stw_context.c
@@ -64,6 +64,7 @@ stw_copy_context(
 
    if (src && dst) { 
       /* FIXME */
+      assert(0);
       (void) src;
       (void) dst;
       (void) mask;




More information about the mesa-commit mailing list