summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-13/+13
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
* First prototype of webtiles.Florian Diebold2011-06-261-2/+2
* glwrapper.cc: add missing include for AppHdr.hSteven Noonan2010-05-161-0/+2
* Add "current colour" to GLState.Enne Walker2010-05-141-3/+17
* Code cleanup for triangles branch.Enne Walker2010-05-141-1/+15
* Removed QUADS from supported drawing modes.Ixtli2010-05-141-2/+0
* Removed GLStateManager::draw and GLPrimitive.Ixtli2010-05-141-16/+0
* Move static VColour definitions out of tilebuf.cc.Ixtli2010-05-141-0/+7
* Added GLShapeBuffer. Changed GLState, Manager.Ixtli2010-05-141-0/+24
* Struct changes. Added a winding query.Ixtli2010-05-141-5/+2
* Fix GLPrimitive to use a size_t, as returned by sizeof.Enne Walker2010-04-241-1/+1
* Move specific create funcs out of generic files.Enne Walker2010-04-241-24/+1
* General coding standards update.Enne Walker2010-04-241-2/+2
* Changed DEBUG to ASSERTS to comply with changes in master.Ixtli2010-04-241-2/+2
* Made glwrapper use proper dynamic dispatch for modularity.Ixtli2010-04-241-0/+83
* Fixed -h file names referring to specific implementations.Ixtli2010-04-241-267/+0
* Cleaned up glwrapperIxtli2010-04-241-8/+5
* Removed drawTextBox and drawColoredBox and replaced them with calls to draw_p...Ixtli2010-04-241-32/+6
* Removed unnecessary conditional for texturing lines.Ixtli2010-04-241-1/+1
* More camel case to underscores_as_spacesIxtli2010-04-241-10/+10
* More coding standards changes. This time s/if\(/if\ \(/gIxtli2010-04-241-9/+9
* Updated files to conform to crawl coding standardsIxtli2010-04-241-30/+31
* Fixed include order and ifdefsIxtli2010-04-241-4/+4
* removed opengl from UIWrapper, fixed indenting in uiwrapper-sdl and added a r...Ixtli2010-04-241-0/+10
* Added GLPrimitive to glwrapper, condenced all vert-drawing methods to drawGLP...Ixtli2010-04-241-76/+75
* Moved MipMapOptions to glwrapper for modularityIxtli2010-04-241-2/+2
* Removed tiletex dependancy on SDL_opengl and updated glwrapper.h/cc to suppor...Ixtli2010-04-241-0/+47
* Removed direct calls to opengl from tilefont and updated glwrapper accordingly.Ixtli2010-04-241-0/+42
* Updated tilesdl.cc to use glwrapper instead of direct gl calls.Ixtli2010-04-241-0/+22
* Added drawing functions and fixed many syntax errors in glwrapper.cc/hIxtli2010-04-241-18/+56
* Added glwrapper, which expands the GLStateManager class from tilebuf into a (...Ixtli2010-04-241-0/+137