summaryrefslogtreecommitdiff
path: root/drivers/gles2
AgeCommit message (Expand)Author
2019-03-07Use glCopyTexSubImage2D instead of glCopyTexImage2D, should be safer and faster.Juan Linietsky
2019-03-04Merge pull request #26567 from clayjohn/pixel_snap_artifactRémi Verschelde
2019-03-04fixed pixel snap precision artifactclayjohn
2019-03-04More style cleanup...Rémi Verschelde
2019-03-03Properly redraw if something animated is visibleJuan Linietsky
2019-03-03Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky
2019-03-02Fix typo in 7bad170Rémi Verschelde
2019-03-01-Fix prepass state not being reset, closes #26348Juan 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-01Fix non initialized variable.Juan 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-27Massive improvement to GLES2 performance, rewrote most ShaderGLES2 class.Juan Linietsky
2019-02-27Detect for 24 bits oes support on GLES2, closes #26344Juan Linietsky
2019-02-27Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde
2019-02-27Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde
2019-02-27Fix -Wsign-compare warnings.marxin
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-26Merge pull request #26286 from kaadmy/gles2_ortho_shadowRémi Verschelde
2019-02-25Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky
2019-02-25Fix orthographic shadow color when using GLES2KaadmY
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-24Explicitly use floating point numbers in the our shadersHein-Pieter van Braam
2019-02-24Fixed issue with buffers being wrongly cleared, closes #25484Juan Linietsky
2019-02-23Fix vertex lighting in GLES2, closes #25365Juan 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-22Fix code style issuesRémi Verschelde
2019-02-21Make alpha 1.0 when using texscreen, fixes #25850Juan Linietsky
2019-02-21Revert back to ignoring LIGHT_VEC for 2D shadowsJFonS
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-18Merge pull request #26005 from clayjohn/gles2_shadow_colorRémi Verschelde
2019-02-17added shadow_color property to gles2clayjohn
2019-02-13Fix typos with codespellRémi Verschelde
2019-02-13Merge pull request #25821 from akien-mga/sync-class-and-filenamesRémi Verschelde
2019-02-12Fix infinite recursion in GLES2 _copy_texscreenRémi Verschelde
2019-02-12Support SCREEN_TEXTURE in GLES2, fixes #25405Juan Linietsky
2019-02-12Ability to vflip viewports in GLES2, fixes #24555Juan Linietsky
2019-02-12Use UVs with the nvidia rendering hack, fixes #24563Juan Linietsky
2019-02-12Fix fog in GLES2 by using epic hack, closes #25410Juan Linietsky
2019-02-12Missing canvas end left mask turned on, fixes #25666Juan Linietsky
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-02-12Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde
2019-02-12Merge pull request #25623 from clayjohn/multimesh_color_bugRémi Verschelde