summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage/texture_storage.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-6/+6
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-6/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+6
|\|
| * Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copyThaddeus Crews2024-10-211-0/+5
| |\
| | * Use a shared copy of placeholder textures, tweak placeholder appearanceHugo Locurcio2024-10-181-0/+5
| * | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-2/+0
* Add external texture support (GLES3)David Snopek2024-09-201-0/+3
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-191-3/+3
* Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+1
* Fix a couple GCC 14 `-Wmaybe-uninitialized` warningsRémi Verschelde2024-07-091-1/+1
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+2
* Implement glow/bloom on compatibility rendererBastiaan Olij2024-02-191-2/+9
* Make `RID_Owner<Texture>` threadsafe in `TextureStorage` for gles3ACB2024-02-111-2/+2
* OpenGL: Implement 3D Texture supportAlula2024-02-051-4/+8
* Add GLES3 infrastructure for lightmap baking in the compatibility backendclayjohn2024-01-241-0/+4
* Add MSAA support for WebXRDavid Snopek2023-12-111-0/+3
* Add 3D MSAA and scaling support to GLES3Bastiaan Olij2023-12-051-2/+6
* Ensure 2D MSAA resolve is performed when 3D content but no 2D content in sceneBastiaan Olij2023-11-161-0/+3
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-13/+3
* Add option to enable HDR rendering in 2Dclayjohn2023-08-071-0/+2
* Add custom texture create functionBastiaan Olij2023-07-261-1/+2
* GLES3: Don't call glTexParameter* for invalid filter and repeat modesLRFLEW2023-07-211-7/+16
* GLES3: reset anisotropic filtering when changing texture filtering modeLRFLEW2023-07-171-5/+5
* GLES3: Remove unimplemented texture_create() declarationQiqi Wu2023-06-161-2/+0
* Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-161-4/+0
* Implemented texture_2D_layered_initializepatrickdown2023-05-271-0/+2
* For GDExternal use, provides access to internal graphics handles for texturesBastiaan Olij2023-05-091-0/+1
* Merge pull request #74808 from bradc6/feature/AllowCustomOutputShaderGenFilep...Rémi Verschelde2023-04-031-1/+1
|\
| * Allow for external python scripts to call the build python headers via extern...Bradley Clemetson2023-03-191-1/+1
* | Merge pull request #72361 from the-brickster/masterYuri Sizov2023-03-271-0/+3
|\ \ | |/ |/|
| * Incorporating the availability of screen and depth textures for the GLES3 bac...LandoUWB2023-02-161-0/+3
* | Merge duplicate rd_texture functionsBastiaan Olij2023-03-101-1/+1
|/
* Implement cull_mask for decals and lights in mobile and compatibility backendsclayjohn2023-02-061-0/+1
* Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde2023-02-011-1/+1
|\
| * Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-1/+1
* | Refactor high quality texture importJuan Linietsky2023-01-301-0/+30
|/
* Sort decals and lights based on camera originclayjohn2023-01-201-3/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Get WebXR fully working in Godot 4!David Snopek2022-12-011-1/+2
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Merge pull request #68186 from pkdawson/expose-texture-rdRémi Verschelde2022-11-111-0/+2
|\
| * Expose texture_get_rd_texturePatrick Dawson2022-11-031-0/+2
* | Add support for OpenGL to OpenXRDavid Snopek2022-11-081-4/+24
* | Collapse three seperate texture storage methods into render_target_set_overri...David Snopek2022-11-031-3/+1
|/
* Add 2D shadows and canvas SDF to OpenGL3 rendererclayjohn2022-10-281-32/+26
* Add multiview to the opengl3 driverDavid Snopek2022-10-211-0/+1