summaryrefslogtreecommitdiffstats
path: root/src/render/backend/renderview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Renderer specific classes into new folderPaul Lemire2018-03-191-1108/+0
* Perform Shader loading within framePaul Lemire2018-03-161-2/+2
* Fix RenderView uniform minificationPaul Lemire2018-02-281-1/+0
* Revert "Keep rendering in sync with aspect jobs by adding barriers"Paul Lemire2018-02-281-1/+0
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-151-45/+46
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-7/+12
| |\
| | * Fix array of textures in shader parameterMauro Persano2018-02-021-7/+12
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-021-38/+33
| * | Keep rendering in sync with aspect jobs by adding barriersSvenn-Arne Dragly2018-02-021-0/+1
* | | Merge branch '5.10' into devSean Harmer2018-01-261-10/+1
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-251-10/+1
| |\|
| | * Fix issues due to changes in camera view matrixMike Krus2018-01-241-10/+1
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2018-01-231-1/+12
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-221-1/+12
| |\|
| | * Calculate and store real transform of camera in addition to view matrixSvenn-Arne Dragly2018-01-221-1/+12
* | | Merge branch '5.10' into devSean Harmer2018-01-171-2/+5
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2018-01-121-2/+3
| |\|
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-131-2/+2
| | * Silence -Wunused-paremeter warnings in renderview.cppChristian Stromme2017-11-271-0/+2
| * | Fix compile warningsMike Krus2017-12-241-0/+2
* | | Store parameter handle instead of uniform valueSvenn-Arne Dragly2017-12-061-6/+7
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-201-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-151-1/+1
| |\|
| | * Rework resource handlingLars Knoll2017-11-071-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-131-1/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-311-1/+12
| |\|
| | * Fix SortPolicy sorting key generationLaszlo Agocs2017-10-201-1/+12
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-0/+3
|\| |
| * | Add an aspectRatio standard uniformKevin Ottens2017-09-221-0/+3
* | | Add support for FrontToBack sortingLaszlo Agocs2017-09-041-0/+24
* | | Remove dead sorting codeLaszlo Agocs2017-09-041-20/+0
|/ /
* | BlitFramebuffer framegraph nodeJuan José Casafranca2017-08-231-0/+21
* | Merge branch '5.9' into devSean Harmer2017-08-191-13/+176
|\|
| * Fix RenderCommand sortingPaul Lemire2017-08-021-13/+176
* | Extend standard uniforms to cover skinningPaletteSean Harmer2017-08-101-16/+36
|/
* Fix renderer crash when camera is not set via CameraSelectorWieland Hagen2017-06-271-8/+12
* Initialize member variable (found by GCC 7)Thiago Macieira2017-06-061-0/+1
* Don't enable default light when an environment light is usedSean Harmer2017-04-141-1/+2
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* RenderView: bind the found EnvironmentLightKevin Ottens2017-02-241-3/+21
* QShaderData: fix texture support in propertiesKevin Ottens2017-02-241-0/+2
* Fix Clang warnings: out of order initializationMike Krus2017-02-111-2/+2
* Expose QViewport's gamma property to the shadersKevin Ottens2017-01-311-0/+4
* Expose QCameraLens' exposure to the shadersKevin Ottens2017-01-311-0/+3
* Transfers gpu buffer data to cpuJuan José Casafranca2017-01-311-0/+12
* RenderView: store memoryBarrier flagPaul Lemire2017-01-231-0/+1
* Fix build with ICC during -Werror: unused local variableThiago Macieira2017-01-071-1/+2
* RenderView: standard uniforms replace fptr by a switchPaul Lemire2016-12-141-135/+82
* Texture: further refactoringPaul Lemire2016-11-141-3/+2
* Texture backend refactoring: Update node managersWieland Hagen2016-11-141-3/+3