summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicscontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Renderer specific classes into new folderPaul Lemire2018-03-191-975/+0
* Perform Shader loading within framePaul Lemire2018-03-161-4/+10
* Split GraphicsContext in twoPaul Lemire2018-03-161-1093/+26
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-281-0/+5
* Load textures in a single framePaul Lemire2018-02-281-5/+2
* Revert "Keep rendering in sync with aspect jobs by adding barriers"Paul Lemire2018-02-281-2/+13
* Fix color scaling in copyGLFramebufferDataToImageAnders Hafreager2018-02-221-3/+3
* Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-9/+8
|\
| * Fix array of textures in shader parameterMauro Persano2018-02-021-4/+3
| * Compile failing shaders once only and avoid asserting on failureLaszlo Agocs2018-02-011-5/+5
* | Keep rendering in sync with aspect jobs by adding barriersSvenn-Arne Dragly2018-02-021-13/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-221-1/+2
|\|
| * Don't insert nullptr shader programs into the shader cacheVolker Krause2018-01-121-1/+2
* | Make BlitFramebuffer rectangles follow Qt conventionsLaszlo Agocs2017-12-121-2/+10
* | Enable BlitFramebuffer with non-output render targetsLaszlo Agocs2017-12-111-36/+77
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-311-11/+8
|\|
| * Render next frame if texture data is not availableHarald Vistnes2017-10-091-1/+8
| * Fix race in rendererPaul Lemire2017-10-061-10/+0
* | Rely on the attribute type for the binding pointKevin Ottens2017-09-221-15/+7
* | Explicitly pass binding point on buffer creationKevin Ottens2017-09-221-9/+7
* | Hardcode a binding point for buffer downloadsKevin Ottens2017-09-221-1/+1
* | Hardcode a binding point for buffer uploadsKevin Ottens2017-09-221-3/+2
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-121-1/+1
|\|
| * Properly handle byte strideWieland Hagen2017-09-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-09-011-1/+8
|\|
| * Don't create GL textures when format is not setMauro Persano2017-08-311-1/+8
* | BlitFramebuffer framegraph nodeJuan José Casafranca2017-08-231-0/+62
* | Merge branch '5.9' into devSean Harmer2017-08-191-5/+5
|\|
| * RenderCapture: read back from the correct framebufferPaul Lemire2017-07-171-5/+5
* | Ensure integer attributes get configured properlySean Harmer2017-08-101-8/+16
* | Extend standard uniforms to cover skinningPaletteSean Harmer2017-08-101-30/+30
* | Fix: set renderer dirty flag on initializationPaul Lemire2017-07-281-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSean Harmer2017-07-111-1/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devAndy Nichols2017-07-111-1/+5
| |\|
| | * Add warnings to readFramebufferMäättä Antti2017-06-201-1/+5
* | | Add a GLES 3.2 graphics helperLaszlo Agocs2017-07-071-2/+8
|/ /
* | Add uniform buffer support for GLES 3.0+Laszlo Agocs2017-07-061-2/+2
* | Add renderbuffer support for FBO attachments with OpenGL ESLaszlo Agocs2017-07-051-8/+24
* | Enable QtGui's shader program binary disk cacheLaszlo Agocs2017-06-301-1/+1
* | Add optional QRect parameter to QRenderCapture::requestCaptureMauro Persano2017-06-211-16/+16
|/
* Fix small memory leak in GraphicsContextMauro Persano2017-06-091-0/+2
* Fix Buffer uploadingPaul Lemire2017-05-081-2/+4
* Optimize partial data update support for QBufferOleg Evseev2017-05-041-11/+25
* fixed graphicscontext applyUniform for uint uniform types.Daniel Bulla2017-05-041-4/+4
* Fix resolving of render target format in GraphicsContextAndy Maloney2017-03-141-1/+2
* QMemoryBarrier cleanupPaul Lemire2017-02-161-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-02-101-9/+8
|\
| * Enable blitFramebuffer with ES2 when it is supportedAntti Määttä2017-02-081-9/+8
* | Transfers gpu buffer data to cpuJuan José Casafranca2017-01-311-0/+29
* | ShaderProgram: store and send log and status to frontendPaul Lemire2017-01-251-6/+11