diff options
author | Zhigang Gong <zhigang.gong@linux.intel.com> | 2011-12-13 22:48:34 +0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-18 11:23:46 -0800 |
commit | 8c7fcefb965bfdaaf0576347da20155d0415caa5 (patch) | |
tree | 07352aa1baae383be378c075d3850878a354b8d5 /glamor/Makefile.am | |
parent | f7539d9bff0a65b9430dcae8745bf5d4409a9f04 (diff) |
glamor-for-ddx: Exports all rendering/drawing functions.
This commit exports all the rest rendering/drawing functions
to the DDX drivers. And introduce some new pixmap type. For
a pixmap which has a separated texture, we never fallback
it to the DDX layer.
This commit also adds the following new functions:
glamor_composite_rects, glamor_get_image_nf which are needed
by UXA framework. Just a simple wrapper function of miXXX.
Will consider to optimize them next few weeks.
This commit also Fixed a glyphs rendering bug pointed by Chris.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'glamor/Makefile.am')
-rw-r--r-- | glamor/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/glamor/Makefile.am b/glamor/Makefile.am index a382eb5ce..17a3e771f 100644 --- a/glamor/Makefile.am +++ b/glamor/Makefile.am @@ -34,11 +34,13 @@ libglamor_la_SOURCES = \ glamor_setspans.c \ glamor_render.c \ glamor_tile.c \ - glamor_triangles.c\ - glamor_pixmap.c\ - glamor_picture.c\ + glamor_triangles.c\ + glamor_addtraps.c\ + glamor_getimage.c\ + glamor_pixmap.c\ + glamor_picture.c\ glamor_window.c\ - glamor_gl_dispatch.c\ + glamor_gl_dispatch.c\ glamor.h sdk_HEADERS = glamor.h |