├── README.md ├── Shaders ├── 256color.fx ├── ASSMAA.fx ├── BasicMotionBlur.fx ├── FSMAA.fx ├── HQAA.fx ├── HQAALite.fx ├── ImageSoften.fx ├── QXAA.fx ├── STAA.fx ├── SmartBrightnessBooster.fx ├── TSMAA2.fx ├── deprecated │ ├── HQAA1.7.fx │ ├── HQLAA.fx │ ├── TSMAA.fx │ ├── XHQAA.fx │ └── readme.md └── readme.md ├── download └── main.zip └── textures ├── AreaTex.png ├── SearchTex.png └── readme.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/README.md -------------------------------------------------------------------------------- /Shaders/256color.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/256color.fx -------------------------------------------------------------------------------- /Shaders/ASSMAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/ASSMAA.fx -------------------------------------------------------------------------------- /Shaders/BasicMotionBlur.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/BasicMotionBlur.fx -------------------------------------------------------------------------------- /Shaders/FSMAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/FSMAA.fx -------------------------------------------------------------------------------- /Shaders/HQAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/HQAA.fx -------------------------------------------------------------------------------- /Shaders/HQAALite.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/HQAALite.fx -------------------------------------------------------------------------------- /Shaders/ImageSoften.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/ImageSoften.fx -------------------------------------------------------------------------------- /Shaders/QXAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/QXAA.fx -------------------------------------------------------------------------------- /Shaders/STAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/STAA.fx -------------------------------------------------------------------------------- /Shaders/SmartBrightnessBooster.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/SmartBrightnessBooster.fx -------------------------------------------------------------------------------- /Shaders/TSMAA2.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/TSMAA2.fx -------------------------------------------------------------------------------- /Shaders/deprecated/HQAA1.7.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/deprecated/HQAA1.7.fx -------------------------------------------------------------------------------- /Shaders/deprecated/HQLAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/deprecated/HQLAA.fx -------------------------------------------------------------------------------- /Shaders/deprecated/TSMAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/deprecated/TSMAA.fx -------------------------------------------------------------------------------- /Shaders/deprecated/XHQAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/deprecated/XHQAA.fx -------------------------------------------------------------------------------- /Shaders/deprecated/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/deprecated/readme.md -------------------------------------------------------------------------------- /Shaders/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/Shaders/readme.md -------------------------------------------------------------------------------- /download/main.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/download/main.zip -------------------------------------------------------------------------------- /textures/AreaTex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/textures/AreaTex.png -------------------------------------------------------------------------------- /textures/SearchTex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordbean-git/reshade-shaders/HEAD/textures/SearchTex.png -------------------------------------------------------------------------------- /textures/readme.md: -------------------------------------------------------------------------------- 1 | Supporting textures for shaders. 2 | --------------------------------------------------------------------------------