summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: Use QByteArray for storing data in QGles2BufferRobert Löhning2021-06-081-13/+10
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-031-5/+16
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-39/+144
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-1/+32
* rhi: Fix memory leakRobert Löhning2021-05-101-3/+4
* rhi: gl: Sanity check vertex outputs and fragment inputsLaszlo Agocs2021-05-031-0/+25
* Add QRhiTexture::RG16 formatLars Knoll2021-04-071-0/+13
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-301-3/+19
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-0/+5
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-091-1/+29
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-031-2/+17
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-38/+274
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-151-11/+14
* rhi: gl: Add some enablers for supporting GL_TEXTURE_EXTERNAL_OESLaszlo Agocs2021-01-131-0/+7
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-131-0/+16
* rhi: gl: Reset tracked state upon a buffer update or readbackLaszlo Agocs2021-01-061-48/+70
* RHI: Fix attribute instancing cleanup for OpenGL ESPaul Olav Tvete2020-11-271-0/+9
* RHI: Reset attribute instancing properly for OpenGL ESPaul Olav Tvete2020-11-261-3/+24
* rhi: gl: Do not bother with glDrawBuffers(GL_BACK)Laszlo Agocs2020-11-021-4/+0
* rhi: Further reduce copying in the command bufferLaszlo Agocs2020-10-161-74/+40
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-11/+38
* rhi: gl: vk: Pre-calculate the flags for dyn.offsetLaszlo Agocs2020-10-111-28/+36
* rhi: gl: d3d: Reduce the size of the Command structLaszlo Agocs2020-10-111-2/+2
* rhi: gl: Move some code out of the inner loopsLaszlo Agocs2020-10-111-4/+4
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-111-0/+6
* rhi: gl: Silence incorrect compiler warnings about uninitialized useLaszlo Agocs2020-10-081-3/+3
* rhi: gl: Drop the unused WRAP_R memberLaszlo Agocs2020-10-081-3/+0
* rhi: gl: Fix missing texture bindingsLaszlo Agocs2020-10-081-5/+7
* rhi: gl: Best uniform is no uniformLaszlo Agocs2020-10-021-4/+75
* rhi: gl: Stop flooding with glVertexAttribPointersLaszlo Agocs2020-10-021-6/+26
* rhi: gl: Skip rebinding the same index buffer in the same passLaszlo Agocs2020-10-021-1/+5
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-44/+53
* rhi: gl: Attempt to reduce superfluous texture unit bindingsLaszlo Agocs2020-10-021-15/+49
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-301-7/+7
* rhi: gl: Skip nice but not essential uniform checks in releaseLaszlo Agocs2020-09-291-0/+2
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-291-0/+2
* rhi: gl: Pre-sort uniform metadata based on offsetLaszlo Agocs2020-09-291-7/+11
* rhi: gl: get rid of a wrapper QByteArray where a raw ptr sufficesLaszlo Agocs2020-09-251-3/+2
* rhi: gl: d3d: Do not use QByteArray where there is no pointLaszlo Agocs2020-09-251-5/+7
* rhi: gl: Enable seamless cubemap filteringLaszlo Agocs2020-09-231-0/+10
* rhi: Reuse the data in buffer ops in res.update batchesLaszlo Agocs2020-09-231-5/+5
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-231-2/+4
* Support signed integer attributes on QRHIInho Lee2020-09-211-6/+22
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+34
* rhi: gl: Eliminate duplicate glUniform callsLaszlo Agocs2020-09-141-7/+21
* QRhi: support matrix array types of the uniform in GLES2 backendInho Lee2020-09-141-10/+19
* rhi: gl: Fix shader cache with unstable vertex input locationsLaszlo Agocs2020-09-111-36/+69
* rhi: Sanity check the srb in debug buildsLaszlo Agocs2020-09-031-0/+4
* rhi: gl: Correctly report WideLines for OpenGLLaszlo Agocs2020-08-301-1/+1
* rhi: gl: Also try GLSL 140 and 130Laszlo Agocs2020-08-301-9/+13