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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #20965 from dragmz/gles2_batching
Thomas Herzog
2018-08-18
7
-454
/
+596
|
\
|
*
Batch GLES2 draw calls
Marcin Zawiejski
2018-08-14
7
-454
/
+596
*
|
Removed the lines forcing black screen on android GLES2
dumitru.stama
2018-08-17
1
-6
/
+0
*
|
[gles2] fix black bar artifacts
Thomas Herzog
2018-08-15
3
-0
/
+8
*
|
Merge pull request #20941 from codingHahn/fix-normals-on-shader
Rémi Verschelde
2018-08-15
1
-1
/
+1
|
\
\
|
*
|
Fix handling of normals that approach 1
Nick Hahn
2018-08-12
1
-1
/
+1
*
|
|
Reduce verbosity for unsupported GLES2 bg modes
Marcin Zawiejski
2018-08-14
1
-1
/
+1
|
|
/
|
/
|
*
|
[gles2] added ImmediateGeometry rendering
Thomas Herzog
2018-08-13
4
-11
/
+276
|
/
*
Fix mat4 uniform writes
Marcin Zawiejski
2018-08-08
1
-15
/
+15
*
Merge pull request #20805 from karroffel/gles2-misc-fixes
Thomas Herzog
2018-08-08
7
-145
/
+221
|
\
|
*
GLES2 refactors
Thomas Herzog
2018-08-08
7
-145
/
+221
*
|
Merge pull request #20681 from DavidSichma/master
Juan Linietsky
2018-08-08
1
-0
/
+4
|
\
\
|
*
|
Keeping track of discard
David Sichma
2018-08-02
1
-0
/
+4
*
|
|
Tweak the default SpatialMaterial properties
Hugo Locurcio
2018-08-07
1
-43
/
+43
|
|
/
|
/
|
*
|
Added proper import support for 3D and Array textures
Juan Linietsky
2018-08-06
2
-2
/
+6
*
|
Merge pull request #20597 from karroffel/tex3d
Juan Linietsky
2018-08-06
3
-23
/
+54
|
\
\
|
*
|
add 3D textures
Thomas Herzog
2018-07-30
3
-23
/
+54
|
|
/
*
/
Fix uniform set for mat3 and mat4
Marcin Zawiejski
2018-08-04
1
-2
/
+2
|
/
*
add initial GLES2 3D renderer
karroffel
2018-07-27
17
-2236
/
+6277
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
2
-5
/
+5
*
Merge pull request #20448 from volzhs/duplicated-code
Rémi Verschelde
2018-07-25
1
-22
/
+1
|
\
|
*
Remove duplicated codes
volzhs
2018-07-25
1
-22
/
+1
*
|
Merge pull request #18368 from Gamblify/RasterizerEngineSync
Rémi Verschelde
2018-07-25
4
-19
/
+6
|
\
\
|
|
/
|
/
|
|
*
Rasterizers are now in sync with engine
Gustav Lund
2018-06-05
4
-19
/
+6
*
|
fix disappearing lines in visual script editor
Marcin Zawiejski
2018-07-23
1
-0
/
+2
*
|
Merge pull request #20353 from dragmz/gles2_redundant
Rémi Verschelde
2018-07-22
1
-2
/
+0
|
\
\
|
*
|
remove redundant uniform set call
dragmz
2018-07-22
1
-2
/
+0
*
|
|
initialize texture shrink to false by default
dragmz
2018-07-22
1
-0
/
+2
|
/
/
*
|
Shader lang: Properly assign INSTANCE_ID to gl_InstanceID
Rémi Verschelde
2018-07-22
1
-8
/
+2
*
|
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
3
-7
/
+3
*
|
Revert "Fix #19507 Not emitted particles affects performance"
Max Hilbrunner
2018-07-17
2
-5
/
+0
*
|
Merge pull request #19764 from malbach/godot_malbach
Max Hilbrunner
2018-07-17
2
-0
/
+5
|
\
\
|
*
|
Fix #19507 Not emitted particles affects performance
malbach
2018-06-25
2
-0
/
+5
*
|
|
Finally figured out how to implement AnimatedTexture properly.
Juan Linietsky
2018-07-16
3
-0
/
+24
*
|
|
Merge pull request #19707 from toger5/fix_clipping_vflip
Max Hilbrunner
2018-07-12
1
-2
/
+11
|
\
\
\
|
*
|
|
fix clipping with v_flip fixes: #2929
toger5
2018-06-16
1
-2
/
+11
|
|
|
/
|
|
/
|
*
|
|
Support for CPU based particles, which aids compatibility with OpenGL ES 2.0
Juan Linietsky
2018-07-06
2
-2
/
+18
*
|
|
Fix server build after 7fc23675
Rémi Verschelde
2018-07-03
2
-2
/
+2
*
|
|
Added ability for SSAO to affect AO textures too
Juan Linietsky
2018-07-02
2
-2
/
+2
|
|
/
|
/
|
*
|
A typo in ShaderCompilerGLES2 constructor code '==' used instead of '='
nemerle
2018-06-13
1
-1
/
+1
|
/
*
Style: Apply clang-format (5.0) to some missed files
Rémi Verschelde
2018-05-31
1
-1
/
+0
*
Fix UWP build after #14622.
bruvzg
2018-05-18
1
-2
/
+2
*
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-08
1
-1
/
+48
|
\
|
*
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-07
1
-1
/
+48
*
|
Merge pull request #18495 from Zylann/partial_texture_update
Juan Linietsky
2018-05-07
2
-0
/
+6
|
\
\
|
*
|
Added partial texture update to VisualServer
Marc Gilleron
2018-04-29
2
-0
/
+6
*
|
|
Skeleton for 2D WIP
Juan Linietsky
2018-05-03
2
-0
/
+5
|
/
/
*
|
Merge pull request #17421 from Chaosus/fixshaderbugs
Juan Linietsky
2018-04-08
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix few bugs in shader definitions
Chaosus
2018-03-10
1
-3
/
+3
*
|
s/2017/2018/g for gles2, websocket, linux appdata
Poommetee Ketson
2018-03-21
12
-24
/
+24
|
/
[next]