summaryrefslogtreecommitdiff
path: root/navit/graphics/opengl
Commit message (Expand)AuthorAgeFilesLines
* Refactor:core:Remove unused method graphics_draw_restore.sleske2015-03-031-6/+0
* Fix:core:Remove draw_mode_end_lazy. Only used by QPainter and OpenGL graphics...sleske2015-01-251-1/+1
* Fix:graphics_opengl:Destroy freetype instance in proper place.mdankov2015-01-081-1/+1
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-223-20/+20
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-223-32/+32
* Fix:core:Correct signature of event_add_watch: file descriptors are int's.sleske2014-08-312-2/+2
* Fix:graphics_opengl:Fix prototypes.sleske2013-08-211-2/+2
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-211-2/+2
* Fix:font/freetype:introduce and use font_freetype_destroy to memfree freetype...woglinde2013-08-201-0/+1
* Fix:core:Fix warnings from pointer type problems.|Part of #1154.sleske2013-08-111-7/+10
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-111-0/+4
* Fix:core:Fix miscellaneous warnings.|Part of #1154.sleske2013-08-111-1/+4
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-16/+0
* Add:Core:Changed draw_image_warp apimartin-s2013-02-151-7/+1
* Fix:graphics_opengl:Warn if FreeImage is missing.sleske2012-06-201-0/+1
* Add:graphics_opengl:Option to use glu tesselator for openglesmartin-s2012-03-041-61/+76
* Add:graphics_opengl:Further integration of es and normal gl drawingmartin-s2012-03-041-75/+22
* Add:graphics_opengl:Support for mouse clicks with openglesmartin-s2012-03-043-14/+112
* Fix:graphics_opengl:Fixed gles2 text renderingmartin-s2012-03-041-3/+1
* Add:graphics_opengl:Split up window.c in egl and x11 partmartin-s2012-03-046-102/+205
* Add:Build:Cmake-Options for OpenGLES and OpenGLES2martin-s2012-03-043-49/+52
* Fix:graphics_opengl:Better integration of opengl and esmartin-s2012-03-031-23/+15
* Fix:graphics_opengl:Moved matrix initialization to correct placemartin-s2012-03-031-3/+7
* Fix:Build:graphics_opengl cmake supportmartin-s2012-03-031-9/+4
* Fix:graphics/opengl:-made the opengl driver operable on windows also - thanks...tegzed2011-12-281-24/+33
* Add:graphics_opengl:opengles 1 compatibilitymartin-s2011-05-012-23/+133
* Add:graphics_opengl:Image and text rendering for opengl es 2.0martin-s2011-05-011-16/+83
* Add:graphics_opengl:More opengles workmartin-s2011-05-011-7/+19
* Add:graphics_opengl:First try on openglES 2.0 supportmartin-s2011-04-302-5/+251
* Fix:graphics_opengl:Reformattedmartin-s2011-04-301-1113/+1098
* Fix:graphics_opengl:Removed obsolete glc referencemartin-s2011-04-281-9/+17
* Fix:graphics_opengl:Check for FreeImage_Rotatemartin-s2011-04-281-0/+2
* Fix:graphics/opengl:do not scale on invalid width/heighttegzed2011-03-211-2/+1
* Fix:graphics/opengl:Added support for image scalingtegzed2011-03-211-0/+9
* Fix:graphics/opengl:added support for image rotationtegzed2011-02-151-0/+6
* Add:graphics/opengl:Added support for 64 bit per pixel image handlingtegzed2011-01-051-6/+8
* Fix:graphics/opengl:Improved refresh after setting disabled statetegzed2010-12-131-1/+4
* Fix:graphics/opengl:Fixed handling of disabled overlaystegzed2010-12-091-6/+7
* Fix:graphics/opengl:Fixed rendering of polygons with coincident verticestegzed2010-12-051-5/+11
* Fix:graphics/opengl:emit window closed callback; make some functions statictegzed2010-11-041-4/+12
* - Fixed initialization of graphics context (now dashed line handling is close...tegzed2010-11-011-12/+11
* Fix:graphics/opengl:initial changeset to make opengl driver operationaltegzed2010-10-241-621/+1255
* Add:core:Initial support for cmake build system. This first stage partly supp...rikky2010-10-021-0/+2
* Fix:graphics_opengl: fixed building on systems with a hardened toolchainsingesang2009-09-281-10/+13
* Fix:Core:Add -avoid-version to plugin build flagsmartin-s2009-06-181-1/+1
* Fix:Build:Add -module to Makefilesmartin-s2009-01-151-0/+1
* Fix:Tickets 141 & 182:Make fonts configurable from the xml file, and change d...kazer_2008-08-211-1/+1
* Fix:graphics:Pass struct navit* to graphics plugins, so they can call navit_d...rphlx2008-06-251-1/+1
* Add license files and headershorwitz2008-06-051-0/+19
* Fix:Core:Changed remaining Makefilesmartin-s2008-05-181-1/+1