summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove (or make verbose only) various debug prints.bruvzg2023-03-201-1/+0
* | Fix Unix temp file creations when using is_backup_save_enabled.bruvzg2023-03-181-5/+17
* | 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 pull request #73156 from gw2cc/safe_saveYuri Sizov2023-03-162-5/+16
|\ \ \
| * | | Create a safe temporary file with is_backup_save_enabledACB2023-03-152-5/+16
* | | | 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
* | | | | | Avoid overflow when calculating ptr address for 3D textures in RenderingDevic...clayjohn2023-03-061-1/+1
| |/ / / / |/| | | |
* | | | | 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 #73622 from ChibiDenDen/patch-2Rémi Verschelde2023-02-211-0/+5
|\ \ \
| * | | Fix use-after-free for VkAttachmentReference ChibiDenDen2023-02-201-0/+5
* | | | 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 #73359 from bruvzg/so_wrap_optRémi Verschelde2023-02-167-5/+26
|\ \
| * | [Linux] Make SO wrapper usage optional.bruvzg2023-02-167-5/+26
* | | Restore FileAccess.close method.bruvzg2023-02-164-0/+13
|/ /
* | 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
* | | Make present mode info message print only on changeWiktor Kocielski2023-02-121-3/+4
| |/ |/|
* | Make draw command labels thread safesakrel2023-02-101-0/+3
* | Merge pull request #70663 from EpEpDragon/feature_buffer_get_data_size_optionRémi Verschelde2023-02-102-7/+15
|\ \
| * | Added optional offset and size parameter to RenderDevice buffer_get_data methodEpEpDragon2023-01-062-7/+15
* | | Properly reset blend mode when resetting canvas in compatibility rendererclayjohn2023-02-091-0/+1