summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-061-55/+103
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-061-53/+159
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-42/+5
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-031-0/+5
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-101-0/+10
* Callbacks for begin/end of a frame on OpenGLEskil Abrahamsen Blomfeldt2021-12-081-0/+6
* rhi: gl: Optimize context/surface changesLaszlo Agocs2021-11-261-11/+23
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-101-0/+35
* rhi: Add texture array supportLaszlo Agocs2021-10-291-39/+93
* Fix typo: alignment has an n in itEdward Welbourne2021-10-141-1/+1
* RHI: introduce a way to disable framebuffer clears on GLGiuseppe D'Angelo2021-10-121-2/+5
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* rhi: gl: Do not issue memory barriers when we do not have toLaszlo Agocs2021-09-281-8/+66
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-0/+5
* rhi: gl: Have a way to state GL_TEXTURE_RECTANGLE is wantedLaszlo Agocs2021-09-161-0/+6
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-031-0/+6
* rhi: gl: Set the screen on the context, if possibleLaszlo Agocs2021-08-271-0/+2
* rhi: gl: Allow passing in a custom shareContextLaszlo Agocs2021-08-261-3/+12
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-021-25/+51
* 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