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
/
gles2
/
shaders
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete GLES2 backend code
Rémi Verschelde
2020-08-13
20
-6028
/
+0
*
Added 'fma' function to shader language
Yuri Roubinsky
2020-07-10
1
-0
/
+20
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
3
-0
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
17
-68
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-20
/
+20
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Add support for 3D textures to GLES2
clayjohn
2020-01-31
2
-0
/
+24
*
Fix array constructor for lightmaps
clayjohn
2020-01-15
1
-13
/
+13
*
Add a default POINT_SIZE
clayjohn
2019-12-10
2
-0
/
+7
*
Fix Specular Blinn function
clayjohn
2019-11-22
1
-106
/
+93
*
Fix bugs introduced by IBL fixes
clayjohn
2019-11-20
1
-90
/
+89
*
Fix issues with environment mapping
clayjohn
2019-11-19
1
-7
/
+10
*
Fixed using compressed textures and add work around for firefox webgl mesa sa...
clayjohn
2019-10-27
1
-3
/
+0
*
Implement DOF blur, Glow, and BCS in GLES2
clayjohn
2019-09-30
6
-271
/
+290
*
Fix copyright headers and style issues
Rémi Verschelde
2019-09-24
1
-3
/
+0
*
Merge pull request #32275 from godotengine/skin_support
Rémi Verschelde
2019-09-23
1
-9
/
+3
|
\
|
*
Added skin support and simplified APIs to override bone position.
Juan Linietsky
2019-09-18
1
-9
/
+3
*
|
fix gles2 broken panorama sky on oculus quest
Holger Dammertz
2019-09-22
1
-2
/
+2
*
|
Merge pull request #31202 from azagaya/light-data
Rémi Verschelde
2019-09-19
1
-8
/
+18
|
\
\
|
|
/
|
/
|
|
*
Create shadow_vec for altering shadow computation
azagaya
2019-09-06
1
-8
/
+18
*
|
Implemented inverse shader function to GLES2
Yuri Roubinski
2019-08-22
1
-0
/
+75
*
|
Fix GLES2 rendering
Yuri Roubinski
2019-08-03
1
-14
/
+14
|
/
*
Expose several GLES3 built-ins to GLES2
Chaosus
2019-07-31
2
-5
/
+288
*
Merge pull request #30895 from clayjohn/gles2-shader-funcs
Rémi Verschelde
2019-07-29
2
-0
/
+19
|
\
|
*
added round function to gles2
clayjohn
2019-07-29
2
-0
/
+19
*
|
update algorithm about paking float to vec4 to fix shadow shift and change rg...
RaphaelHunter
2019-07-28
3
-7
/
+6
|
/
*
fix gles2 shadow transparency bug
clayjohn
2019-07-21
1
-2
/
+2
*
scale vertex lit lights by envorionment scale
clayjohn
2019-06-19
1
-22
/
+35
*
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
1
-0
/
+29
*
added MultiMeshInstance2D node for using MultiMesh in 2D
clayjohn
2019-06-03
1
-0
/
+5
*
do not compute fog when using unshaded in GLES2
clayjohn
2019-05-23
1
-2
/
+2
*
Implement shadow to opacity
Bastiaan Olij
2019-05-21
1
-11
/
+39
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Merge pull request #27898 from clayjohn/metallic_radiance
Rémi Verschelde
2019-05-14
1
-12
/
+15
|
\
|
*
added radiance when using clear color and fixed brdf
clayjohn
2019-05-13
1
-12
/
+15
*
|
Merge pull request #27798 from clayjohn/gles2-proj-mat-bug
Rémi Verschelde
2019-05-13
1
-0
/
+3
|
\
\
|
*
|
fixes bug when setting projection matrix
clayjohn
2019-04-30
1
-0
/
+3
|
|
/
*
|
Fix SHADOWS_DISABLED flag in GLES2
Guilherme Souza
2019-05-07
1
-0
/
+12
*
|
Merge pull request #28431 from SouzaGuilherme/master
Rémi Verschelde
2019-04-29
1
-0
/
+6
|
\
\
|
*
|
Adds flag AMBIENT_LIGHT_DISABLED to GLES2
Guilherme Souza
2019-04-25
1
-0
/
+6
*
|
|
fixed bug in mip map sigma
clayjohn
2019-04-12
1
-2
/
+3
|
|
/
|
/
|
*
|
keep DEPTH from causing compile error in GLES2
clayjohn
2019-03-28
1
-0
/
+3
|
/
*
GLES2: Fix comments in previous commit that broke rendering (!)
Rémi Verschelde
2019-03-12
3
-3
/
+3
*
GLES2: Add comments around EXT_shader_texture_lod check
Rémi Verschelde
2019-03-11
3
-18
/
+9
*
Revert "GLES2: Ensure extension checks for texture2DLod"
Rémi Verschelde
2019-03-11
4
-20
/
+38
*
Revert "GLES2: Fix regression on texture2DLod extension checks"
Rémi Verschelde
2019-03-11
3
-37
/
+16
*
GLES2: Fix regression on texture2DLod extension checks
Rémi Verschelde
2019-03-11
3
-16
/
+37
*
GLES2: Ensure extension checks for texture2DLod
Rémi Verschelde
2019-03-11
4
-38
/
+20
*
Merge pull request #26567 from clayjohn/pixel_snap_artifact
Rémi Verschelde
2019-03-04
1
-0
/
+3
|
\
[next]