summaryrefslogtreecommitdiff
path: root/drivers/gles2/rasterizer_storage_gles2.cpp
AgeCommit message (Expand)Author
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-20Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde
2019-06-20Fix always true/false valuesqarmin
2019-06-18Merge pull request #29751 from lawnjelly/skin-fixRémi Verschelde
2019-06-18Fixes crash with rigged meshes on some OpenGLES2 deviceslawnjelly
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-14Fix HTML5 build failed due to undefined symbolFabio Alessandrelli
2019-06-04use def ANDROID_ENABLED so android features are not included in javascript bu...clayjohn
2019-05-13Implement ability to render viewports directly to screenclayjohn
2019-05-13Merge pull request #28518 from clayjohn/GLES2-MSAARémi Verschelde
2019-05-08Fix texture resource reload bugDaniel Rakos
2019-05-02added MSAA to GLES backendclayjohn
2019-04-30Merge pull request #25670 from aqnuep/bake_mode_affect_gi_proveRémi Verschelde
2019-04-23Disable GI probe capturing lights with bake mode disabledDaniel Rakos
2019-04-08Fix hint_range for GLES2 shader uniformsJFonS
2019-04-06Add option to have viewport render into supplied textureBastiaan Olij
2019-04-05Merge pull request #27411 from KidRigger/raster_storeRémi Verschelde
2019-04-02Enable warnings=extra on clang and GCC testers.marxin
2019-03-25Added GLES2 RenderStorage Info calculations.Anish Bhobe
2019-03-12GLES2: Convert unsupported float texture types to 8-bit typesRémi Verschelde
2019-03-11Enable seamless cubemap only if extension is present.Juan Linietsky
2019-03-10increase size of radiance map in gles2clayjohn
2019-03-09gles2 reallocate texture when transparent is setclayjohn
2019-03-07Use glCopyTexSubImage2D instead of glCopyTexImage2D, should be safer and faster.Juan Linietsky
2019-03-03Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky
2019-03-01Fixed RGTC (and other compressed) texture supports in GLES2. Fixes #26414 an ...Juan Linietsky
2019-03-01Skeleton was not providing prober AABB in GLES2, fixed.Juan Linietsky
2019-03-01Fixed some crashers, closes #26393Juan Linietsky
2019-03-01Remove unused include from previous commitRémi Verschelde
2019-03-01Clean up blend shape support in GLES2 and GLES3.Juan Linietsky
2019-03-01Strive for maximum compatibility in GLES2 regarding depth buffers.Juan Linietsky
2019-02-27Detect for 24 bits oes support on GLES2, closes #26344Juan Linietsky
2019-02-27Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde
2019-02-26Remove 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-25Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky
2019-02-24Removed debug function.Juan Linietsky
2019-02-24Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...Juan Linietsky
2019-02-24Fixed issue with buffers being wrongly cleared, closes #25484Juan Linietsky
2019-02-22Properly update materials when adding surface, fixes #23790Juan Linietsky
2019-02-22Remove unused variable after aab8f44Rémi Verschelde
2019-02-22-Support DEPTH_TEXTURE in GLES2, fixes #25106Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-27Properly get proxy texture size for canvas light, fixes #17067Juan Linietsky
2019-01-26fix s3tc support detection for webglmuiroc
2019-01-26Further fixes to avoid memory corruption, closes #25336Juan Linietsky
2019-01-24Makes screen texture work in GLES2 (2D for now), fixes #23604Juan Linietsky
2019-01-23Remove unused method in RasterizerStorageGLES2Rémi Verschelde