summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/graphicshelpers
Commit message (Expand)AuthorAgeFilesLines
* Uniform: add handling of uniform of Image based typesPaul Lemire2019-06-055-1/+264
* GraphicsHelpers: add bindImageTexture supportPaul Lemire2019-06-0415-1/+110
* Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-157-227/+365
|\
| * Merge branch '5.12' into 5.13Paul Lemire2019-04-027-227/+365
| |\
| | * Don't reset texture units at every frameMike Krus2019-03-185-189/+342
| | * Fix member overloadsMike Krus2019-03-144-26/+10
* | | Add QRasterMode render stateJuan Jose Casafranca2019-02-1214-1/+54
* | | Add support for glDepthRangeJim Albamont2019-02-1114-0/+51
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devMike Krus2019-01-232-10/+152
|\|
| * Avoid repeated warningsMike Krus2019-01-181-2/+143
| * Fix issue with invalid texturesMike Krus2019-01-181-8/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-031-2/+5
|\|
| * Don't trigger Q_UNREACHABLE if passed invalid render buffer formatsChristian Andersen2018-10-221-2/+5
* | Implement WaitFence/SetFence handling into the rendererPaul Lemire2018-10-1217-2/+361
* | Merge "Merge branch '5.12' into dev" into refs/staging/devSean Harmer2018-10-114-0/+23
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-054-0/+23
| |\
| | * Further complete missing functions on ES3 helpersPaul Lemire2018-10-044-0/+23
* | | Renderer: implement using OpenGL textures from a texture idPaul Lemire2018-10-111-4/+16
|/ /
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-225-3/+206
|\|
| * Complete ES 3.1 and 3.2 helpersPaul Lemire2018-09-215-3/+206
* | Fix warning about ignored qualifiersThiago Macieira2018-09-051-1/+1
|/
* Fix: remove compile warning in graphicscontext.cppPaul Lemire2018-08-211-1/+1
* Avoid initializing GraphicsContext on every frameLaszlo Agocs2018-08-142-4/+1
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-081-1/+1
* Don't abort rendering when env light textures are not setPaul Lemire2018-06-271-2/+10
* Add a GLES 3.1 graphics helperLaszlo Agocs2018-05-297-2/+314
* Fix BlitFramebuffer on GLESLaszlo Agocs2018-05-293-2/+16
* Fix flashing and crashing of scene2dMäättä Antti2018-05-291-0/+42
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-1/+2
|\
| * Remove race in texture data uploadPaul Lemire2018-05-041-1/+2
* | Fix compile warningsMike Krus2018-04-201-0/+2
|/
* ES2: Ignore mode when calling bindFrameBufferObjectAndy Nichols2018-04-123-21/+29
* ES2: Enable Renderbuffer usage with either Depth or StencilAndy Nichols2018-04-123-6/+24
* Fix compilation with QT3D_RENDER_ASPECT_OPENGL_DEBUG defineAndy Nichols2018-04-121-1/+1
* SubmissionContext: improve specifyAttributePaul Lemire2018-03-201-8/+9
* RenderStates: rework to split node and rendering partPaul Lemire2018-03-192-1/+386
* Move Renderer specific classes into new folderPaul Lemire2018-03-1920-0/+9974