Age | Commit message (Collapse) | Author |
|
fixes glsl syntax error
|
|
|
|
|
|
-Implemented 2D Skeleton deform for GLES2
-Implement Multimesh support for GLES2, closes #20524, closes #21839
|
|
Precision qualifiers are only used on OpenGL ES 2.0 and 3.0,
and while OpenGL 3.3 defines them for compatibility (but without
practical effect), they're missing from OpenGL 2.1, so we define
them to prevent compilation errors.
Fixes #24521.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
workaround problem in #9913
|
|
#21551
|
|
crashes on mobile for #21551 but not sure on intel.
|
|
Adding option to re-orient our sky
|
|
|
|
|
|
Moved member variables to initializer list
|
|
|
|
Make VIEW vector available in fragment shader
|
|
|
|
|
|
Remapped ACTIVE to shader_active, now works
|
|
Fixed gles2 camera_matrix bug
|
|
|
|
|
|
Fixed black artifacts on SpatialMaterial [GLES2]
|
|
GLES2: Set clear color based on env background mode when rendering scene and fix viewport transparent bg flag
|
|
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15.
|
|
|
|
|
|
|
|
|
|
We otherwise had conflicting defines since 1a41daf3.
|
|
|
|
|
|
Use hint_color when getting shader default params
|
|
|
|
|
|
fixes #17776
|
|
|
|
|
|
Add parameters for fog end depth and use alpha as density.
|
|
|
|
|
|
Avoid some unnecessary calculations in scene.glsl.
|
|
Cleaning up some uninitialised variables in GLES2 stuff.
|
|
|