summaryrefslogtreecommitdiffstats
path: root/drivers/gles3
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #75162 from ecmjohnson/gpuparticles_inf_translateRémi Verschelde2023-04-131-3/+6
|\
| * Translate inactive particles to -INFErik Johnson2023-04-121-3/+6
* | Add EXPOSURE built in to spatial shadersclayjohn2023-04-121-0/+1
|/
* Merge pull request #73313 from clayjohn/particles-splitRémi Verschelde2023-04-121-5/+4
|\
| * Properly calculate lifetime_split for particlesclayjohn2023-02-141-5/+4
* | Merge pull request #75968 from clayjohn/GL-depth-writeRémi Verschelde2023-04-121-7/+5
|\ \
| * | Ensure that depth write state is updated before transparent pass in OpenGL3 r...clayjohn2023-04-111-7/+5
* | | Merge pull request #75954 from clayjohn/GL-multimesh-oneRémi Verschelde2023-04-121-2/+5
|\ \ \
| * | | Check for instancing without relying on instance_count when drawing 2D meshesclayjohn2023-04-111-2/+5
| |/ /
* | | Merge pull request #75795 from cody82/fix-html-particle-shaderRémi Verschelde2023-04-121-83/+70
|\ \ \ | |/ / |/| |
| * | Fix "error X3708: continue cannot be used in a switch" in HTML exportcody2023-04-071-83/+70
* | | Merge pull request #69324 from RedMser/advanced-settings-errorsRémi Verschelde2023-04-111-1/+1
|\ \ \ | |/ / |/| |
| * | Make solving project setting errors easierRedMser2023-03-271-1/+1
* | | Merge pull request #74808 from bradc6/feature/AllowCustomOutputShaderGenFilep...Rémi Verschelde2023-04-037-13/+13
|\ \ \
| * | | Allow for external python scripts to call the build python headers via extern...Bradley Clemetson2023-03-197-13/+13
* | | | Merge pull request #72361 from the-brickster/masterYuri Sizov2023-03-273-0/+86
|\ \ \ \ | |_|/ / |/| | |
| * | | Incorporating the availability of screen and depth textures for the GLES3 bac...LandoUWB2023-02-163-0/+86
* | | | Merge pull request #73839 from clayjohn/OUTPUT_IS_SRGBYuri Sizov2023-03-161-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Clean up OUTPUT_IS_SRGB redefinitionsclayjohn2023-02-231-1/+0
* | | | Merge duplicate rd_texture functionsBastiaan Olij2023-03-102-2/+2
* | | | Merge pull request #74566 from clayjohn/GL-canvas-textureRémi Verschelde2023-03-081-0/+2
|\ \ \ \
| * | | | Avoid copying CanvasTexture when updating proxyclayjohn2023-03-071-0/+2
* | | | | Merge pull request #74533 from SlugFiller/fix-clip-no-childrenRémi Verschelde2023-03-081-10/+18
|\ \ \ \ \
| * | | | | Fixes a canvas item set to clip children being drawn as black if no children ...SlugFiller2023-03-071-10/+18
| |/ / / /
* | | | | Merge pull request #74416 from SlugFiller/fix-skeleton2d-aabbRémi Verschelde2023-03-081-8/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix AABB calculation for meshes using Skeleton2DSlugFiller2023-03-051-8/+9
* | | | | Add proper default texture filter and repeat modes for Canvas shaders in the ...clayjohn2023-03-031-2/+18
|/ / / /
* | | | Merge pull request #73966 from the-brickster/GLES3_GL_POINT_FIXRémi Verschelde2023-03-022-2/+5
|\ \ \ \
| * | | | Commit Fix for GLES3 point size not workingLandoUWB2023-02-252-2/+5
| |/ / /
* / / / Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-0/+26
|/ / /
* | | Merge pull request #73478 from NewDefectus/masterRémi Verschelde2023-02-211-2/+1
|\ \ \
| * | | Use the original canvas to calculate light positioningAlon Ran2023-02-211-2/+1
| |/ /
* | | Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky2023-02-213-1/+8
* | | Merge pull request #73662 from BastiaanOlij/fix_opengl_wobbly_skyRémi Verschelde2023-02-211-6/+4
|\ \ \
| * | | Fix wobbly sky in stereoscopic OpenGLBastiaan Olij2023-02-211-6/+4
* | | | Merge pull request #73659 from BastiaanOlij/fix_opengl_clearscreenRémi Verschelde2023-02-212-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix issue with clearing screen after part has been drawnBastiaan Olij2023-02-212-8/+10
* | | | Fix bufSize parameter for glGetSyncivChibiDenDen2023-02-201-1/+1
|/ / /
* | | Merge pull request #73524 from clayjohn/GL-occluderRémi Verschelde2023-02-181-1/+2
|\ \ \ | |/ / |/| |
| * | Avoid unecessary binding of occlusion polygon vertex arrayclayjohn2023-02-171-1/+2
* | | OpenGL: fix culling without depth prepassrsjtdrjgfuzkfg2023-02-171-3/+4
|/ /
* | Merge pull request #73332 from clayjohn/GL-h2f-branchRémi Verschelde2023-02-151-5/+1
|\ \
| * | Avoid branch in half2float in gl_compatibility rendererclayjohn2023-02-141-5/+1
| |/
* / Clear Window before blitting Viewport in gl_compatibility rendererclayjohn2023-02-141-0/+9
|/
* Merge pull request #73263 from clayjohn/render_priorityRémi Verschelde2023-02-141-0/+1
|\
| * Notify mesh surface when render_priority changesclayjohn2023-02-131-0/+1
* | Merge pull request #73255 from clayjohn/GLES3-batch-blendRémi Verschelde2023-02-141-1/+1
|\ \
| * | Store blend mode between CanvasItems to preserve batchingclayjohn2023-02-131-1/+1
| |/
* | Merge pull request #69001 from dzil123/fix_rendering_checksRémi Verschelde2023-02-132-0/+3
|\ \ | |/ |/|
| * Fix various missing rendering parameter checksdzil1232022-11-222-0/+3