summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-10opengles: wipglesLuo Jinghua2-35/+274
2011-06-10opengles: added the initial opengles rendererLuo Jinghua6-7936/+624
2011-06-08opengl: only use the alpha bits for subpixels enabled fontsLuo Jinghua1-15/+29
2008-09-04configure: actually remove config.*.Luo Jinghua3-161/+0
2008-09-04autogen.sh: add automake files instead symbol link to system files.Luo Jinghua1-1/+1
2008-09-04configure: remove some files which shouldn't be in git.Luo Jinghua4-14453/+4468
2008-09-04opengl: restore linear filter while texturing glyphs.Luo Jinghua1-2/+2
2008-09-04opengl: fix nothing drawing out if cleartype is enabled.Luo Jinghua2-14/+17
2008-09-04configure.ac: fix build failure.Luo Jinghua1-5/+5
2008-09-04autogen.sh: don't add option --enable-maintainer-mode to configure arguments.Luo Jinghua1-1/+1
2007-03-07configure: don't use maintainer mode.Jinghua Luo3-192/+300
2007-02-05fontmap: coding style fix.Jinghua Luo1-11/+11
2007-02-04opengl: remove debug output.Jinghua Luo1-1/+0
2007-02-04opengl: fix for bitmap glyph.Jinghua Luo1-1/+1
2007-02-04opengl: fix a width caculate bug for cleartype mode.Jinghua Luo1-5/+19
2007-02-04area-manager: fix a stupid aguments order bug.Jinghua Luo1-3/+5
2007-02-04opengl: fix glyph align and texture coords.Jinghua Luo1-7/+6
2007-02-04test: opengl test align text.Jinghua Luo1-3/+6
2007-02-04tests: opengl test another cleanup.Jinghua Luo1-3/+3
2007-02-04test: cleanup opengl test.Jinghua Luo1-7/+2
2007-02-04test: add opengl test.Jinghua Luo3-1/+123
2007-02-04opengl: coding style fix.Jinghua Luo1-1/+1
2007-02-04build system: use ax_check_gl to check OpenGL.Jinghua Luo8-119/+727
2007-02-04hash: fix a bug in itering code.Jinghua Luo1-1/+1
2007-02-04tests: build sdl test only if SDL is available.Jinghua Luo1-1/+5
2007-02-04all: fix a typo in copyright header.Jinghua Luo26-26/+26
2007-02-04Makefile.am: remove a extra space.Jinghua Luo1-2/+2
2007-02-04git: add gitingnoresoJinghua Luo2-0/+24
2007-02-04configure: bump version to 0.0.30.0.3Jinghua Luo1-2/+2
2007-02-03ChangeLog: use git log generated one.Jinghua Luo2-0/+5
2007-02-03test: split into three tests.Jinghua Luo6-346/+627
2007-02-03all: kill almost of compiler warnings.Jinghua Luo8-42/+60
2007-02-03build system: add lots of warning flags to compiler flags.Jinghua Luo3-1/+130
2007-02-03opengl: use alpha channel for subpixel rendering instead returns not implemen...Jinghua Luo1-0/+3
2007-02-03opengl: save/restore gl attributes too.Jinghua Luo1-29/+37
2007-02-03openl: coding style fixes.Jinghua Luo1-18/+18
2007-02-03opengl: rename set target_extents to set_unit_scale.Jinghua Luo2-17/+17
2007-02-03opengl: glyph rendering basicly works now.Jinghua Luo2-16/+124
2007-01-29opengl: fix some typoes and make link work.Jinghua Luo2-3/+3
2007-01-28opengl: implement render more.Jinghua Luo1-2/+66
2007-01-28opengl: implement glyph cache more.Jinghua Luo3-7/+164
2007-01-28opengl: fill more stubs.Jinghua Luo2-12/+112
2007-01-28opengl: fix a copy-n-paste bug.Jinghua Luo1-1/+1
2007-01-28render: add new opengl render stub.Jinghua Luo10-25114/+202
2007-01-28rename sdl_freetype_area_find to sdl_freetype_area_manager_find.Jinghua Luo2-32/+32
2007-01-28add new area manager.Jinghua Luo8-9/+442
2007-01-28add some error codes and install under ${includedir}/sdl-freetype.Jinghua Luo10-125/+279
2007-01-27font: expose sdl_freetype_glyph_info_t to application.Jinghua Luo13-1221/+1321
2007-01-25font: fix show text.Jinghua Luo1-5/+5
2007-01-25font: cleanup.Jinghua Luo2-14/+6