diff options
author | Keith Packard <keithp@keithp.com> | 2014-03-21 14:30:33 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-06-15 23:17:59 +0100 |
commit | ef2bf0e645ed8242a0b637ed6a9d5b8c03b6b481 (patch) | |
tree | 916c4abf32b9e9a7d6bae55c6b51e11c71fcd250 /glamor/Makefile.am | |
parent | 18c09e60bf16b28060ade5d24110f2aa6bc19b57 (diff) |
glamor: Remove 'tiling' shader code
The core rendering paths all use the glamor_program fill functions now
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'glamor/Makefile.am')
-rw-r--r-- | glamor/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glamor/Makefile.am b/glamor/Makefile.am index 30fcef101..b24863885 100644 --- a/glamor/Makefile.am +++ b/glamor/Makefile.am @@ -32,7 +32,6 @@ libglamor_la_SOURCES = \ glamor_transform.c \ glamor_transform.h \ glamor_trapezoid.c \ - glamor_tile.c \ glamor_triangles.c\ glamor_addtraps.c\ glamor_glyphblt.c\ |