<div dir="ltr">Hi<div><br></div><div>I've just tested this with Nine. It causes a weird white strobing effect - I think there are other graphical glitches too but it's hard to tell</div><div><br></div><div>I was testing the blizzard app <a href="http://eu.battle.net/en/app/">http://eu.battle.net/en/app/</a> the same also happens when World of Warcraft is launched</div><div><br></div><div>This doesn't happen if I use CSMT rather than Nine</div><div><br></div><div>Cheers</div><div><br></div><div>Mike</div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, 29 Apr 2017 at 00:12 Marek Olšák <<a href="mailto:maraeo@gmail.com">maraeo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
This series shrinks various gallium structures and removes<br>
set_index_buffer in order to decrease CPU overhead.<br>
<br>
<br>
PART 1: Performance results<br>
<br>
All testing below was done with radeonsi, and I used the drawoverhead<br>
microbenchmark from mesa/demos ported to piglit and using GL 3.0<br>
Compat and GL 3.2 Core (same GL states in both contexts).<br>
<br>
1) Performance difference for the removal of set_index_buffer only:<br>
<br>
  Compat: DrawElements: 5.1 -> 5.3 million draws/second<br>
  Core:   DrawElements: 5.1 -> 5.5 million draws/second<br>
<br>
The result is better for the core profile where u_vbuf is disabled.<br>
<br>
<br>
2) Performance difference with all 4 patches (Core profile only)<br>
<br>
   DrawArrays: 8.3 -> 8.5 million draws/second<br>
   DrawElements: 5.2 -> 5.8 million draws/second<br>
<br>
<br>
3) Performance difference with threaded Gallium (Core profile only):<br>
<br>
   DrawElements: 5.9 -> 7.1 million draws/second<br>
<br>
Threaded Gallium is still work in progress and might require<br>
a non-trivial amount of driver work.<br>
<br>
<br>
PART 2: Call for testing<br>
<br>
These drivers have been tested:<br>
- ddebug<br>
- llvmpipe<br>
- r300 (also with SWTCL)<br>
- r600<br>
- radeonsi<br>
- softpipe<br>
- trace<br>
<br>
These drivers need testing:<br>
- etnaviv<br>
- freedreno<br>
- nv30<br>
- nv50<br>
- nvc0<br>
- svga<br>
- swr<br>
- vc4<br>
- virgl<br>
<br>
The following state trackers might need testing:<br>
- nine<br>
<br>
You can get the patches by fetching:<br>
  git://<a href="http://people.freedesktop.org/~mareko/mesa" rel="noreferrer" target="_blank">people.freedesktop.org/~mareko/mesa</a> gallium-cleanup<br>
<br>
I'd like to ask to you for testing drivers that I couldn't test.<br>
Please let me know when you're done testing and if things are good.<br>
After that, I'll push everything assuming the code review goes well.<br>
You can also ignore this if you don't mind fixing your driver in<br>
the master branch later.<br>
<br>
Thanks,<br>
<br>
Marek<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div>