Announcement

Collapse
No announcement yet.

AMD Open-Sources "Addrlib" From Catalyst

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

  • stalkerg
    replied
    Originally posted by ultimA View Post
    Forgive my naive and uneducated question, as mesa and 3d graphics driver development is a completely untouched territory for me. I am a developer though, and I was wondering what in a "texture addressing and alignment calculator" needs 22k+ codelines?
    +1 . Mesa use less lines of code now. And I don't like 22k not mesa style codelines (Style is realy crap).

    Leave a comment:


  • toyotabedzrock
    replied
    There is more than the initial description would indicate I think.

    There is a code comment inconsistency on the following lines

    Code:
    +    UINT_32  noOfRanks;          ///  MC_ARB_RAMCFG.NOOFRANK
    +                                 ///  0: 1
    +                                 ///  1: 2
    +                                 ///  SI (R1000) registers-----------------------------------------
    +    const UINT_32* pTileConfig;  ///< Global tile setting tables
    +    UINT_32  noOfEntries;        ///< Number of entries in pTileConfig
    +
    +                                 ///< CI registers-------------------------------------------------
    It should be

    Code:
    +    UINT_32  noOfRanks;          ///< MC_ARB_RAMCFG.NOOFRANK
    +                                 ///  0: 1
    +                                 ///  1: 2
    +                                 ///  SI (R1000) registers-----------------------------------------
    +    const UINT_32* pTileConfig;  ///< Global tile setting tables
    +    UINT_32  noOfEntries;        ///< Number of entries in pTileConfig
    +
    +                                 /// CI registers-------------------------------------------------
    At least I think it should be that.

    Leave a comment:


  • ultimA
    replied
    Forgive my naive and uneducated question, as mesa and 3d graphics driver development is a completely untouched territory for me. I am a developer though, and I was wondering what in a "texture addressing and alignment calculator" needs 22k+ codelines?

    Leave a comment:


  • jakubo
    replied
    Originally posted by log0 View Post
    Sharing code? Yes.
    including...?

    Leave a comment:


  • log0
    replied
    Originally posted by jakubo View Post
    is it worth it?
    Sharing code? Yes.

    Leave a comment:


  • jakubo
    replied
    is it worth it?

    Leave a comment:


  • phoronix
    started a topic AMD Open-Sources "Addrlib" From Catalyst

    AMD Open-Sources "Addrlib" From Catalyst

    Phoronix: AMD Open-Sources "Addrlib" From Catalyst

    As part of AMD finally releasing the AMDGPU kernel driver yesterday along with initial Iceland/Carrizo/Tonga support in Gallium3D, they also open-sourced a component formerly within the Catalyst proprietary driver...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite
Working...
X