summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* RenderTexture: wrapping on R is only available on 3D texturesPaul Lemire2015-02-081-3/+1
* RenderView: remove default sorting if no sort was specifiedPaul Lemire2015-02-081-3/+1
* Removed now useless Quick3DTextureCubeMapExtensionPaul Lemire2015-02-082-204/+0
* Skybox example updated to use new texture APIPaul Lemire2015-02-081-1/+1
* QAbstractTextureProvided: Q_ENUMS on CubeMapFace enumsPaul Lemire2015-02-081-0/+1
* QGraphicContext: texture sharing and smart use of TUPaul Lemire2015-02-083-32/+47
* RenderTexture/TextureImage: provide unique dna for sharingPaul Lemire2015-02-083-3/+48
* Make textures functional with GLES2Laszlo Agocs2015-02-081-7/+27
* QAbstractAspect: Fix in createBackendNodePaul Lemire2015-02-081-0/+1
* QAbstractTextureProvider: remove leftover methodsPaul Lemire2015-02-082-38/+0
* Assimparser updated to use new Texture APIPaul Lemire2015-02-081-21/+75
* Remove Quick3DTexture2DExtension, this is not needed anymorePaul Lemire2015-02-082-54/+1
* Texture API refactoringPaul Lemire2015-02-0822-116/+663
* QResourcesManager: restore the relock on the LockingPolicyPaul Lemire2015-02-081-0/+6
* Update default Material to use new Texture APIPaul Lemire2015-02-086-11/+23
* RenderTexture: update list of texture image id to texture image handlesPaul Lemire2015-02-083-8/+83
* Register backend functor creator for RenderTextureImagePaul Lemire2015-02-081-0/+2
* RenderTexture: contains list of TextureImage idPaul Lemire2015-02-082-13/+55
* TextureImageManager in RendererPaul Lemire2015-02-082-0/+4
* TextureImageManager for RenderTextureImagePaul Lemire2015-02-082-0/+13
* RenderTextureImage backend class for QAbstractTextureImagePaul Lemire2015-02-083-2/+189
* Quick3DTextureExtension provided list of QAbstractTextureImage to QMLPaul Lemire2015-02-083-7/+72
* Make ctor of QAbstractTextureProvider protectedPaul Lemire2015-02-087-35/+36
* No need to depend on managers from RenderParameterKevin Ottens2015-02-083-47/+3
* Make QBackendNode use QBackendNodeFactoryKevin Ottens2015-02-0821-22/+54
* Introduce QBackendNodeFactoryKevin Ottens2015-02-084-2/+125
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-0812-21/+139
* QTextureProviders addedPaul Lemire2015-02-089-179/+415
* QAbstractTextureImage: add update methodPaul Lemire2015-02-083-0/+18
* Add list of QAbstractTextureImages to QAbstractTextureProviderPaul Lemire2015-02-083-8/+58
* Move QAbstractTextureImage, QTextureImage to dedicated filesPaul Lemire2015-02-087-224/+428
* Moved QAbstractTextureProvider/QWrapMode to proper filesPaul Lemire2015-02-088-868/+1161
* QAbstractTextureImage + QAbstractTextureDataFunctorPaul Lemire2015-02-082-43/+347
* QTexture renamed to QAbstractTextureProviderPaul Lemire2015-02-0836-295/+418
* Quick2DTextureCubeMap registered as an extended QML typePaul Lemire2015-02-081-1/+1
* Quick3DTextureCubeMapExtension addedPaul Lemire2015-02-082-2/+205
* TextureData add setter for CubeMapFacePaul Lemire2015-02-081-0/+5
* Avoid issue draw calls when the buffer is not yet readyLaszlo Agocs2015-02-041-20/+24
* Do not swap when targeting an FBOLaszlo Agocs2015-02-033-4/+5
* Cleanup a double identical check when creating VAOsGiuseppe D'Angelo2015-02-031-14/+3
* Fix whitespace issueKevin Ottens2015-02-031-1/+1
* RenderParameter variant must have backend nodesKevin Ottens2015-02-034-77/+87
* Provide our own RenderParameterFunctorKevin Ottens2015-02-033-1/+68
* Don't store QRenderState* in RenderRenderPassKevin Ottens2015-02-033-102/+99
* Don't keep pointers to QParameterMappingKevin Ottens2015-02-036-26/+200
* Do not request 4.3 core profile on GLES in WindowLaszlo Agocs2015-02-022-2/+6
* Add support for rendering without a VAOLaszlo Agocs2015-02-023-41/+63
* Query the current FBO id with a context currentLaszlo Agocs2015-02-021-1/+7
* Allow Render(Texture|SharedData) use with variantsKevin Ottens2015-02-022-0/+4
* Export for use in unit testsKevin Ottens2015-02-022-14/+14