Age | Commit message (Expand) | Author |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde |
2019-06-20 | Fix always true/false values | qarmin |
2019-06-18 | Merge pull request #29751 from lawnjelly/skin-fix | Rémi Verschelde |
2019-06-18 | Fixes crash with rigged meshes on some OpenGLES2 devices | lawnjelly |
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij |
2019-06-14 | Fix HTML5 build failed due to undefined symbol | Fabio Alessandrelli |
2019-06-04 | use def ANDROID_ENABLED so android features are not included in javascript bu... | clayjohn |
2019-05-13 | Implement ability to render viewports directly to screen | clayjohn |
2019-05-13 | Merge pull request #28518 from clayjohn/GLES2-MSAA | Rémi Verschelde |
2019-05-08 | Fix texture resource reload bug | Daniel Rakos |
2019-05-02 | added MSAA to GLES backend | clayjohn |
2019-04-30 | Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove | Rémi Verschelde |
2019-04-23 | Disable GI probe capturing lights with bake mode disabled | Daniel Rakos |
2019-04-08 | Fix hint_range for GLES2 shader uniforms | JFonS |
2019-04-06 | Add option to have viewport render into supplied texture | Bastiaan Olij |
2019-04-05 | Merge pull request #27411 from KidRigger/raster_store | Rémi Verschelde |
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin |
2019-03-25 | Added GLES2 RenderStorage Info calculations. | Anish Bhobe |
2019-03-12 | GLES2: Convert unsupported float texture types to 8-bit types | Rémi Verschelde |
2019-03-11 | Enable seamless cubemap only if extension is present. | Juan Linietsky |
2019-03-10 | increase size of radiance map in gles2 | clayjohn |
2019-03-09 | gles2 reallocate texture when transparent is set | clayjohn |
2019-03-07 | Use glCopyTexSubImage2D instead of glCopyTexImage2D, should be safer and faster. | Juan Linietsky |
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky |
2019-03-01 | Fixed RGTC (and other compressed) texture supports in GLES2. Fixes #26414 an ... | Juan Linietsky |
2019-03-01 | Skeleton was not providing prober AABB in GLES2, fixed. | Juan Linietsky |
2019-03-01 | Fixed some crashers, closes #26393 | Juan Linietsky |
2019-03-01 | Remove unused include from previous commit | Rémi Verschelde |
2019-03-01 | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky |
2019-03-01 | Strive for maximum compatibility in GLES2 regarding depth buffers. | Juan Linietsky |
2019-02-27 | Detect for 24 bits oes support on GLES2, closes #26344 | Juan Linietsky |
2019-02-27 | Fix GCC 5 build after #26331 and cleanup style | Rémi Verschelde |
2019-02-26 | Remove references to OES24, which is incompatible with many devices. | Juan Linietsky |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-25 | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky |
2019-02-24 | Removed debug function. | Juan Linietsky |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-24 | Fixed issue with buffers being wrongly cleared, closes #25484 | Juan Linietsky |
2019-02-22 | Properly update materials when adding surface, fixes #23790 | Juan Linietsky |
2019-02-22 | Remove unused variable after aab8f44 | Rémi Verschelde |
2019-02-22 | -Support DEPTH_TEXTURE in GLES2, fixes #25106 | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-27 | Properly get proxy texture size for canvas light, fixes #17067 | Juan Linietsky |
2019-01-26 | fix s3tc support detection for webgl | muiroc |
2019-01-26 | Further fixes to avoid memory corruption, closes #25336 | Juan Linietsky |
2019-01-24 | Makes screen texture work in GLES2 (2D for now), fixes #23604 | Juan Linietsky |
2019-01-23 | Remove unused method in RasterizerStorageGLES2 | Rémi Verschelde |