summaryrefslogtreecommitdiff
path: root/drivers/gles3/storage
AgeCommit message (Expand)Author
2023-05-12Fix Rotation Issue with NODE_POSITION_VIEW Visual Shader NodePatrick
2023-04-24Properly calculate lifetime_split for particlesclayjohn
2023-03-27Commit Fix for GLES3 point size not workingLandoUWB
2023-03-27Incorporating the availability of screen and depth textures for the GLES3 bac...LandoUWB
2023-03-14Fix AABB calculation for meshes using Skeleton2DSlugFiller
2023-03-13Add proper default texture filter and repeat modes for Canvas shaders in the ...clayjohn
2023-03-13Avoid copying CanvasTexture when updating proxyclayjohn
2023-02-26Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn
2023-02-21Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky
2023-02-14Merge pull request #73263 from clayjohn/render_priorityRémi Verschelde
2023-02-13Notify mesh surface when render_priority changesclayjohn
2023-02-13Merge pull request #69001 from dzil123/fix_rendering_checksRémi Verschelde
2023-02-06Implement cull_mask for decals and lights in mobile and compatibility backendsclayjohn
2023-02-03Fix MultiMesh visible_instance_count being ignored after the first frameRicardo Buring
2023-02-02Notify dependencies when setting custom mesh AABBRicardo Buring
2023-02-01Merge pull request #72485 from BastiaanOlij/add_eye_matrix_accessRémi Verschelde
2023-02-01Merge pull request #72474 from clayjohn/GL-leaky-texRémi Verschelde
2023-02-01Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde
2023-02-01Expose EYE_OFFSET to gdshader codeBastiaan Olij
2023-01-31Avoid leaking texture->tex_id when clearing render targetsclayjohn
2023-01-31Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl
2023-01-30Refactor high quality texture importJuan Linietsky
2023-01-27Automatically transform Skeleton2D calculations so pivots are not neededclayjohn
2023-01-26Properly append global uniform buffer name in gl_compatibility shadersclayjohn
2023-01-26Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depthRémi Verschelde
2023-01-25Make screen texture and depth texture work in MultiviewBastiaan Olij
2023-01-24fix ReflectionProbe rendering extents for (10,10,10)jainl28patel
2023-01-22[iOS] Restore OpenGLES3 renderer support.bruvzg
2023-01-20Sort decals and lights based on camera originclayjohn
2023-01-18Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn
2023-01-17Decompress RA_AS_RG formats on Web platform in GLES3 renderer and disable tex...clayjohn
2023-01-14Merge pull request #71309 from BastiaanOlij/improve_renderscaling_optionsRémi Verschelde
2023-01-13Clear material arrays to prevent freeing of invalid texture RIDYuri Rubinsky
2023-01-13Improving communication of scaling settings to renderer implementationBastiaan Olij
2023-01-11OpenGL: Support FORMAT_{ETC2,DXT5}_RA_AS_RGrsjtdrjgfuzkfg
2023-01-06Properly map shader language texture hints to sampler hints in GLES3 rendererclayjohn
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Ignore depth draw optimization when using depth draw alpha prepassclayjohn
2022-12-23Cleanup and improve sky renderBastiaan Olij
2022-12-17Merge pull request #70091 from clayjohn/bone-aabbsRémi Verschelde
2022-12-17Merge pull request #70132 from clayjohn/RT-updateRémi Verschelde
2022-12-17Merge pull request #70163 from clayjohn/particles-sdfRémi Verschelde
2022-12-17Merge pull request #70087 from clayjohn/mesh-aabbRémi Verschelde
2022-12-16Transform sdf xfrom by particle emission transform when particles are in glob...clayjohn
2022-12-16Implement render_target_was_used API so that Viewports can properly check if ...clayjohn
2022-12-15Merge pull request #70065 from clayjohn/GLES3-attribsRémi Verschelde
2022-12-15Merge pull request #70016 from Chaosus/refactor_rd_shader_dataYuri Rubinsky
2022-12-15Use instanced array buffer instead of UBO for canvas item batchingclayjohn
2022-12-15Fix typos with codespellRémi Verschelde
2022-12-15Refactor `ShaderData` & fix the sorting of shader uniformsYuri Rubinsky