diff options
author | Brian Paul <[email protected]> | 2010-01-22 09:32:12 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-22 09:32:12 -0700 |
commit | 126aff18aaf7512dfe07e4fd43e21a2ecd3a96ff (patch) | |
tree | 54ec830aeda52163bf3b6cfff3d402e7b2f49ddd /src/mesa/sources.mak | |
parent | ea5918be0e8bc75086a7e6d4a8c0fa04585028ee (diff) |
glapi: split the no-op dispatch code into new glapi_nop.c file
This unclutters the glapi.c file a bit.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index a4d09c75bb6..12d4c2831d8 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -89,6 +89,7 @@ GLAPI_SOURCES = \ main/dispatch.c \ glapi/glapi.c \ glapi/glapi_getproc.c \ + glapi/glapi_nop.c \ glapi/glthread.c MATH_SOURCES = \ |