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 253 forks source link

xBRshaders crash the OpenGL driver #5

Open andres-asm opened 11 years ago

andres-asm commented 11 years ago

I'm using Windows 7 x64, my video card is an nVidia GTX570.

I was testing some shaders, xBR shaders just won't work, if loaded at startup window will open and close immediately.

Running from the console gives me this:

C:\Games\Emulators\RetroArch>retroarch.exe "Mega Man 8 (USA).cue"
***WARNING USING SINGLE-THREADED CD READER***
unhandled setting UI: psx.input.port1.gun_chairs
unhandled setting UI: psx.input.port2.gun_chairs
unhandled setting UI: psx.input.port3.gun_chairs
unhandled setting UI: psx.input.port4.gun_chairs
unhandled setting UI: psx.input.port5.gun_chairs
unhandled setting UI: psx.input.port6.gun_chairs
unhandled setting UI: psx.input.port7.gun_chairs
unhandled setting UI: psx.input.port8.gun_chairs
psx.bios_na: C:/Games/Emulators/RetroArch/scph5501.bin
[mednafen]: Module psx doesn't support save states.
RetroArch [ERROR] :: Implementation does not support save states. Cannot use rewind.

PS-X Realtime Kernel Ver.2.5
Copyright 1993,1994 (C) Sony Computer Entertainment Inc.
KERNEL SETUP!

Configuration : EvCB 0x10 TCB 0x04

Hyllian commented 11 years ago

I fixed some bugs. See if new 3.8 versions work now.