summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/rasterizer_gles3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+2
|\
| * Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-041-0/+2
| |\
| | * Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-0/+2
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\| |
| * | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-3/+18
|\| |
| * | Merge pull request #94952 from alvinhochun/angle-d3d11-flip-yThaddeus Crews2024-10-101-3/+18
| |\ \ | | |/ | |/|
| | * Optimize ANGLE on D3D11 to remove an extra blitAlvin Wong2024-07-311-3/+18
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/ /
* | Clean up two recently introduced WebGL errorsclayjohn2024-09-231-3/+5
* | OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our...David Snopek2024-08-121-0/+7
|/
* Fix regression around OpenGL swapchain optimisation for OpenXRBastiaan Olij2024-07-291-2/+2
* Disable `*glGetProcAddress()` on the webDavid Snopek2024-06-241-1/+1
* Merge pull request #92851 from patwork/fix-tooltips-viewport-dimsRémi Verschelde2024-06-171-2/+1
|\
| * Make query for GL_MAX_VIEWPORT_DIMS compatible with web exportspatwork2024-06-141-2/+1
* | Fix Adreno 3xx compatibility for devices with newer driver versionsAlexander Hartmann2024-06-111-3/+3
|/
* Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-9/+8
* Apply additional fixes to servers' threadingPedro J. Estébanez2024-05-081-2/+5
* Add reflection probe support to compatibility renderer using 2 probe approach.Bastiaan Olij2024-04-091-0/+2
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-1/+1
* Merge pull request #88745 from clayjohn/GLES3-system-fboRémi Verschelde2024-02-271-2/+2
|\
| * Consistently use system_fbo instead of binding 0 as it is needed for iOS devicesclayjohn2024-02-251-2/+2
* | Fix Compatibility Rendering (GLES3) on old and low budget devices.Alexander Hartmann2024-02-221-1/+16
|/
* Implement glow/bloom on compatibility rendererBastiaan Olij2024-02-191-0/+4
* Add `--no-header` option to clean outputAnatoli Babenia2024-02-151-1/+1
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-3/+0
* Skip swapchain logic if there is nothing to present (Android OpenXR)Bastiaan Olij2024-01-081-8/+6
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-49/+95
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-1/+1
* Replace get_rendering_device() call to prevent crashes on OpenGL.MJacred2023-06-061-2/+1
* Merge pull request #76092 from ChibiDenDen/shader_cache_gles3Rémi Verschelde2023-05-091-0/+31
|\
| * Add shader cache to gles3ChibiDenDen2023-04-151-0/+31
* | Fix gles3 rendering on android studio emulatorChibiDenDen2023-04-291-3/+4
|/
* Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky2023-02-211-0/+4
* Fix issue with clearing screen after part has been drawnBastiaan Olij2023-02-211-7/+9
* Clear Window before blitting Viewport in gl_compatibility rendererclayjohn2023-02-141-0/+9
* Trim "/PCIe/SSE2" from GPU names when starting the OpenGL rendererHugo Locurcio2023-02-031-1/+2
* Print name of Vulkan rendering method on startupHugo Locurcio2023-02-031-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Implement boot image in OpenGL3 rendererclayjohn2022-12-161-11/+17
* [opengl] Don't flip render target when blitting it to screen if it wasn't ren...David Snopek2022-12-041-2/+10
* Regenerate GL loader code with GLAD 2Riteo2022-11-141-1/+1
* Merge pull request #67032 from clayjohn/GLES3-gpu-profilingRémi Verschelde2022-10-311-2/+8
|\
| * Add OpenGL timer queries to OpenGL3 backendclayjohn2022-10-071-2/+8
* | Add multiview to the opengl3 driverDavid Snopek2022-10-211-4/+21
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+4
* Adding getters to RenderTarget and implementing override functionality for XRBastiaan Olij2022-10-051-5/+1