summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
Commit message (Expand)AuthorAgeFilesLines
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-271-2/+33
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-251-0/+17
* Fix RHI-GL mapping of DXT3/5 compressed texture format identifiersEirik Aavitsland2020-05-251-2/+2
* RHI: facilitate compressed atlas textures in gles2 backendEirik Aavitsland2020-05-221-1/+23
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-4/+4
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-79/+110
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-1/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-76/+196
|\
| * rhi: gles2: fix uniform gathering after struct-type member in UBOsJean-Michaël Celerier2020-03-231-3/+4
| * rhi: gl: Reduce state changesLaszlo Agocs2020-03-201-73/+192
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-29/+32
|\|
| * rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-29/+32
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+17
|\|
| * rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+8
| * rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-1/+5
| * rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-0/+4
* | Move QOpenGLShaderProgram from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-201-2/+0
|/
* rhi: Add depth bias and slope scaled depth biasLaszlo Agocs2020-02-061-1/+8
* rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-4/+4
* rhi: gl: vulkan: Generate barriers between dispatches in a compute passLaszlo Agocs2020-01-131-10/+114
* rhi: gl: Do not issue glMemoryBarrier when compute is not supportedLaszlo Agocs2020-01-131-2/+3
* rhi: Add R16F and R32FLaszlo Agocs2020-01-091-0/+24
* rhi: Remove ugly fallthroughsLaszlo Agocs2020-01-091-13/+0
* RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-40/+1
* rhi: gl: Add support for arrays of float, vec2, vec3 and vec4Laszlo Agocs2019-12-121-10/+69
* rhi: gl: Handle struct and array of struct uniformsLaszlo Agocs2019-12-101-12/+55
* rhi: gl: Destructure mat3 correctlyLaszlo Agocs2019-12-101-1/+9
* RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+29
* Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-2/+1
|\
| * rhi: gl: Fix ms renderbuffer on WASM with WebGL2Laszlo Agocs2019-11-281-2/+1
* | rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-271-0/+6
* | Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-271-5/+0
|/
* rhi: Use Q_GLOBAL_STATIC for QRhiGles2 GL program cacheTor Arne Vestbø2019-10-241-3/+3
* rhi: gl: Do not let external rendering trash our vaoLaszlo Agocs2019-10-151-7/+21
* rhi: Fix non-base level copy and readback wrt source sizeLaszlo Agocs2019-10-091-3/+4
* rhi: Autotest rendering a triangleLaszlo Agocs2019-10-091-0/+3
* rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-8/+23
* rhi: gl: Switch GetBufferSubData emulation to MapBufferRangeLaszlo Agocs2019-10-091-7/+14
* rhi: Autotest basic texture operationsLaszlo Agocs2019-10-091-2/+3
* rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-52/+99
* Add TriangleFan pipeline topologyPaul Olav Tvete2019-10-031-0/+4
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-031-32/+37
* rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-301-6/+4
* De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-301-2/+2
* Share and enable shader disk cache in QRhi OpenGL backendLaszlo Agocs2019-09-301-13/+111
* Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-291-0/+7
* rhi: gl: Remove fake uniform buffer offset alignment requirementLaszlo Agocs2019-09-281-1/+3
* rhi: gl: Fix not resetting color write bits when switching pipelineLaszlo Agocs2019-09-261-0/+1
* rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-261-4/+12
* rhi: gl: Pick up context lossLaszlo Agocs2019-09-131-11/+18