Holger Dammertz
|
efe6b50f17
Added option to enable high precision float in GLES2
|
5 年之前 |
fhuya
|
30d738eda7
Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 年之前 |
Rémi Verschelde
|
e930fb9a6e
Fix typo in 7bad170
|
6 年之前 |
Juan Linietsky
|
7bad1706c2
-Fix prepass state not being reset, closes #26348
|
6 年之前 |
Juan Linietsky
|
5efd693384
Massive improvement to GLES2 performance, rewrote most ShaderGLES2 class.
|
6 年之前 |
Rémi Verschelde
|
5fc86026ca
Fix typos with codespell
|
6 年之前 |
Juan Linietsky
|
18c3ed245a
Further fixes to avoid memory corruption, closes #25336
|
6 年之前 |
Juan Linietsky
|
973b68f396
Properly dispose of custom shaders, closes #19300
|
6 年之前 |
Juan Linietsky
|
b32298a660
Ensure WebGL uses highp by default, and fix some wrong mediump usages. Fixes #22962.
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Juan Linietsky
|
aa819a8538
Properly support light shaders in GLES2, fixes #21651
|
6 年之前 |
Aaron Franke
|
cb01268562
Fix many errors found by PVS-Studio
|
6 年之前 |
Juan Linietsky
|
3e128a6d8a
Was missing calling _mkid() in shader_gles2.cpp, regarding fix for #12880
|
6 年之前 |
Rémi Verschelde
|
d95bbb8922
Fix warnings about set but unused variables [-Wunused-but-set-variable]
|
6 年之前 |
Rémi Verschelde
|
cda5b0bfe1
Fix warnings about unused variables [-Wunused-variable]
|
6 年之前 |
Rémi Verschelde
|
e5bbcb8bcf
Fix warnings for comparison between signed and unsigned integers [-Wsign-compare]
|
6 年之前 |
Juan Linietsky
|
65fd37c149
-Rewrote GLES2 lighting and shadows and optimized state changes, did many optimizations, added vertex lighting.
|
6 年之前 |
Rémi Verschelde
|
1a16dabfb5
Merge pull request #21982 from luzpaz/misc-typos
|
6 年之前 |
luz.paz
|
08bde5b2de
Misc. typos
|
6 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 年之前 |
Rémi Verschelde
|
52466d57e9
Make some debug prints verbose-only, remove others
|
7 年之前 |
Thomas Herzog
|
da876907fd
[GLES2] fix canvas_item sampler allocation
|
7 年之前 |
Marcin Zawiejski
|
bd5ff205b2
Revert "Batch GLES2 draw calls"
|
7 年之前 |
Marcin Zawiejski
|
f55039b194
Batch GLES2 draw calls
|
7 年之前 |
Marcin Zawiejski
|
a0afaaeeb9
Fix mat4 uniform writes
|
7 年之前 |
Thomas Herzog
|
73fe08be2e
GLES2 refactors
|
7 年之前 |
karroffel
|
b64171e79c
add initial GLES2 3D renderer
|
7 年之前 |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 年之前 |