Announcement

Collapse
No announcement yet.

Radeon development. Where to start?

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

  • #11
    Originally posted by Hans View Post
    Well I have worked with OpenGL and more with OpenCL. I haven't worked with shaders, but as far as I know they are kinda the same as OpenCL kernel besides they are more restrictive?
    Pretty much, but they have features that OpenCL kernels lack so OpenCL is more restrictive for 3D graphics in this respect.

    Originally posted by Hans View Post
    I have experience in c and c++ programming. I don't know if that suffice.
    That's OK.

    Comment


    • #12
      Your best bet is to start reading existing code and hardware documentation and asking questions. That's pretty much how everyone gets in the driver programming.

      Comment


      • #13
        Thx guys. I'll try reading some galium3d stuff.
        I got some advices from bridgman on irc and I might try doing some hardware decoding via shaders implementing galium3d calls in ffmpeg. Then I don't have to implement all the non-parallizable code.

        Comment

        Working...
        X