diff options
author | Ian Romanick <[email protected]> | 2013-02-15 22:35:24 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-11-07 18:12:32 -0800 |
commit | 6c28c037c4840332828fddf911cf67daffa16a23 (patch) | |
tree | 69a17699dc5ca9814b7d54e2534e7a4c4b24923a /src/glx/Makefile.am | |
parent | 38a1d8b14cb6db967c323c3437dc04fd1989b1f2 (diff) |
glx: Add functions and GLX plumbing for GLX_MESA_query_renderer
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glx/Makefile.am')
-rw-r--r-- | src/glx/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index f01709b3ade..64d5806b82e 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -77,6 +77,7 @@ libglx_la_SOURCES = \ indirect_vertex_program.c \ pixel.c \ pixelstore.c \ + query_renderer.c \ render2.c \ renderpix.c \ single2.c \ |