diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2008-12-14 18:58:33 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2008-12-14 18:58:33 -0800 |
commit | f1c9b5ab230cbb4124d8d476ae4886d05022adcb (patch) | |
tree | 493a8bde90db2bb33b15cb4867e764ef49cd0ace /glx/glthread.c | |
parent | 6383bc93b2ae76361a58653bc7e291df0d6ddfec (diff) |
GLX: Changes resulting from changes to Mesa generator scripts / data
Several recent Mesa commits (listed below) make modifications to the
protocol generator data and scripts. This commit represents the
changes to the generated files resulting from the previous changes.
- 0f73302d24f4201813da2939742c5bcb6964b3b1
GLX: Fix protocol for glTexSubImage#D
- 1709ab01ef24279c782e420568e9257b4b92b224
Return 0 as the request size when the pixels parameter is NULL
- 63cca2ba10ce7dcc8481cfa4be3872dfc269dded
GLX: Include glapi.h before glapitable.h
This is the server-side part of the fix for bugzilla #11003.
Diffstat (limited to 'glx/glthread.c')
-rw-r--r-- | glx/glthread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glx/glthread.c b/glx/glthread.c index 813d6f9db..b818f4e26 100644 --- a/glx/glthread.c +++ b/glx/glthread.c @@ -34,6 +34,7 @@ #endif #include <stdlib.h> +#include <stdio.h> #include "glthread.h" |