summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-30 14:47:06 -0700
committerBrian Paul <brianp@vmware.com>2009-12-31 08:49:26 -0700
commit0fbe828c1d2a7e7d9155a3ef64e91da4ec2b79ee (patch)
tree64d8cb19186ed30136426d78239b9d3dda6e289d /src/mesa/sources.mak
parent534e0051854e2e455650435f85e6a73aba8f5d64 (diff)
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.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index a7a3b9a7f9..ba56df5418 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -15,6 +15,7 @@ MAIN_SOURCES = \
main/clear.c \
main/clip.c \
main/colortab.c \
+ main/condrender.c \
main/context.c \
main/convolve.c \
main/cpuinfo.c \