diff options
author | Ian Romanick <[email protected]> | 2011-09-30 14:58:29 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-10-04 13:17:09 -0700 |
commit | 3ea297bdc47848e80c3b5a7d2143aca8a982b7a5 (patch) | |
tree | 070dc62bedc6dd330aa51c12c8cee5162801dd39 /src/mesa/sources.mak | |
parent | acd834fde2e604173985be5d44cb2cf2b0cd5673 (diff) |
mesa: Add string_to_uint_map facade class
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Acked-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index e473b49f3f0..f29213ec0d5 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -267,7 +267,8 @@ PROGRAM_SOURCES = \ SHADER_CXX_SOURCES = \ program/ir_to_mesa.cpp \ - program/sampler.cpp + program/sampler.cpp \ + program/string_to_uint_map.cpp ASM_C_SOURCES = \ x86/common_x86.c \ |