summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/effects
Commit message (Expand)AuthorAgeFilesLines
* Use 16-bit index buffers instead of 32 when unnecessaryMatias N. Goldberg2023-09-031-10/+10
* Improve visual feedback when using the motion vectors debug view option.Dario2023-08-282-0/+50
* Fix tonemapper, incorrect vertex count was specifiedBastiaan Olij2023-08-111-1/+1
* Merge pull request #80215 from clayjohn/HDR-2DRémi Verschelde2023-08-082-20/+31
|\
| * Add option to enable HDR rendering in 2Dclayjohn2023-08-072-20/+31
* | Merge pull request #80311 from darksylinc/matias-fullscreen-triRémi Verschelde2023-08-075-35/+17
|\ \
| * | Use fullscreen tri instead of quadMatias N. Goldberg2023-08-055-35/+17
| |/
* / Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
|/
* Split raster barrier into vertex and fragment barrierBastiaan Olij2023-07-152-3/+3
* Merge pull request #77085 from BastiaanOlij/visualise_direction_shadowmap_fru...Yuri Sizov2023-07-122-0/+413
|\
| * Draw frustum splices ontop of direction shadow atlas for debug purposesBastiaan Olij2023-06-112-0/+413
* | Code simplificationsMarkus Sauermann2023-06-211-2/+1
|/
* Allow for external python scripts to call the build python headers via extern...Bradley Clemetson2023-03-191-1/+1
* Move roughness limiter and sort into their own classesBastiaan Olij2023-03-094-0/+341
* Fixing issues with SSIL artifactsBastiaan Olij2023-02-241-6/+22
* Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky2023-02-213-4/+4
* Fix sampling bug when SSAO is using half sizeclayjohn2023-02-161-13/+19
* Add render buffer support to screen space effectsBastiaan Olij2023-02-102-634/+407
* Move luminance effect into its own class and use new buffers systemBastiaan Olij2023-01-072-0/+375
* One Copyright Update to rule them allRémi Verschelde2023-01-0516-464/+464
* Merge pull request #70009 from clayjohn/glow-hqRémi Verschelde2022-12-132-7/+6
|\
| * Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-132-7/+6
* | Various fixes and documentation for CanvasGroupclayjohn2022-12-132-4/+6
|/
* Properly remap roughness when reading from radiance mapclayjohn2022-12-021-1/+2
* Merge pull request #68942 from Chaosus/barrier_mask_flagsRémi Verschelde2022-11-221-2/+2
|\
| * Expose `BarrierMask` as flags enum in `RenderingDevice`Yuri Rubinsky2022-11-221-2/+2
* | Code simplifications found by cppcheckMarkus Sauermann2022-11-211-1/+0
|/
* Merge pull request #68710 from BastiaanOlij/fix_vrsRémi Verschelde2022-11-181-10/+7
|\
| * Fix VRS issuesBastiaan Olij2022-11-171-10/+7
* | Finish implementing Canvas Background modeclayjohn2022-11-172-16/+30
|/
* Merge pull request #68487 from clayjohn/RD-mobile-rasterRémi Verschelde2022-11-152-6/+83
|\
| * Use raster versions of copy effects for 2D operations when using the mobile r...clayjohn2022-11-102-6/+83
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-2/+2
* | Enable mipmaps in cubemap roughness shaderclayjohn2022-11-101-2/+2
|/
* Implement multiple clip_children modes for CanvasItemsclayjohn2022-10-141-2/+2
* Merge pull request #66756 from BastiaanOlij/fix_ssrRémi Verschelde2022-10-062-7/+34
|\
| * Fixing artifacts in SSRBastiaan Olij2022-10-042-7/+34
* | Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-15/+15
|/
* Moving SSEffects settings into classBastiaan Olij2022-10-042-94/+152
* Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-042-5/+5
* Fix uniform buffer being created every frame is SSAO and SSIL half_size is di...Bastiaan Olij2022-09-131-0/+6
* Properly scale SSR reflection based on metallic value for dielectric materialsclayjohn2022-09-092-10/+3
* Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-0110-46/+553
* Implement Physical Light Units as an optional setting.clayjohn2022-08-316-46/+81
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Changed storage structs to privateBastiaan Olij2022-08-011-6/+9
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-256-8/+8
* Implement Vector4, Vector4i, Projectionreduz2022-07-232-9/+9
* Merge pull request #62478 from BastiaanOlij/split_effects_20220628Rémi Verschelde2022-07-224-0/+2359
|\
| * Move screen space effects into a separate classBastiaan Olij2022-07-194-0/+2359