util: Move main/set to util/hash_set
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 16:06:05 +0000 (08:06 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 21:21:27 +0000 (13:21 -0800)
commit4c99e3ae78ed3524d188f00b558f803a943aaa00
tree5d41fc99f85c7705e9ffbfddd416014ee665ed11
parent8ed5305d28d9309d651dfec3fbf4349854694694
util: Move main/set to util/hash_set

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/glsl/nir/nir.h
src/mesa/Makefile.sources
src/mesa/drivers/dri/i965/intel_fbo.c
src/mesa/main/set.c [deleted file]
src/mesa/main/set.h [deleted file]
src/mesa/main/shared.c
src/mesa/main/syncobj.c
src/mesa/main/vdpau.c
src/util/Makefile.sources
src/util/set.c [new file with mode: 0644]
src/util/set.h [new file with mode: 0644]