diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2011-09-05 10:44:53 +0800 |
---|---|---|
committer | Paul Berry <stereotype441@gmail.com> | 2011-09-09 11:17:43 -0700 |
commit | 32eda2d02956b28a376ca9f7015dd82575ff6cad (patch) | |
tree | bf3bf4d15f161c4d315228bc70dd9448b327b2a9 /tests/util/CMakeLists.txt | |
parent | 5f4ecc24cb66b12e1de4030e0486c9601ce932e0 (diff) |
util: move shader related code to piglit-shader.[ch]
Just move the code around. There should be no functional change.
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
Diffstat (limited to 'tests/util/CMakeLists.txt')
-rw-r--r-- | tests/util/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/util/CMakeLists.txt b/tests/util/CMakeLists.txt index 3daccea1c..5da4cd991 100644 --- a/tests/util/CMakeLists.txt +++ b/tests/util/CMakeLists.txt @@ -12,6 +12,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux") set(UTIL_SOURCES fdo-bitmap.c piglit-util.c + piglit-shader.c shader-load.c piglit-framework.c rgb9e5.c |