summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/rasterizer_canvas_gles3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Only use backbuffer mipmaps in SCREEN_TEXTURE when generated.clayjohn2024-09-171-7/+8
* Fix Parallax2D repeats being not relative to its transformkleonc2024-09-161-17/+16
* Remove linearization of canvas modulate in GLES3 backendclayjohn2024-07-241-9/+4
* Linearize color if HDR 2D is onFeiyue Zhang2024-07-241-4/+9
* Make query for GL_MAX_VIEWPORT_DIMS compatible with web exportspatwork2024-06-141-2/+1
* Fixes SDF Collision Enable/Disablecosparks2024-04-221-1/+1
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-2/+11
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-5/+5
* Add new Parallax2D nodemarkdibarry2024-03-031-2/+23
* Ensure proper vertex input masks are used in 2D compatibility rendererclayjohn2024-02-271-2/+0
* Consistently use system_fbo instead of binding 0 as it is needed for iOS devicesclayjohn2024-02-251-3/+3
* Merge pull request #86564 from Giwayume/feature/canvas-item-shader-custom-dataRémi Verschelde2024-02-081-10/+16
|\
| * Add custom shader attributes to Canvas Item ShadersGiwayume2024-01-231-10/+16
* | Disable scissor test after rendering batches in compatibility rendererclayjohn2024-01-221-0/+1
* | Fix issue where the UV's were off in CompatibilityJordi Scharp2024-01-111-5/+9
|/
* Merge pull request #85811 from clayjohn/2D-render-infoRémi Verschelde2023-12-121-10/+42
|\
| * Implement render info counters for the 2D rendererclayjohn2023-12-061-10/+42
* | Ensure that 2D meshes use a proper input maskclayjohn2023-12-091-1/+1
* | GLES3: Skip batches with zero instance count while renderingHolySkyMin2023-12-051-0/+5
|/
* Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-091-2/+2
|\
| * Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-2/+2
* | Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-1/+1
|/
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-1/+1
* Fix GLES3 instanced rendering color and custom data defaultsbitsawer2023-09-291-0/+7
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-2/+5
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-7/+7
* Fix clear color's alpha value will affects 2D editor in Compatibility modejsjtxietian2023-09-071-1/+1
* fix glMapBufferRange return null when r_index + last_item_index > max_instancesjsjtxietian2023-08-271-1/+1
* fix GLES3 changing 2d shadow atlas size is brokenMounir Tohami2023-08-161-3/+17
* Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-161-20/+39
* [OpenGL] Fix LCD blend mode color caching.bruvzg2023-06-071-2/+4
* Fix "Light Only" mode of `CanvasItemMaterial`Danil Alexeev2023-05-131-2/+2
* Check for instancing without relying on instance_count when drawing 2D meshesclayjohn2023-04-111-2/+5
* Fixes a canvas item set to clip children being drawn as black if no children ...SlugFiller2023-03-071-10/+18
* Merge pull request #73478 from NewDefectus/masterRémi Verschelde2023-02-211-2/+1
|\
| * Use the original canvas to calculate light positioningAlon Ran2023-02-211-2/+1
* | Fix bufSize parameter for glGetSyncivChibiDenDen2023-02-201-1/+1
* | Avoid unecessary binding of occlusion polygon vertex arrayclayjohn2023-02-171-1/+2
|/
* Store blend mode between CanvasItems to preserve batchingclayjohn2023-02-131-1/+1
* Properly reset blend mode when resetting canvas in compatibility rendererclayjohn2023-02-091-0/+1
* Set instancing flags when using GPUParticles in OpenGL rendererclayjohn2023-02-071-0/+2
* Merge pull request #72695 from clayjohn/CanvasGroup-shadingYuri Sizov2023-02-041-0/+2
|\
| * Avoid shading CanvasGroup nodes twiceclayjohn2023-02-031-0/+2
* | Ignore instance color and instance custom_data when not used in the OpenGL re...clayjohn2023-02-031-0/+6
|/
* Fix texture rect transpose for OpenGLNinni Pipping2023-02-021-1/+1
* Avoid crash when CanvasTexture used with light decal atlasclayjohn2023-01-301-0/+3
* Merge pull request #72291 from clayjohn/GL-item-capRémi Verschelde2023-01-291-64/+90
|\
| * Remove cap on number of items drawn in frame in 2D gl_compatibility renderclayjohn2023-01-281-64/+90