summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-12-04 01:03:57 -0800
committerJordan Justen <jordan.l.justen@intel.com>2012-12-06 09:43:07 -0800
commit82c9d98ab9e8c0c94239551d84747b186d67ad73 (patch)
tree02dc2d1657590265139ccffa0e02dddf4d9661e9 /src/mesa/SConscript
parentdb9a1052d1b2014419134c93aa4e05c9d1579378 (diff)
mesa: add set support (stores a set of pointers)
From: git://people.freedesktop.org/~anholt/hash_table Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> [jordan.l.justen@intel.com: minor rework for mesa] Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index be1ed5f6030..0b4dd7e381e 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -107,6 +107,7 @@ main_sources = [
'main/renderbuffer.c',
'main/samplerobj.c',
'main/scissor.c',
+ 'main/set.c',
'main/shaderapi.c',
'main/shaderobj.c',
'main/shader_query.cpp',