summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* rhi: gl: Avoid magic adjustments to the context/window formatLaszlo Agocs2022-08-011-28/+12
* rhi: gl: Reset the buffer bindings on beginExternalLaszlo Agocs2022-08-011-1/+7
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-121-2/+2
* rhi: Fix up the instancing step rate typeLaszlo Agocs2022-07-071-1/+1
* QRhi: support uniforms of int and ivec arrays in GLES2 backendInho Lee2022-07-051-21/+58
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-051-2/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* rhi: Make QRhiRenderTarget's rp getter functional with swapchainsLaszlo Agocs2022-04-261-0/+1
* rhi: Add a feature flag for non-fill polygon modesLaszlo Agocs2022-04-221-0/+2
* Use the QSurface for QRhiGles2InitParams::fallbackSurfaceJiDe Zhang2022-04-121-7/+8
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-051-10/+10
* rhi: d3d11/vulkan: Allow passing in an array range overrideLaszlo Agocs2022-03-241-0/+2
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-3/+3
* wasm: prevent WebGL vertex attribute errorsMorten Johan Sørvig2022-03-141-0/+8
* rhi: Add the basic infrastructure for geometry shader supportBen Fletcher2022-01-311-1/+20
* rhi: Add support for polygon fill modeBen Fletcher2022-01-311-0/+29
* rhi: Fix tessellation support for OpenGLBen Fletcher2022-01-281-0/+4
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-251-0/+3
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-181-6/+5
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-131-39/+92
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-121-0/+33
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-111-0/+22
* rhi: gl: Prevent breaking with ES when querying the sampler mapping tableLaszlo Agocs2022-01-071-15/+15
* rhi: Returns mapping tables by value from QShaderLaszlo Agocs2022-01-071-6/+6
* 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