summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentationHugo Locurcio2023-05-061-14/+14
* | | | | | Merge pull request #76109 from paddy-exe/fix-node-position-viewMax Hilbrunner2023-05-051-1/+1
|\ \ \ \ \ \
| * | | | | | Fix Rotation Issue with NODE_POSITION_VIEW Visual Shader NodePatrick2023-05-031-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #75055 from JohanAR/light_specularMax Hilbrunner2023-05-052-1/+2
|\ \ \ \ \ \
| * | | | | | Add SPECULAR_AMOUNT spatial light shader built-inJohan Aires Rastén2023-05-042-1/+2
| |/ / / / /
* / / / / / Support long path in file access on windowsSamuele Panzeri2023-05-054-6/+21
|/ / / / /
* | | | | Fix wait for thread not startedSamuele Panzeri2023-04-275-5/+15
* | | | | Merge pull request #76437 from RandomShaper/fix_vol_fog_voxel_giRémi Verschelde2023-04-272-0/+13
|\ \ \ \ \
| * | | | | Fix unsupported sampler filter used for voxel GIPedro J. Estébanez2023-04-262-0/+13
* | | | | | Merge pull request #69833 from Eoin-ONeill-Yokai/audio_invalid_mixrateRémi Verschelde2023-04-265-6/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill2023-04-255-6/+8
* | | | | | Merge pull request #76315 from RandomShaper/vk_fix_barriersRémi Verschelde2023-04-252-50/+54
|\ \ \ \ \ \
| * | | | | | Fix issues with Vulkan layout transitionsPedro J. Estébanez2023-04-242-50/+54
| | |_|_|_|/ | |/| | | |
* | | | | | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-242-1/+206
* | | | | | Add LIGHT_IS_DIRECTIONAL built-in for spatial shadersJohan Aires Rastén2023-04-202-4/+5
|/ / / / /
* | | | | Merge pull request #76240 from clayjohn/Light2D-artifactsRémi Verschelde2023-04-191-1/+1
|\ \ \ \ \
| * | | | | Clamp normal when calculating 2D lighting to avoid artifactsclayjohn2023-04-181-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-181-4/+3
|\ \ \ \ \
| * | | | | [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-101-4/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #74978 from bruvzg/linux_version_checkRémi Verschelde2023-04-182-0/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-202-0/+24
* | | | | 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 #72859 from clayjohn/VK-suboptimalRémi Verschelde2023-04-031-2/+2
|\ \ \ \ \
| * | | | | Recreate swap chain when suboptimal to avoid error spamclayjohn2023-02-071-2/+2
* | | | | | 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
|\ \ \ \ \ \ \