summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Complete ES 3.1 and 3.2 helpersPaul Lemire2018-09-217-3/+208
* Fix: remove compile warning in graphicscontext.cppPaul Lemire2018-08-211-1/+1
* Remove AUTOTEST_EXPORT from templated functionLaszlo Agocs2018-08-151-1/+1
* Avoid initializing GraphicsContext on every frameLaszlo Agocs2018-08-142-4/+1
* Texture property update: notify frontend only when properties have changedPaul Lemire2018-08-143-1/+4
* GLTexture: simplify createOrUpdateGLFunctionPaul Lemire2018-08-142-59/+71
* Texture: remove invalid property namePaul Lemire2018-08-131-3/+0
* Fix typo on loadscenejob.cppPaul Lemire2018-08-131-1/+1
* ResourceAccessor: allow read-only access to texturesLaszlo Agocs2018-08-102-4/+13
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-089-71/+115
* Request manager to cleanup ShaderBuilder entries that are removedPaul Lemire2018-07-301-0/+1
* QTextureImage: warn user that remote urls on QTextureImage aren't yet supportedPaul Lemire2018-07-201-1/+11
* Texture: properly handle texture sharing with remote URLsPaul Lemire2018-07-206-37/+106
* Fix crash when using Scene3D and updating data frequentlyPaul Lemire2018-07-201-1/+25
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-188-92/+73
* CalcBoundingVolumeJob: handle UnsignedByte index typePaul Lemire2018-07-182-41/+58
* Renderer: do not lookup cleanup texturesPaul Lemire2018-07-183-10/+10
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-114-12/+28
* Entity: don't release child data in cleanupPaul Lemire2018-07-061-4/+0
* Doc: Fix QRenderAspect \inmodule commandTopi Reinio2018-06-271-2/+2
* Fix QTextureImageData data access with individual TextureImagesLaszlo Agocs2018-06-271-3/+5
* Don't abort rendering when env light textures are not setPaul Lemire2018-06-271-2/+10
* QGraphicsApiFilter: fix Vulkan enum value aliasingPaul Lemire2018-06-251-4/+4
* Fix race condition when executing multiple filterlayerjobs at oncePaul Lemire2018-06-258-47/+215
* Merge "Merge remote-tracking branch 'origin/5.11.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-06-195-4/+21
|\
| * GLTexture: don't assert on empty image data contentv5.11.1Paul Lemire2018-06-131-1/+8
| * Fix UniformValue data size for texturesLaszlo Agocs2018-06-121-1/+1
| * QRenderAspect: properly register functor for QAbstractSkeletonPaul Lemire2018-06-111-1/+4
| * Add devicePixelRatio to QPaintedTextureImagePrivateLaszlo Agocs2018-06-112-1/+8
* | Doc: Add missing dots (qt3d)Paul Wicking2018-06-1937-67/+67
|/
* Fix raycasting job dependenciesLaszlo Agocs2018-06-011-0/+1
* Fix build without QtConcurrentTasuku Suzuki2018-06-014-1/+67
* 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-294-3/+60
* Fix compiler warningsFriedemann Kleint2018-05-241-3/+2
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-099-21/+57
|\
| * Avoid locking up on Radeonv5.11.0-rc1Laszlo Agocs2018-05-043-4/+28
| * Remove race in texture data uploadPaul Lemire2018-05-042-12/+24
| * Doc: Use the correct module command for QML typesTopi Reinio2018-04-245-5/+5
* | Remove one more hardcoded C++ version for MinGW/GCCSimo Fält2018-05-041-3/+0
* | Fix bad use of QEvent::TimerThiago Macieira2018-05-011-1/+1
* | Doc: Add note about projectionMatrix effect on projectionType in QMLPaul Wicking2018-04-261-0/+4
* | Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-2010-47/+57
* | Revert "Doc: Divide documentation into submodules"Topi Reinio2018-04-207-1003/+0
* | Fix compile warningsMike Krus2018-04-201-0/+2
|/
* Make sure we could lock the surface before querying its sizeSvenn-Arne Dragly2018-04-181-2/+5
* ES2: Do not set Mip Levels on GL Textures when its not supportedv5.11.0-beta4Andy Nichols2018-04-121-2/+4
* 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