summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/abstract3drenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC 4.8 build of abstract3drendererVille Voutilainen2019-08-221-1/+1
* Fix hanging at application exitTomi Korpipaa2019-04-291-29/+9
* Render custom items at insertion orderMika Salmela2017-11-161-1/+5
* Allow light position modification by userTomi Korpipää2016-11-181-2/+11
* Check if we got OpenGL2.1 functions before trying to use themTomi Korpipää2016-11-171-1/+5
* Copyright file update to GPLMiikka Heikkinen2016-01-121-9/+17
* Fix the leaking framebuffer on graph resizeMiikka Heikkinen2015-10-291-0/+2
* Update license headersMiikka Heikkinen2015-10-201-11/+14
* Copyright header changesMika Salmela2015-04-141-3/+3
* Fix flickering in android on some examples when zooming.Miikka Heikkinen2014-11-211-0/+5
* Fix incorrect shader initialization for static optimized es2Miikka Heikkinen2014-11-211-2/+2
* Change copyright headers.Miikka Heikkinen2014-11-071-7/+7
* Use QOffscreenSurface instead of QWindow for dummy surfaces.Miikka Heikkinen2014-10-301-3/+2
* Support for dynamic opengl builds.Miikka Heikkinen2014-10-291-144/+137
* Simplify context handling at cleanup.Miikka Heikkinen2014-10-151-13/+9
* Fix context cleanupMiikka Heikkinen2014-10-131-1/+41
* Fix screen position based queries in threaded rendering environmentMiikka Heikkinen2014-10-091-8/+11
* Polar coordinates angle grid lines fixes Tomi Korpipää2014-10-081-0/+4
* Fix changing items in static optimization modeMiikka Heikkinen2014-10-031-0/+2
* Fix selection color and gradient for static optimizationMiikka Heikkinen2014-10-011-0/+24
* Make background margin configurableMiikka Heikkinen2014-09-301-0/+9
* Fix absolutely scaled volumesMiikka Heikkinen2014-09-261-2/+3
* Implement zooming to cursorMiikka Heikkinen2014-09-261-9/+115
* Change custom labels to use label shaderMiikka Heikkinen2014-09-191-4/+18
* Fixed custom item wrong side reflectionTomi Korpipää2014-09-171-2/+4
* Fix volume frame translation for rotated volumesMiikka Heikkinen2014-09-171-1/+1
* Implement volume slice framesMiikka Heikkinen2014-09-121-22/+157
* Limit volume to axis rangesMiikka Heikkinen2014-09-101-24/+70
* Add possibility to scale custom items according to data rangesMiikka Heikkinen2014-09-081-16/+44
* ES2 gradient support for static optimizationMika Salmela2014-09-041-4/+12
* Remove undeclared identifierMika Salmela2014-09-031-4/+0
* Make volume items draw after regular custom itemsMiikka Heikkinen2014-09-031-155/+171
* Add option to use low definition volume shader.Miikka Heikkinen2014-09-021-22/+45
* Pixel perfect volume shaderMiikka Heikkinen2014-09-011-6/+6
* Diffuse and specular color for static optimizationMika Salmela2014-08-271-8/+25
* Fix build issue with Qt 5.2.1Miikka Heikkinen2014-08-271-1/+1
* Reflection API addedTomi Korpipää2014-08-261-44/+34
* Add alpha multiplier to QCustom3DVolume apiMiikka Heikkinen2014-08-251-0/+10
* Make volume shading sample once per texture layer.Miikka Heikkinen2014-08-191-0/+12
* Implement volume rendering supportMiikka Heikkinen2014-08-181-14/+162
* Enable camera targeting.Miikka Heikkinen2014-08-061-14/+21
* Fix labels and grid lines changing size when aspect ratio is changedMiikka Heikkinen2014-07-021-13/+12
* Added horizontal aspect ratio property for abstract graphsMiikka Heikkinen2014-07-011-0/+9
* Adjust background margins based on angular labels and titleMiikka Heikkinen2014-06-301-1/+38
* Fix polar axis title positioningMiikka Heikkinen2014-06-271-3/+20
* Add radialLabelOffset property for graphsMiikka Heikkinen2014-06-261-0/+6
* Add flipHorizontalGrid property for surfaceMiikka Heikkinen2014-06-261-7/+15
* Polar graph support, phase oneMiikka Heikkinen2014-06-261-6/+146
* Bars: Moved bar, background and grid line drawing to separate methodsTomi Korpipää2014-06-241-4/+38
* Fix missing axis titles with zero rotation and fixed titlesMiikka Heikkinen2014-06-061-2/+1