Announcement

Collapse
No announcement yet.

Intel Lands More Open-Source Vulkan Driver Changes For Ray-Tracing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by Developer12 View Post

    Perhaps, but in other drivers we've seen it implemented as a compute shader or similar. Yes, you can have hardware that is specifically tuned for a particular computation, but in the end it's just math. In some cases it's worked just fine stringing other operations together that the hardware already supported.
    Allowing people to cripple their performance is pointless. Please keep in mind exactly what kind of hardware you are asking them to implement software fallbacks on - this hardware can't run the games which have added raytracing even without the raytracing turned on.

    Comment


    • #12
      Originally posted by smitty3268 View Post

      Allowing people to cripple their performance is pointless. Please keep in mind exactly what kind of hardware you are asking them to implement software fallbacks on - this hardware can't run the games which have added raytracing even without the raytracing turned on.
      Nothing is being crippled unless you deny support. If people want to try and run it, let them. You might well be surprised that a blanket statement like that is incorrect.

      Comment


      • #13
        Originally posted by Developer12 View Post

        Nothing is being crippled unless you deny support. If people want to try and run it, let them. You might well be surprised that a blanket statement like that is incorrect.
        You might as well ask for them to implement 128 bit int and fp support and native support for x86 instructions.

        It'd be pointless because no one would use it, you'd have just wasted a bunch of time and money, and probably added a bunch of new bugs into your driver. But hey! You could mark off that marketing checkbox.

        And for the crazy people who really want to do raytracing on an Intel chip, they can just do it the old-fashioned way, by implementing a compute shader. Which is the exact same thing the driver team would be doing for them anyway.
        Last edited by smitty3268; 29 June 2021, 10:53 PM.

        Comment

        Working...
        X