diff options
author | Chia-I Wu <[email protected]> | 2010-11-24 01:24:38 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-12-01 11:23:52 +0800 |
commit | 5d64a06a6322b6e6f88233e79c6431e96eda7de6 (patch) | |
tree | ada420dd47351d758bc61643aae984648f46f920 /src/gallium/state_trackers/vega/Makefile | |
parent | 34f466d4e6a720138c0846ab6233c32dc039fe58 (diff) |
st/vega: Add primitive text support.
Optional features such as auth-hinting are not implemented. There is no
anti-aliasing, and no effort is done to keep the glyph origin integral.
So the text quality is poor.
Diffstat (limited to 'src/gallium/state_trackers/vega/Makefile')
-rw-r--r-- | src/gallium/state_trackers/vega/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/vega/Makefile b/src/gallium/state_trackers/vega/Makefile index 0543fac0946..deafa39aa62 100644 --- a/src/gallium/state_trackers/vega/Makefile +++ b/src/gallium/state_trackers/vega/Makefile @@ -38,6 +38,7 @@ C_SOURCES = \ renderer.c \ stroker.c \ mask.c \ + text.c \ shader.c \ shaders_cache.c |