Commit graph

1353 commits

Author SHA1 Message Date
metallic77 574bd6438e
Update gdv-mini
Update gdv-mini, clean up , closer to glsl version.
2023-01-22 20:58:46 +02:00
hizzlekizzle 196b89c709
fix minor visual artifact in crt-consumer
closes #352
2023-01-20 19:55:08 -06:00
hunterk fe11f79a06
fix old scalefx reference passes in presets (#351)
* fix reference pass for old scalefx in sh1nra ntsc

* fix reference pass for scalefx in sh1nra vibrance

* fix reference pass for old scalefx

* fix reference pass for old scalefx-9x
2023-01-19 13:17:43 -06:00
hizzlekizzle adbe2b98ff
Merge pull request #349 from MajorPainTheCactus/megatron_5_5
V5.5 Sony Megatron Shader
2023-01-18 17:16:00 -06:00
MajorPainTheCactus aca330764a Reintroduced all the standard OETF and EOTF functions for all the rec. standards
Added gamma cut off values so people can adjust the gamma switch over point between equations as the standards define
Refactored the parameters and broke out values to be more clear
2023-01-18 22:25:25 +00:00
Antonio Orefice 3eecf5c78e
Update koko-aio to 3.5 (#348)
* For pull request of koko-aio 3.5

* removed monitor source
2023-01-15 08:30:22 -06:00
fishcu 3f62172bcb
Add crt-1tap shader (#347)
* Add crt-1tap shader

* Add comment block
2023-01-14 08:35:38 -06:00
hunterk 4f801b764b
Fix GTU-v50 to function like GLSL/Cg versions (#346)
* fix gtu-v50 to function like Cg/GLSL versions

* fix gtu-v50 to function like Cg/GLSL versions

* quick cleanup of dead/commented code
2023-01-12 15:26:21 -06:00
hizzlekizzle 67bcc56117
Merge pull request #345 from hunterk/master
add parameters to xbrz-freescale and put multipass into a subdirectory
2023-01-12 13:18:55 -06:00
hunterk 8891eef551 add parameters to xbrz-freescale and put multipass into a subdirectory 2023-01-11 22:36:31 -06:00
hizzlekizzle 4254160b7b
reduce phase modulo to prevent periodic hitching 2023-01-06 19:22:27 -06:00
hizzlekizzle 39ee09ceb2
initialize variable to 0.0
to prevent undefined values on some GPUs.
2023-01-01 21:09:33 -06:00
hunterk c10a40e656
Replace "Original" texture with stock reference pass (#343)
* update shaders that use Original to use a reference pass instead for append/prepend readiness

* remove some extraneous files

* fix super-xbr preset that was already broken apparently
2022-12-23 23:31:11 -06:00
hizzlekizzle a97ff81c25
Merge pull request #342 from HyperspaceMadness/master
Mega Bezel  V1.7.0_2022-12-21
2022-12-22 08:06:14 -06:00
HyperspaceMadness 556d707553 Mega Bezel V1.7.0_2022-12-21 2022-12-22 00:16:29 -05:00
hizzlekizzle 1879db0e5d
Merge pull request #341 from nfp0/handheld-border-lcd-shaders-scaling-parameter
Restricted shader processing to the game screen area, fixing blurry cutoff point
2022-12-19 16:33:58 -06:00
Nuno Pereira 362e35919a Restricted shader processing to the game screen area, fixing blurry cutoff point 2022-12-19 22:15:13 +00:00
hizzlekizzle c24af2329e
Merge pull request #340 from nfp0/handheld-border-lcd-shaders-scaling-parameter
Allow LCD-grid handheld-border shaders to scale by parameter
2022-12-15 19:50:07 -06:00
Nuno Pereira 210034a507 Allow LCD-grid handheld-border shaders to scale by parameter 2022-12-15 22:58:21 +00:00
rz5 feb1fcaee0
Port crt-consumer to slang (#338)
* Add crt-consumer slang preset

* Port crt-consumer to slang
2022-12-09 20:15:06 -06:00
hizzlekizzle 0aff10aa3e
Merge pull request #337 from hunterk/master
Update colorspace-tools.h
2022-12-08 07:48:19 -06:00
hunterk ea8683bc61
Update colorspace-tools.h
add some basic grayscale / luma conversions, fix up some style inconsistencies and add some informational comments about some of the color spaces.
2022-12-07 09:52:07 -06:00
hizzlekizzle bc2141a6fa
Merge pull request #336 from hunterk/third_try
add kokoko3k's aio bezel shaders
2022-12-06 08:44:33 -06:00
hunterk ac6a1bf46c add kokoko3k's aio bezel shaders 2022-12-05 18:48:10 -06:00
hizzlekizzle e5fec95dfe
Merge pull request #334 from MajorPainTheCactus/megatron_5_1
V5.1 Sony Megatron Shader
2022-12-02 17:12:07 -06:00
MajorPainTheCactus 67eaa5141d Fixed performance issues for shadow masks on android devices - now runs at 60fps at 1440p on Snapdragon 865 (OnePlus 8 Pro) 2022-12-02 22:50:01 +00:00
hizzlekizzle d1b7eec005
Merge pull request #333 from MajorPainTheCactus/megatron_5_0
V5.0 Sony Megatron Shader
2022-12-01 17:41:32 -06:00
MajorPainTheCactus e5de193625 Fixed performance issues for slot masks on low power ARM devices like mobile android phones
Improved performance issues for shadow masks on low power ARM devices like mobile android phones
2022-12-01 22:49:46 +00:00
hizzlekizzle f4b1f897e0
Merge pull request #332 from MajorPainTheCactus/megatron_4_5
V4.5 Sony Megatron Shader
2022-11-29 19:54:02 -06:00
MajorPainTheCactus e0780ba37f Attempt to fix performance on android devices of shadow and slot masks 2022-11-29 22:13:55 +00:00
hizzlekizzle 29f16ab29a
Merge pull request #331 from barotto/patch-1
Fix typo
2022-11-25 17:09:49 -06:00
barotto d4ac986967
Fix typo 2022-11-25 16:48:40 +01:00
hizzlekizzle f77f7b3e3c
Merge pull request #330 from MajorPainTheCactus/megatron_4_4
V4.4 Sony Megatron Shader
2022-11-12 09:27:02 -06:00
MajorPainTheCactus f70ce8158b Removed gamma guards as they were corrupting the image as you went to the extremes of gamma - this is not what the various standard's do. I will revisit this once I figure out why they are needed and why they are corrupting the image for now they are out. 2022-11-11 22:41:24 +00:00
hizzlekizzle 3fbbc1f6f7
Merge pull request #329 from MajorPainTheCactus/megatron_4_3
V4.3 Sony Megatron Shader - Presets
2022-11-10 22:43:21 -06:00
MajorPainTheCactus 77a6d1d561 Made the default white nits 200 and the default peak nits 1000 to better match the Samsung S95B
Removed all nit values from the presets as this is all TV dependent
2022-11-10 21:10:29 +00:00
hizzlekizzle aa7d6e28e8
Merge pull request #328 from Hyllian/master
Add sgenpt-mix-multipass shaders
2022-11-05 09:16:25 -05:00
Hyllian 1942bdafce Add sgenpt-mix-multipass shaders
Checkerboard treatment on par with checkerboar-dedither shaders (it’ll indeed be incorporated eventually);
Vertical Lines dedither improved, less false positives (though a bit of false negative);
CB and VL independent options.
2022-11-05 06:42:14 -03:00
hizzlekizzle d4788163f7
Merge pull request #327 from MajorPainTheCactus/megatron_4_3
V4.3 Sony Megatron Shader
2022-11-04 23:35:12 -05:00
MajorPainTheCactus c4bd56c2cb Fixed up slot masks that were broken during my last large refactor
Made the 4K slot masks slightly taller which now makes them different to the 1080p slot masks.  Users can now switch between these sizes if they wish by selecting the 1080p or 4K.
2022-11-04 23:05:04 +00:00
hizzlekizzle 61251fcac6
Merge pull request #326 from yamspy/master
fix other broken ntsc preset
2022-11-04 09:35:10 -05:00
yamspy c651ae0689
Update ntsc-vcr.slangp 2022-11-03 12:34:53 +00:00
hizzlekizzle 0e68abbd33
Merge pull request #325 from yamspy/patch-1
fix broken preset
2022-10-31 18:13:13 -05:00
yamspy 11fa86642e
fix broken preset 2022-10-31 13:54:56 +00:00
hunterk 9de74f4d61
fix weird coord behavior on vulkan (#324) 2022-10-25 21:50:03 -05:00
hizzlekizzle 8a66b3d84c
Merge pull request #323 from MajorPainTheCactus/megatron_4_2
V4.2 Sony Megatron Shader
2022-10-25 17:14:34 -05:00
MajorPainTheCactus e37ed7cff0 Fixed gamma in to use the proper rec. 601 transfer function 2022-10-25 22:41:35 +01:00
hizzlekizzle 1e20bbf243
Merge pull request #322 from MajorPainTheCactus/megatron_4_1
V4.1 Sony Megatron Shader - Presets
2022-10-23 08:21:08 -05:00
MajorPainTheCactus 5c0f4c6553 Made colour accurate the default setting for the 'default' and 'gba-gbi' presets 2022-10-23 11:34:58 +01:00
hizzlekizzle 9e89aafe0f
Merge pull request #317 from nfp0/handheld-border-single-scaling-parameter
Instructions on how to change scale for border-auto-scale presets
2022-10-17 16:10:58 -05:00