Age | Commit message (Expand) | Author |
2019-06-01 | Added constant support to shaders | Chaosus |
2019-05-27 | Merge pull request #29014 from mbrlabs/gles2_precision_fix | Rémi Verschelde |
2019-05-25 | Use highp precision for gles2 shader uniforms if not explicitly set. | Marcus Brummer |
2019-05-21 | Implement shadow to opacity | Bastiaan Olij |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-22 | -Support DEPTH_TEXTURE in GLES2, fixes #25106 | Juan Linietsky |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2019-01-30 | Fix many asan and ubsan reported issues | Hein-Pieter van Braam |
2019-01-28 | Cleanup and identify ShaderCompilerGLES[23] differences | Rémi Verschelde |
2019-01-28 | GLES2: Define LIGHT Spatial shader builtin | Rémi Verschelde |
2019-01-17 | Fix shader compile error line numbers starting at 0. | RedMser |
2019-01-04 | Merge pull request #24539 from BastiaanOlij/override_gl_position | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde |
2018-12-29 | Override GL_position | Bastiaan Olij |
2018-12-02 | Merge pull request #23899 from BastiaanOlij/fix_particle_active | Rémi Verschelde |
2018-12-01 | Remapped ACTIVE to shader_active, now works | Bastiaan Olij |
2018-11-30 | fixed gles2 camera_matrix bug | clayjohn |
2018-11-19 | Fixed how floats are printed to the GLSL shader, closes #19803 | Juan Linietsky |
2018-11-14 | Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617 | Juan Linietsky |
2018-11-10 | Avoid double underscore from breaking glsl compiler, fixes #12880 | Juan Linietsky |
2018-09-29 | Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders. | Juan Linietsky |
2018-09-23 | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt... | Juan Linietsky |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-24 | [GLES2] fix wrong shader compiler output | Thomas Herzog |
2018-08-02 | Keeping track of discard | David Sichma |
2018-07-27 | add initial GLES2 3D renderer | karroffel |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-22 | Shader lang: Properly assign INSTANCE_ID to gl_InstanceID | Rémi Verschelde |
2018-06-13 | A typo in ShaderCompilerGLES2 constructor code '==' used instead of '=' | nemerle |
2018-04-08 | Merge pull request #17421 from Chaosus/fixshaderbugs | Juan Linietsky |
2018-03-21 | s/2017/2018/g for gles2, websocket, linux appdata | Poommetee Ketson |
2018-03-10 | Fix few bugs in shader definitions | Chaosus |
2018-03-01 | add GLES 2 renderer for 2D | karroffel |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-01-16 | Style: Various fixes to play nice with clang-format | Rémi Verschelde |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-09-07 | Expose light shadow color to canvas item shaders | Pedro J. Estébanez |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-11-18 | Merge branch 'master' of https://github.com/okamstudio/godot into shadow_color | Saracen |
2015-11-08 | New shader feature: change the colour of shadows on a per-material basis. | Saracen |
2015-11-02 | Added ability to write directly to 4-dimensional position vector from within ... | Saracen |
2015-09-03 | merged some stuff for okam | Juan Linietsky |
2015-05-04 | -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), fi... | Juan Linietsky |