summaryrefslogtreecommitdiff
path: root/drivers/gles2/rasterizer_storage_gles2.cpp
AgeCommit message (Expand)Author
2019-10-25WebGL 2.0: Force decompressing non power-of-2 textures with repeat/mipmapRémi Verschelde
2019-10-06fix current issues with post-processingclayjohn
2019-10-02remove glViewport call as it wasnt needed and caused crashclayjohn
2019-10-02Removed unnecessary shader error log messagesYuri Roubinsky
2019-09-30Implement DOF blur, Glow, and BCS in GLES2clayjohn
2019-09-23Merge pull request #32275 from godotengine/skin_supportRémi Verschelde
2019-09-22Fix GLES2 skinning where VERTEX_TEXTURE not supportedlawnjelly
2019-09-18Added skin support and simplified APIs to override bone position.Juan Linietsky
2019-08-25Fix hint range step for integer in shadersYuri Roubinski
2019-08-18check if skeleton texture is already allocated before reallocatingclayjohn
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-10check for unsigned_short support for gles2 depth buffer allocationclayjohn
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