The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    shader emulator?

    Discussion in 'Gaming (Software and Graphics Cards)' started by Tinderbox (UK), Apr 8, 2007.

  1. Tinderbox (UK)

    Tinderbox (UK) BAKED BEAN KING

    Reputations:
    4,745
    Messages:
    8,513
    Likes Received:
    3,823
    Trophy Points:
    431
    Hi.

    are their any shader emulators that work.

    my laptop only supports dx7 in hardware.

    thanks.

    John.
     
  2. TomTom2007

    TomTom2007 Notebook Deity

    Reputations:
    519
    Messages:
    928
    Likes Received:
    1
    Trophy Points:
    31
  3. Jalf

    Jalf Comrade Santa

    Reputations:
    2,883
    Messages:
    3,468
    Likes Received:
    0
    Trophy Points:
    105
    What's it for?
    If it's because you want to play games that require more advanced features, you can try with the above program, but don't expect too much. There's a reason shaders *require* hardware support. They are insanely expensive to compute, and without GPU support, everything will slow to a crawl. DirectX used to support software emulation of every feature.... Until shaders. With those, it's just not worth the bother generally, because it'll totally kill performance.

    The tool above *might* be able to come up with a few cheats (Looks like it can force smaller features and recompile shader programs and a bunch of other stuff which might save some performance, even if visual quality will suffer), but don't expect miracles.

    If you're asking because you want to write shader programs yourself, the DirectX SDK comes with a software emulator (The reference rasterizer, or RefRast) which does *everything* in software. It also runs something like 60 times slower than normal hardware supported graphics... ;)