diff options
author | Eric Anholt <[email protected]> | 2012-12-04 01:03:57 -0800 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2012-12-06 09:43:07 -0800 |
commit | 82c9d98ab9e8c0c94239551d84747b186d67ad73 (patch) | |
tree | 02dc2d1657590265139ccffa0e02dddf4d9661e9 /src/mesa/SConscript | |
parent | db9a1052d1b2014419134c93aa4e05c9d1579378 (diff) |
mesa: add set support (stores a set of pointers)
From: git://people.freedesktop.org/~anholt/hash_table
Reviewed-by: Jordan Justen <[email protected]>
[[email protected]: minor rework for mesa]
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
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', |