summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper-ogl.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Include debug.h earlier.Adam Borowski2013-04-261-2/+0
* Formatting fixes.Neil Moore2012-12-281-3/+3
* New option to have zoomed textures filtered: tile_filter_scaling.Raphael Langella2012-10-081-2/+5
* Android port.frogbotherer2012-09-081-6/+213
* Formatting fixes.Adam Borowski2012-08-081-1/+1
* Merge branch 'unicode-tiles'Adam Borowski2012-07-111-3/+8
|\
| * more efficient font rendering using glTexSubImage2Dfrogbotherer2012-07-081-3/+8
* | Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* | Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
|/
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* Merge branch 'webtiles'Adam Borowski2011-07-101-2/+2
|\
| * First prototype of webtiles.Florian Diebold2011-06-261-2/+2
* | cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-1/+1
|/
* Convert ASSERT(!"foo") to die("foo").Adam Borowski2011-01-111-2/+2
* Conditionalize glOrthox(), not all OpenGLs have it.Adam Borowski2010-07-281-0/+4
* OpenGLES porting, part 1.Adam Borowski2010-07-281-3/+15
* Clean up GL code function parameters.Enne Walker2010-05-141-21/+8
* Renaming struct GLWRect to be class GLWPrim.Enne Walker2010-05-141-3/+3
* Clean up storage of vertex colours in GLWRect.Enne Walker2010-05-141-12/+6
* Clean up unions in glwrapper.h.Enne Walker2010-05-141-5/+3
* Add "current colour" to GLState.Enne Walker2010-05-141-10/+6
* Expose GL state to draw call API.Enne Walker2010-05-141-3/+3
* Fixing incorrect OpenGL state logic.Enne Walker2010-05-141-1/+2
* Remove unused GL_V4F vertex format.Enne Walker2010-05-141-1/+1
* Rename vert buffer 'push' to 'add' for clarity.Enne Walker2010-05-141-6/+5
* Code cleanup for triangles branch.Enne Walker2010-05-141-103/+83
* Remove unused 'flush' option on buffer drawing.Enne Walker2010-05-141-4/+1
* Removed GLStateManager::draw and GLPrimitive.Ixtli2010-05-141-48/+0
* Added GLShapeBuffer. Changed GLState, Manager.Ixtli2010-05-141-33/+281
* Move specific create funcs out of generic files.Enne Walker2010-04-241-0/+19
* General coding standards update.Enne Walker2010-04-241-18/+18
* Merged cgcontext into uiwrapper-sdlIxtli2010-04-241-0/+1
* Made glwrapper use proper dynamic dispatch for modularity.Ixtli2010-04-241-72/+17
* Cleaned up includes and #ifdefs. Made uiwrapper conditionally support SDL.Ixtli2010-04-241-1/+1
* Fixed -h file names referring to specific implementations.Ixtli2010-04-241-0/+273