Mesa (master): dri: add _glthread_GetID to dri_test.c dummy glapi

Luca Barbieri lb at kemper.freedesktop.org
Tue Mar 23 22:02:16 UTC 2010


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

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Tue Mar 23 22:57:25 2010 +0100

dri: add _glthread_GetID to dri_test.c dummy glapi

---

 src/mesa/drivers/dri/common/dri_test.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/common/dri_test.c b/src/mesa/drivers/dri/common/dri_test.c
index f55ec6d..6013c02 100644
--- a/src/mesa/drivers/dri/common/dri_test.c
+++ b/src/mesa/drivers/dri/common/dri_test.c
@@ -71,6 +71,12 @@ _glapi_get_dispatch_table_size(void)
 	return 0;
 }
 
+PUBLIC unsigned long
+_glthread_GetID(void)
+{
+   return 0;
+}
+
 int main(int argc, char** argv)
 {
    void* p = __driDriverExtensions;




More information about the mesa-commit mailing list