Results 1 to 5 of 5

Thread: Intel To Have Sandybridge 3D In Mesa Done By Q4

  1. #1
    Join Date
    Jan 2007
    Posts
    10,215

    Default Intel To Have Sandybridge 3D In Mesa Done By Q4

    Phoronix: Intel To Have Sandybridge 3D In Mesa Done By Q4

    Intel's Ian Romanick has just written an e-mail message entitled What I'm working on to the Mesa development list. With Intel's new GLSL compiler being used by Mesa and can be found within the Mesa 7.9 release, Intel's open-source graphics developers have worked onto working on some other areas of their 3D driver stack...

    http://www.phoronix.com/vr.php?view=ODY2OQ

  2. #2
    Join Date
    Oct 2009
    Posts
    101

    Default

    the assembly-like IRs in Mesa (classic Mesa IR and TGSI) are completely useless
    Huh? This is the first I've heard that TGSI is useless. If not TGSI, then what? Can someone explain this in more detail?

  3. #3
    Join Date
    Oct 2008
    Posts
    2,127

    Default

    Quote Originally Posted by waucka View Post
    Huh? This is the first I've heard that TGSI is useless. If not TGSI, then what? Can someone explain this in more detail?
    I'm not sure everyone would agree with "useless", but I have heard that they were thinking about replacing TGSI with the GLSL compiler's IR.

    The current process is to have the compiler generate IR, then translate it into TGSI, then run that through Gallium, etc. The classic drivers have their own language, and neither of them really serve any purpose that the GLSL compiler IR wouldn't work for. So combining everything into a single IR seems smart in the long run.

  4. #4
    Join Date
    Nov 2009
    Location
    Poland, Warsaw
    Posts
    73

    Default

    What about support for GMA 4500MHD? It was supposed to arrive in Q3 2010:
    http://lists.freedesktop.org/archive...ch/006404.html

  5. #5
    Join Date
    Aug 2008
    Posts
    134

    Default

    Quote Originally Posted by m_gol View Post
    What about support for GMA 4500MHD? It was supposed to arrive in Q3 2010:
    http://lists.freedesktop.org/archive...ch/006404.html
    Yes. I have a 4500MHD HTPC that could use better driver support.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •