st/vega: Add primitive text support.
authorChia-I Wu <olv@lunarg.com>
Tue, 23 Nov 2010 17:24:38 +0000 (01:24 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 1 Dec 2010 03:23:52 +0000 (11:23 +0800)
commit5d64a06a6322b6e6f88233e79c6431e96eda7de6
treeada420dd47351d758bc61643aae984648f46f920
parent34f466d4e6a720138c0846ab6233c32dc039fe58
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.
src/gallium/state_trackers/vega/Makefile
src/gallium/state_trackers/vega/api_params.c
src/gallium/state_trackers/vega/api_text.c
src/gallium/state_trackers/vega/text.c [new file with mode: 0644]
src/gallium/state_trackers/vega/text.h [new file with mode: 0644]