summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/textures
Commit message (Expand)AuthorAgeFilesLines
* GLTexture: glTexParam is not supported on multisampled texturesPaul Lemire2019-08-071-0/+7
* Avoid repeated warningsMike Krus2019-01-182-2/+10
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-081-1/+0
|\
| * GLTexture: do not set layers when target is Texture3DPaul Lemire2018-11-021-1/+0
* | Don't trigger Q_UNREACHABLE if passed invalid render buffer formatsChristian Andersen2018-10-221-1/+4
|/
* GLTexture: mark texture for upload when it's recreated and contains dataPaul Lemire2018-09-241-0/+4
* Texture property update: notify frontend only when properties have changedPaul Lemire2018-08-142-0/+2
* GLTexture: simplify createOrUpdateGLFunctionPaul Lemire2018-08-142-59/+71
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-082-10/+31
* Fix QTextureImageData data access with individual TextureImagesLaszlo Agocs2018-06-271-3/+5
* GLTexture: don't assert on empty image data contentv5.11.1Paul Lemire2018-06-131-1/+8
* Fix flashing and crashing of scene2dMäättä Antti2018-05-292-2/+16
* ES2: Do not set Mip Levels on GL Textures when its not supportedv5.11.0-beta4Andy Nichols2018-04-121-2/+4
* Move Renderer specific classes into new folderPaul Lemire2018-03-196-0/+1006