index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gles3
/
rasterizer_canvas_gles3.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Only use backbuffer mipmaps in SCREEN_TEXTURE when generated.
clayjohn
2024-09-17
1
-7
/
+8
*
Fix Parallax2D repeats being not relative to its transform
kleonc
2024-09-16
1
-17
/
+16
*
Remove linearization of canvas modulate in GLES3 backend
clayjohn
2024-07-24
1
-9
/
+4
*
Linearize color if HDR 2D is on
Feiyue Zhang
2024-07-24
1
-4
/
+9
*
Make query for GL_MAX_VIEWPORT_DIMS compatible with web exports
patwork
2024-06-14
1
-2
/
+1
*
Fixes SDF Collision Enable/Disable
cosparks
2024-04-22
1
-1
/
+1
*
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-2
/
+11
*
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
1
-5
/
+5
*
Add new Parallax2D node
markdibarry
2024-03-03
1
-2
/
+23
*
Ensure proper vertex input masks are used in 2D compatibility renderer
clayjohn
2024-02-27
1
-2
/
+0
*
Consistently use system_fbo instead of binding 0 as it is needed for iOS devices
clayjohn
2024-02-25
1
-3
/
+3
*
Merge pull request #86564 from Giwayume/feature/canvas-item-shader-custom-data
Rémi Verschelde
2024-02-08
1
-10
/
+16
|
\
|
*
Add custom shader attributes to Canvas Item Shaders
Giwayume
2024-01-23
1
-10
/
+16
*
|
Disable scissor test after rendering batches in compatibility renderer
clayjohn
2024-01-22
1
-0
/
+1
*
|
Fix issue where the UV's were off in Compatibility
Jordi Scharp
2024-01-11
1
-5
/
+9
|
/
*
Merge pull request #85811 from clayjohn/2D-render-info
Rémi Verschelde
2023-12-12
1
-10
/
+42
|
\
|
*
Implement render info counters for the 2D renderer
clayjohn
2023-12-06
1
-10
/
+42
*
|
Ensure that 2D meshes use a proper input mask
clayjohn
2023-12-09
1
-1
/
+1
*
|
GLES3: Skip batches with zero instance count while rendering
HolySkyMin
2023-12-05
1
-0
/
+5
|
/
*
Merge pull request #83003 from AThousandShips/null_check_extra
Rémi Verschelde
2023-10-09
1
-2
/
+2
|
\
|
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-2
/
+2
*
|
Replace `sanity` with `safety` for checks
A Thousand Ships
2023-10-08
1
-1
/
+1
|
/
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-1
/
+1
*
Fix GLES3 instanced rendering color and custom data defaults
bitsawer
2023-09-29
1
-0
/
+7
*
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
1
-2
/
+5
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-7
/
+7
*
Fix clear color's alpha value will affects 2D editor in Compatibility mode
jsjtxietian
2023-09-07
1
-1
/
+1
*
fix glMapBufferRange return null when r_index + last_item_index > max_instances
jsjtxietian
2023-08-27
1
-1
/
+1
*
fix GLES3 changing 2d shadow atlas size is broken
Mounir Tohami
2023-08-16
1
-3
/
+17
*
Add RENDERING_INFO parameters to GL Compatibility renderer
clayjohn
2023-06-16
1
-20
/
+39
*
[OpenGL] Fix LCD blend mode color caching.
bruvzg
2023-06-07
1
-2
/
+4
*
Fix "Light Only" mode of `CanvasItemMaterial`
Danil Alexeev
2023-05-13
1
-2
/
+2
*
Check for instancing without relying on instance_count when drawing 2D meshes
clayjohn
2023-04-11
1
-2
/
+5
*
Fixes a canvas item set to clip children being drawn as black if no children ...
SlugFiller
2023-03-07
1
-10
/
+18
*
Merge pull request #73478 from NewDefectus/master
Rémi Verschelde
2023-02-21
1
-2
/
+1
|
\
|
*
Use the original canvas to calculate light positioning
Alon Ran
2023-02-21
1
-2
/
+1
*
|
Fix bufSize parameter for glGetSynciv
ChibiDenDen
2023-02-20
1
-1
/
+1
*
|
Avoid unecessary binding of occlusion polygon vertex array
clayjohn
2023-02-17
1
-1
/
+2
|
/
*
Store blend mode between CanvasItems to preserve batching
clayjohn
2023-02-13
1
-1
/
+1
*
Properly reset blend mode when resetting canvas in compatibility renderer
clayjohn
2023-02-09
1
-0
/
+1
*
Set instancing flags when using GPUParticles in OpenGL renderer
clayjohn
2023-02-07
1
-0
/
+2
*
Merge pull request #72695 from clayjohn/CanvasGroup-shading
Yuri Sizov
2023-02-04
1
-0
/
+2
|
\
|
*
Avoid shading CanvasGroup nodes twice
clayjohn
2023-02-03
1
-0
/
+2
*
|
Ignore instance color and instance custom_data when not used in the OpenGL re...
clayjohn
2023-02-03
1
-0
/
+6
|
/
*
Fix texture rect transpose for OpenGL
Ninni Pipping
2023-02-02
1
-1
/
+1
*
Avoid crash when CanvasTexture used with light decal atlas
clayjohn
2023-01-30
1
-0
/
+3
*
Merge pull request #72291 from clayjohn/GL-item-cap
Rémi Verschelde
2023-01-29
1
-64
/
+90
|
\
|
*
Remove cap on number of items drawn in frame in 2D gl_compatibility render
clayjohn
2023-01-28
1
-64
/
+90
[next]