summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/shader_gles3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fixed crash on PowerVR GE8320 GPUsMiley Hollenberg2024-09-161-2/+3
* Make query for GL_MAX_VIEWPORT_DIMS compatible with web exportspatwork2024-06-141-1/+4
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-2/+2
* Fix shader cache with transform feedback on some android devicesArthasMenethil2024-02-211-0/+13
* OpenGL: Implement 3D Texture supportAlula2024-02-051-0/+1
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* Add shader_cache_dir_valid check to _save_to_cachejsjtxietian2024-01-121-0/+1
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* [GLES3] Protect against bogus `glGetShaderInfoLog` return values.lawnjelly2023-11-111-2/+2
* Parse OpenGL and Vulkan strings as UTF-8.bruvzg2023-10-301-6/+6
* Add device info to GLES3 shader cache key hashbitsawer2023-09-261-0/+8
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-15/+22
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-2/+2
* Fix integer value for GL_MAX_UNIFORM_BLOCK_SIZE overflowingAdam Scott2023-08-251-1/+1
* Check if shader cache directory is available before using cacheclayjohn2023-07-251-2/+4
* fix gles texture uniform array bindingDani Frank2023-05-261-4/+11
* Verify gles3 cached shader load successfulChibiDenDen2023-05-171-0/+7
* Add ARB_get_program_binary to glad to support shader cache over desktop GLChibiDenDen2023-05-061-12/+22
* Add shader cache to gles3ChibiDenDen2023-04-151-79/+113
* Make screen texture and depth texture work in MultiviewBastiaan Olij2023-01-251-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use internal texture name when setting texture uniform location in OpenGL ren...clayjohn2022-12-051-1/+6
* Add GPUParticles to the OpenGL3 renderer.clayjohn2022-11-141-4/+18
* Add multiview to the opengl3 driverDavid Snopek2022-10-211-7/+26
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Add clipping, backbuffer, and CanvasGroups to 2D GLES3 rendererclayjohn2022-05-241-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Basic 3D renderingclayjohn2022-05-121-0/+9
* Overhaul GLES3: Add basis for 3D renderer, overhaul materials and texturesclayjohn2022-04-261-4/+7
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-8/+6
* Fix some issues found by cppcheck.bruvzg2022-04-061-5/+3
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-0/+1
* New OpenGL batching canvas rendererclayjohn2022-01-111-16/+27
* WIP New GLES3 Shader Compilerreduz2022-01-111-911/+486
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add a double-precision editor build to CIAaron Franke2021-12-091-29/+29
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-0/+1116
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-777/+0
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Massive improvement to GLES2 performance, rewrote most ShaderGLES2 class.Juan Linietsky2019-02-271-9/+0
* Further fixes to avoid memory corruption, closes #25336Juan Linietsky2019-01-261-8/+3
* Properly dispose of custom shaders, closes #19300Juan Linietsky2019-01-251-1/+27
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Removed unnecessary assignmentsWilson E. Alvarez2018-11-171-6/+0
* -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt...Juan Linietsky2018-09-231-0/+5
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1