Announcement

Collapse
No announcement yet.

Intel Gallium3D Graphics Driver Performance

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

  • lapis
    replied
    Stephane stopeed the development of driver?

    Because using 915g on sauerbraten runs pretty well (including shaders).The i915c runs with lots of bugs and shaders are very slow.

    Leave a comment:


  • lapis
    replied
    Someone should create a fundraising project to pay a full time developer.

    Leave a comment:


  • wirrbeltier
    replied
    Hm. Looks like most of the benchmarks were rather CPU bound anyway (largely the same scores even at different resolutions). But still, the gallium driver's results seem to be 'offset', which either means that it produces more CPU churn (by having more overhead) or it utilizes less of the hardware GPU capabilities, therefore using more software fallback... Probably a combination of both.
    Are there some charts of CPU utilization during the benchmarks for both classic and gallium drivers? Or perhaps some data about the amounts of memory I/O?

    Leave a comment:


  • smitty3268
    replied
    Yes, Michael, can you tell us how you built the driver?

    So we know if LLVM was enabled or not. I looked over the openbenchmarking site and found a bunch of logs but nothing about how you built the driver.

    Leave a comment:


  • FireBurn
    replied
    I thought there was an i965g driver too

    Leave a comment:


  • agd5f
    replied
    Originally posted by TechMage89 View Post
    I was actually wondering, and couldn't find an answer for this, whether i915g uses llvmpipe for software fallbacks (like the vertex pipeline, since the GMA950 doesn't do vertex processing in HW). If not, why not? It seems this would provide a pretty good performance benefit for machines with decent CPUs (like my tablet that has a Core 2 Duo and a GMA950).
    gallium drivers can use llvm for vertex shaders if they are configured to use it. You need to enable llvm in your mesa build to use it.

    Leave a comment:


  • TechMage89
    replied
    Also, since the tested machine runs an Atom processor, it likely wouldn't derive as much benefit from that as my machine. I would be nice to see a test with a machine that has a higher-end processor. I might just have to test this myself.

    Leave a comment:


  • TechMage89
    replied
    I was actually wondering, and couldn't find an answer for this, whether i915g uses llvmpipe for software fallbacks (like the vertex pipeline, since the GMA950 doesn't do vertex processing in HW). If not, why not? It seems this would provide a pretty good performance benefit for machines with decent CPUs (like my tablet that has a Core 2 Duo and a GMA950).

    Leave a comment:


  • airlied
    replied
    I wonder if llvm was used, since that is the major use case for i915g and its major feature difference from i915c.

    Leave a comment:


  • ChrisXY
    replied
    Actually I made a PKGBUILD for mesa with i915g and uploaded it to the Archlinux AUR:

    (look at the PKGBUILD for build options)

    The next day someone created a thread about how i915 is faster than i915c...


    I have not really tested how it really performs but I use it on my eee 1000h now.
    Could Phoronix specify why i915g is "not nearly as mature as the Radeon or Nouveau Gallium3D drivers"?
    I mean, I can run xonotic on it! The only problem is the performance but you don't expect a netbook to have good performance anyway...

    Leave a comment:

Working...
X