<div dir="ltr"><div>Hi,<br></div>Thank you very much.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 10, 2014 at 5:28 PM, Marek Olšák <span dir="ltr"><<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Jun 10, 2014 at 10:45 PM, Aditya Avinash<br>
<<a href="mailto:adityaavinash1@gmail.com">adityaavinash1@gmail.com</a>> wrote:<br>
> Hi,<br>
<div class="">> Thank you very much!!<br>
><br>
> On Mon, Jun 9, 2014 at 10:19 AM, Marek Olšák <<a href="mailto:maraeo@gmail.com">maraeo@gmail.com</a>> wrote:<br>
>><br>
>> This is probably one of the most difficult tasks. You'll need to:<br>
>><br>
>> 1) Add support to Mesa core - new shader stages and the new OpenGL<br>
>> functions and queries (src/mesa/main)<br>
><br>
><br>
> Ya. This one is straight forward. The added Tessellation stage should be<br>
> added to the OpenGL pipeline.<br>
><br>
>><br>
>> 2) Add support to the GLSL compiler (src/glsl)<br>
><br>
><br>
> Ok!<br>
><br>
>><br>
>> 3) Add support to the Gallium interface and TGSI<br>
>> (src/gallium/include/pipe) and supporting code (src/gallium/auxiliary)<br>
>><br>
><br>
> Can you explain a bit more?<br>
<br>
</div>Gallium is not just a driver interface, it's a full and self-contained<br>
3D API like OpenGL and Direct3D. It looks a lot like Direct3D 11, so<br>
following its design is usually a good idea, but not required.<br>
<br>
The supporting code is at least:<br>
- TGSI generating and parsing<br>
- u_blitter, which should disable tessellation for all its operations<br>
- some state tracking in cso_context, which you'll need for st/mesa<br>
<span class="HOEnZb"><font color="#888888"><br>
Marek<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><div><div><font style="font-family:trebuchet ms,sans-serif">Regards,<br></font></div><font style="font-family:trebuchet ms,sans-serif"><b style="background-color:rgb(255,255,255);color:rgb(0,0,153)">Aditya Atluri,<br>
</b></font></div><div><font style="font-family:trebuchet ms,sans-serif"><b style="background-color:rgb(255,255,255);color:rgb(0,0,153)">USA.<br></b></font></div><font style="font-family:trebuchet ms,sans-serif"><b style="background-color:rgb(255,255,255);color:rgb(0,0,153)"></b><span style="background-color:rgb(255,255,255);color:rgb(0,0,153)"></span></font><br>
</div>
</div>