diff options
author | Dave Airlie <[email protected]> | 2010-01-18 16:25:30 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-01-23 12:28:28 +1000 |
commit | dcaf6687e8b27f2f988da757665ca922071db47f (patch) | |
tree | b5cee4d68aa88150ee1a900f038a8d67acf40403 /progs/trivial/Makefile | |
parent | 883b57e66c8adc800d56080706c04cda4ffede11 (diff) |
progs: add trivial ARB_half_float_vertex support.
This is just a trivial port of vp-array.c
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 5e08d603890..207215dee95 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -160,6 +160,7 @@ SOURCES = \ vbo-drawelements.c \ vbo-drawrange.c \ vp-array.c \ + vp-array-hf.c \ vp-array-int.c \ vp-clip.c \ vp-line-clip.c \ |