<div dir="ltr">Dave, what is your motivation to use OpenGL renderer/translator, and not native Gallium3D interface?<div style>Yes, I know about the blobs performance/features, but wasn't the idea to push even harder, so everyone uses FOSS drivers?</div>

<div style>I have always asked myself, "Why the heck virual 3D is so hard to do? Couldn't TGSI steam generated from guest Mesa3D just gets passed down to host Gallium3D provider(Mesa3D again), and then pushed to pipe drivers?"</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 23, 2013 at 4:11 PM, Michael Thayer <span dir="ltr"><<a href="mailto:michael.thayer@oracle.com" target="_blank">michael.thayer@oracle.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello David,<div class="im"><br>
<br>
On 18/07/13 08:48, Dave Airlie wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
since I suppose these communities would be most interested in this and<br>
might not all read my blog or G+ stream,<br>
<br>
"Virgil is a research project I've been working on at Red Hat for a<br>
few months now and I think is ready for at least announcing upstream<br>
and seeing if there is any developer interest in the community in<br>
trying to help out.<br>
</blockquote></div>
[...]<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If you are a developer interested in working on an open source virtual<br>
3D GPU, or you work for a company who is interested in developing<br>
something in this area, then get in touch with me, but if you just<br>
want to kick the tyres, I don't have time for this yet."<br>
</blockquote>
<br></div>
Sorry I didn't get round to answering earlier. I have taken a look at your code (the Mesa part), and on the whole it looks like something we could make good use of too, except that we would want to be producing a stream of something closer to OpenGL which we could send over our existing proxying mechanisms. Since you put the client and server code conveniently close to each other in your clone of the Mesa repository, my idea would be to add an build-time option to do this by pulling the server-side code into the Gallium driver too - is that something you could live with if I wrote code for it? My tendency is to output a white-listed subset of OpenGL as a text stream which a custom winsys back-end could send into a DRM driver. Regarding your comments on the safety of passing OpenGL through, isn't a major part of the risk in the shader code anyway, which we can't really not pass through either way?<br>


<br>
I would probably not be able to get on to writing the code I mentioned above immediately either, as this will not make sense without a proper DRM driver which we currently don't have, and which would be my first target.  Since this is my first proper visit to that part of the kernel code I will probably take a little bit more time for it that you would.<br>


<br>
Regards,<br>
<br>
Michael<br>
-- <br>
ORACLE Deutschland B.V. & Co. KG   Michael Thayer<br>
Werkstrasse 24                     VirtualBox engineering<br>
71384 Weinstadt, Germany           mailto:<a href="mailto:michael.thayer@oracle.com" target="_blank">michael.thayer@oracle.<u></u>com</a><br>
<br>
Hauptverwaltung: Riesstr. 25, D-80992 München<br>
Registergericht: Amtsgericht München, HRA 95603<br>
Geschäftsführer: Jürgen Kunz<br>
<br>
Komplementärin: ORACLE Deutschland Verwaltung B.V.<br>
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande<br>
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697<br>
Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<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="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/mesa-dev</a><br>
</div></div></blockquote></div><br></div>