commit | 0fbe828c1d2a7e7d9155a3ef64e91da4ec2b79ee | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Wed Dec 30 14:47:06 2009 -0700 |
committer | Brian Paul <brianp@vmware.com> | Thu Dec 31 08:49:26 2009 -0700 |
tree | 64d8cb19186ed30136426d78239b9d3dda6e289d | |
parent | 534e0051854e2e455650435f85e6a73aba8f5d64 [diff] [blame] |
mesa: _mesa_Begin/EndConditionalRender() functions For GL_NV_conditional_render and GL3. The drawing functions don't check the query object yet. No API dispatch yet.
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index f4e0b98..7035bdc 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript
@@ -38,6 +38,7 @@ 'main/clear.c', 'main/clip.c', 'main/colortab.c', + 'main/condrender.c', 'main/context.c', 'main/convolve.c', 'main/cpuinfo.c',