libretro / common-shaders

Collection of commonly used Cg shaders. These shaders are usable by either HLSL and/or Cg runtime compilers. The cg2glsl script will translate most of these into GLSL shaders.
http://www.libretro.com
1.05k stars 250 forks source link

crt-royale: Added an INTEGRATED_GRAPHICS_COMPATIBILITY_MODE option... #25

Closed TroggleMonkey closed 10 years ago

TroggleMonkey commented 10 years ago

crt-royale:

Added an INTEGRATED_GRAPHICS_COMPATIBILITY_MODE option for Intel HD 4000 Graphics (and Intel-specific settings files in crt-royale-settings-files). This lets crt-royale run on Intel HD chips at reduced quality when enabled. It's disabled by default to avoid silent quality regression on ATI/nVidia. Updated README.TXT with corresponding information and forgotten details. Renamed levels_underestimate to bloom_underestimate_levels for clarity, and increased its max value.

Also changed some Windows CRLF line endings to Unix LF endings: I'm not sure how I ever put CRLF endings into the repository to begin with, but this should fix that.

TroggleMonkey commented 10 years ago

Actually, don't pull this yet: I accidentally introduced a bug, and I'm writing a solution that's easier on users.