summaryrefslogtreecommitdiff
path: root/drivers/gles2/rasterizer_storage_gles2.cpp
AgeCommit message (Expand)Author
2018-10-02Merge pull request #22455 from Calinou/reverse-cull-face-update-lightRémi Verschelde
2018-10-02Many more fixes for GLES2 mobile export. Also added ability to turn on OpenGL...Juan Linietsky
2018-09-30-Many GLES2 optimizationsJuan Linietsky
2018-09-29Some more GLES2 tuning..Juan Linietsky
2018-09-29Many more GLES2 fixesJuan Linietsky
2018-09-29Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders.Juan Linietsky
2018-09-28-Lightmap and lightmap capture support for GLES2Juan Linietsky
2018-09-28Reflection probe support in GLES2 back-end.Juan Linietsky
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-27Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-26Update lights when their reverse cull face mode is toggledHugo Locurcio
2018-09-25Fix gizmo handles in GLES2 backendJuan Linietsky
2018-09-23-Rewrote GLES2 lighting and shadows and optimized state changes, did many opt...Juan Linietsky
2018-09-13Set uniform default values in inspectorJFonS
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-05Merge pull request #21782 from eska014/gles3-get-texture-errRémi Verschelde
2018-09-05Fix missing texture-download error with OpenGL ESLeon Krause
2018-08-27Revert "Fix some 3D texture issues"Juan Linietsky
2018-08-26Partial fixes for 3D texture issueselasota
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-23[GLES2] fix texture flags not having an effectThomas Herzog
2018-08-23Merge pull request #21317 from karroffel/gles2-canvas-texture-sampler-long-br...Thomas Herzog
2018-08-23[GLES2] fix canvas_item sampler allocationThomas Herzog
2018-08-23enable hardware skeletonsThomas Herzog
2018-08-21BPTC supportelasota
2018-08-15[gles2] fix black bar artifactsThomas Herzog
2018-08-13[gles2] added ImmediateGeometry renderingThomas Herzog
2018-08-08GLES2 refactorsThomas Herzog
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-07-30add 3D texturesThomas Herzog
2018-07-27add initial GLES2 3D rendererkarroffel
2018-07-25Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde
2018-07-22initialize texture shrink to false by defaultdragmz
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-17Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner
2018-07-17Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner
2018-07-16Finally figured out how to implement AnimatedTexture properly.Juan Linietsky
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-06-25Fix #19507 Not emitted particles affects performancemalbach
2018-06-05Rasterizers are now in sync with engineGustav Lund
2018-05-31Style: Apply clang-format (5.0) to some missed filesRémi Verschelde
2018-05-07Merge pull request #18495 from Zylann/partial_texture_updateJuan Linietsky
2018-05-03Skeleton for 2D WIPJuan Linietsky
2018-04-29Added partial texture update to VisualServerMarc Gilleron
2018-03-21s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson
2018-03-01add GLES 2 renderer for 2Dkarroffel