summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: gl: Avoid a copy in partial texture uploadsLaszlo Agocs8 days1-1/+9
* rhi: gl: Clean up UNPACK_ROW_LENGTH handlingLaszlo Agocs9 days1-2/+4
* rhi: Add support for resolving depth-stencilLaszlo Agocs2024-04-031-54/+192
* rhi: gl: Further enhance depth-stencil support for QRhiTextureRenderTargetLaszlo Agocs2024-03-141-11/+65
* rhi: Make it possible to discard depth/stencil even when using a textureLaszlo Agocs2024-03-141-1/+26
* rhi: gl: Add GLES-specific multisample rendering to texture pathLaszlo Agocs2024-03-141-6/+58
* rhi: Add basic support for specifying a view format for a textureLaszlo Agocs2024-03-121-3/+11
* rhi: add labels to OpenGL objects to make debugging easier in RenderDocAurélien Brooke2024-03-021-0/+33
* rhi: add support for short and ushort vertex attributesAurélien Brooke2024-03-011-0/+32
* rhi: gl: Fix multisample texture specificationLaszlo Agocs2024-02-231-2/+13
* rhi: gl: take sample count from textures too for RTsLaszlo Agocs2024-02-231-2/+2
* rhi: gl: Add R16F/R32F handling in pixel readbackJonas Karlsson2024-02-221-0/+8
* Fix loading QRhiTexture from image on glesArtem Dyomin2024-02-081-37/+30
* rhi: gl: Pretend 4x MSAA is always supported when cannot queryLaszlo Agocs2024-01-071-2/+2
* rhi: Make sample count selection logic be closer to Qt 5Laszlo Agocs2023-12-061-11/+0
* Fix off-by-one surface pixel size on AndroidMorten Sørvig2023-11-271-1/+7
* rhi: gl: Prevent GPU timings from stopping upon resizeLaszlo Agocs2023-09-061-1/+4
* rhi: gl: Implement lastCompletedGpuTime()Laszlo Agocs2023-08-141-14/+124
* rhi: gl: metal: Enable depth-stencil correctly with multiviewLaszlo Agocs2023-06-281-0/+9
* rhi: gl: Correct data type for D24 and D24S8Laszlo Agocs2023-06-281-2/+6
* rhi: gl: Enable depth texture for multiviewLaszlo Agocs2023-06-281-3/+10
* rhi: gl: Implement msaa resolve for multiviewLaszlo Agocs2023-06-261-22/+27
* rhi: gl: Make resolve on par with other backendsLaszlo Agocs2023-06-261-26/+100
* rhi: Introduce multiview starting with OpenGL (ES)Laszlo Agocs2023-06-221-2/+18
* rhi doc: Fix a repeating typoLaszlo Agocs2023-06-161-2/+2
* rhi: gl: Switch back to Nearest filtering when resolvingLaszlo Agocs2023-06-071-1/+1
* rhi: avoid backends modifying the frontend depth and arraySizeLaszlo Agocs2023-05-301-13/+13
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-4/+45
* rhi: gl: Skip useless glEnable for point sprites in core profilesLaszlo Agocs2023-05-031-1/+2
* rhi: gl: Introduce a fourth code path to query the max vertex outputsLaszlo Agocs2023-04-281-1/+5
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-181-0/+6
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-04-181-7/+25
* rhi: gl: Fix GL_INVALID_OPERATION error at glPolygonModeJiDe Zhang2023-04-131-4/+2
* rhi: Remove readback result type aliasLaszlo Agocs2023-04-121-1/+1
* rhi: gl: Reset scissor before blitLaszlo Agocs2023-04-121-0/+4
* rhi: Make non-critical pipeline cache warnings qCDebug insteadLaszlo Agocs2023-03-161-7/+7
* rhi: Clean up 1D and 3D texture feature flagsLaszlo Agocs2023-03-071-0/+4
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-271-0/+24
* rhi: Do some internal doc fixesLaszlo Agocs2023-02-211-10/+9
* rhi: Remove QRhiSrb data gettersLaszlo Agocs2023-02-201-4/+4
* rhi: backends: Get color attachment count in a saner wayLaszlo Agocs2023-02-201-2/+2
* rhi: gl: Skip the vertex-fragment interface check with more stagesLaszlo Agocs2023-02-141-1/+5
* Avoid glDrawBuffers on ES 2.0 / WebGL 1Laszlo Agocs2023-02-081-3/+11
* RHI: Add support for 1D texturesBen Fletcher2022-11-151-17/+134
* Add support for stereoscopic content in QRhi::OpenGLES2Kristoffer Skau2022-11-071-12/+55
* rhi: gl: Skip the prim.restart enable on WebGL2Laszlo Agocs2022-10-311-1/+8
* rhi: gl: Make sure stencil write is enabled when clearingLaszlo Agocs2022-10-261-1/+3
* rhi: gl: Apply a workaround for macOSLaszlo Agocs2022-10-201-3/+19
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-34/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-5/+5