summaryrefslogtreecommitdiff
path: root/navit/graphics/opengl/graphics_opengl.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-231/+96
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-1243/+1183
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-16/+16
* fix:build:fixed compiler warning in graphics modulePatrick Höhn2018-01-141-3/+3
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-3/+3
* Add:gui_internal:Rudimentary native on-screen keyboard implementationmvglasow2016-02-241-0/+2
* Refactor:core:Add Doxygen docs, #define IMAGE_W_H_UNSET for image dimensions.R6547Sebastian Leske2016-01-211-1/+1
* Remove unused parameter 'depth' from get_glyph/get_shadow.R6299Sebastian Leske2015-10-061-3/+2
* Refactor:Remove unused parameter 'alpha' for overlaysSebastian Leske2015-09-061-3/+3
* 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-221-12/+12
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-16/+16
* Fix:core:Correct signature of event_add_watch: file descriptors are int's.sleske2014-08-311-1/+1
* 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-041-8/+32
* 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-041-4/+10
* Add:Build:Cmake-Options for OpenGLES and OpenGLES2martin-s2012-03-041-42/+42
* 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-011-21/+110
* 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-301-5/+174
* 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