summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper.h
Commit message (Expand)AuthorAgeFilesLines
* Allow minimap colour options to be set with hex codes and used in WebTiles.Pekka Lampila2014-02-171-28/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Android port.frogbotherer2012-09-081-0/+4
* more efficient font rendering using glTexSubImage2Dfrogbotherer2012-07-081-1/+2
* First prototype of webtiles.Florian Diebold2011-06-261-1/+1
* Remove extra semicolons (Luca).Robert Vollmert2010-07-291-4/+4
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* Clean up GL code function parameters.Enne Walker2010-05-141-5/+3
* Renaming struct GLWRect to be class GLWPrim.Enne Walker2010-05-141-5/+5
* Clean up storage of vertex colours in GLWRect.Enne Walker2010-05-141-11/+11
* Clean up unions in glwrapper.h.Enne Walker2010-05-141-14/+9
* Add "current colour" to GLState.Enne Walker2010-05-141-2/+4
* Reduce header dependencies on glwrapper.h.Enne Walker2010-05-141-7/+2
* Expose GL state to draw call API.Enne Walker2010-05-141-2/+2
* Remove unused GL_V4F vertex format.Enne Walker2010-05-141-28/+1
* Rename vert buffer 'push' to 'add' for clarity.Enne Walker2010-05-141-5/+4
* Code cleanup for triangles branch.Enne Walker2010-05-141-6/+6
* Remove unused polygon winding enum.Enne Walker2010-05-141-9/+0
* Remove unused 'flush' option on buffer drawing.Enne Walker2010-05-141-2/+1
* Removed QUADS from supported drawing modes.Ixtli2010-05-141-3/+1
* Removed GLStateManager::draw and GLPrimitive.Ixtli2010-05-141-27/+0
* Added GLShapeBuffer. Changed GLState, Manager.Ixtli2010-05-141-0/+33
* Struct changes. Added a winding query.Ixtli2010-05-141-8/+117
* glwrapper.h: check for ASSERTS, instead of DEBUG for _valid()Steven Noonan2010-04-251-1/+1
* Fix GLPrimitive to use a size_t, as returned by sizeof.Enne Walker2010-04-241-2/+2
* Move specific create funcs out of generic files.Enne Walker2010-04-241-0/+2
* General coding standards update.Enne Walker2010-04-241-10/+10
* Moved comment related to GLState to glwrapper.hIxtli2010-04-241-0/+5
* Made glwrapper use proper dynamic dispatch for modularity.Ixtli2010-04-241-22/+27
* Cleaned up includes and #ifdefs. Made uiwrapper conditionally support SDL.Ixtli2010-04-241-5/+3
* Prettied up glwrapper set_transformIxtli2010-04-241-1/+2
* Cleaned up glwrapperIxtli2010-04-241-8/+8
* Removed drawTextBox and drawColoredBox and replaced them with calls to draw_p...Ixtli2010-04-241-8/+32
* More camel case to underscores_as_spacesIxtli2010-04-241-10/+10
* Updated files to conform to crawl coding standardsIxtli2010-04-241-11/+10
* removed opengl from UIWrapper, fixed indenting in uiwrapper-sdl and added a r...Ixtli2010-04-241-2/+3
* Added GLPrimitive to glwrapper, condenced all vert-drawing methods to drawGLP...Ixtli2010-04-241-23/+36
* Moved MipMapOptions to glwrapper for modularityIxtli2010-04-241-2/+9
* Removed tiletex dependancy on SDL_opengl and updated glwrapper.h/cc to suppor...Ixtli2010-04-241-0/+10
* Removed direct calls to opengl from tilefont and updated glwrapper accordingly.Ixtli2010-04-241-0/+9
* Updated tilesdl.cc to use glwrapper instead of direct gl calls.Ixtli2010-04-241-0/+4
* Added drawing functions and fixed many syntax errors in glwrapper.cc/hIxtli2010-04-241-8/+38
* Added glwrapper, which expands the GLStateManager class from tilebuf into a (...Ixtli2010-04-241-0/+44