summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-04-10 12:48:28 -0600
committerBrian Paul <brianp@vmware.com>2011-04-10 13:12:49 -0600
commit34a5d3b9f4740601708c82093e2114356d749e65 (patch)
tree7c8b91e28a4b2e056e4da9d24dc1f13afacd70c0 /src/mesa/sources.mak
parentf22d49de0f02653bb54aeb6a5f07a56e2cc63f1d (diff)
downloadexternal_mesa3d-34a5d3b9f4740601708c82093e2114356d749e65.zip
external_mesa3d-34a5d3b9f4740601708c82093e2114356d749e65.tar.gz
external_mesa3d-34a5d3b9f4740601708c82093e2114356d749e65.tar.bz2
mesa: plug in new functions for GL_ARB_sampler_objects
Build the new sources, plug the new functions into the dispatch table, implement display list support. And enable extension in the gallium state tracker.
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 fcf8ab2..9b2cb1a 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -71,6 +71,7 @@ MAIN_SOURCES = \
main/readpix.c \
main/remap.c \
main/renderbuffer.c \
+ main/samplerobj.c \
main/scissor.c \
main/shaderapi.c \
main/shaderobj.c \