summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-06-14opengles: fixes for gl state save & restoreHEADmasterLuo Jinghua1-13/+15
2011-06-14build: install the free area manager tooLuo Jinghua1-0/+1
2011-06-14opengles: disable other texture unitsLuo Jinghua1-8/+17
2011-06-13opengles: save & restore gl statesLuo Jinghua1-129/+165
2011-06-13test: added a gles variant of wrap-testLuo Jinghua3-4/+511
2011-06-13More fixes for making fontconfig, sdl, opengl and opengles optionalLuo Jinghua1-3/+19
2011-06-12tests: added MIT standard headerLuo Jinghua4-26/+77
2011-06-12Make sdl, fontconfig, opengl and opengles all *really* optionalLuo Jinghua5-3/+50
2011-06-12wrap-test: added no clip modeLuo Jinghua1-8/+27
2011-06-12test: add another test programLuo Jinghua2-1/+321
2011-06-12sdl-opengl-test: show a utf16 string tooLuo Jinghua1-1/+9
2011-06-12Add utf16 variant of show_text and text_extentsLuo Jinghua4-5/+138
2011-06-12Remove trailing spaces in sdl-font.cLuo Jinghua1-22/+22
2011-06-12Clear the user data pointerLuo Jinghua1-0/+1
2011-06-12build: check if availablity of xLuo Jinghua2-13/+62
2011-06-12sdl-opengl-test: set the project matrix to 2d modeLuo Jinghua1-18/+11
2011-06-12opengl: fix the renderer to draw glyphs at correct positionsLuo Jinghua1-81/+153
2011-06-12opengles: fix the renderer to draw glyphs at correct positionsLuo Jinghua1-108/+137
2011-06-12opengles: wipLuo Jinghua2-35/+274
2011-06-10opengles: added the initial opengles rendererLuo Jinghua4-7/+591
2011-06-08opengl: only use the alpha bits for subpixels enabled fontsLuo Jinghua1-15/+29
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
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 Luo3-11/+12
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 Luo1-0/+15
2007-02-03test: split into three tests.Jinghua Luo5-346/+441
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 Luo1-1/+1
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