Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Marek Olšák
On Wed, Jun 17, 2015 at 4:48 PM, Dieter Nützel wrote: > Am 17.06.2015 14:34, schrieb Marek Olšák: >> >> Only the RadeonSI driver supports it right now. >> >> Marek > > > Marek, > > will we ever see something on r600 or do we need 'new' boards (Turks, here)? I would like to see on R600, but I don'

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Dieter Nützel
Am 17.06.2015 14:34, schrieb Marek Olšák: Only the RadeonSI driver supports it right now. Marek Marek, will we ever see something on r600 or do we need 'new' boards (Turks, here)? GREAT stuff. -Dieter On Wed, Jun 17, 2015 at 2:21 PM, Ilyes Gouta wrote: Hi, On Wed, Jun 17, 2015 at 1:0

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Roland Scheidegger
No, there is no such list. On that list would be: - implement multisampling (basic GL 3.0 feature, we cheat our way out of it...) - related to multisampling, rewrite attribute interpolation. This has problems nowadays even without msaa (particularly precision loss if a tri is far away from screen o

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Ilyes Gouta
Hi, On Wed, Jun 17, 2015 at 1:51 PM, Roland Scheidegger wrote: > No. And as far as I know noone is working on it for llvmpipe. If I'd > write a to do list for llvmpipe, that would probably be on page 50 or so > :-). But patches always welcome... Well, is such a to-do list for LLVMpipe online?

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Roland Scheidegger
No. And as far as I know noone is working on it for llvmpipe. If I'd write a to do list for llvmpipe, that would probably be on page 50 or so :-). But patches always welcome... Roland Am 17.06.2015 um 14:21 schrieb Ilyes Gouta: > Hi, > > On Wed, Jun 17, 2015 at 1:03 PM, Dragomir Ivanov

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Marek Olšák
Only the RadeonSI driver supports it right now. Marek On Wed, Jun 17, 2015 at 2:21 PM, Ilyes Gouta wrote: > Hi, > > On Wed, Jun 17, 2015 at 1:03 PM, Dragomir Ivanov > wrote: >> >> Wonderful Marek. Many thanks to you all. I hope till the end of the year >> we will have OGL 4.3 in Mesa. > > > Is

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Dragomir Ivanov
I only guess, that TESS is too much for the software rasterization, so they may very well fake it. On Wed, Jun 17, 2015 at 3:21 PM, Ilyes Gouta wrote: > Hi, > > On Wed, Jun 17, 2015 at 1:03 PM, Dragomir Ivanov > wrote: > >> Wonderful Marek. Many thanks to you all. I hope till the end of the yea

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Ilyes Gouta
Hi, On Wed, Jun 17, 2015 at 1:03 PM, Dragomir Ivanov wrote: > Wonderful Marek. Many thanks to you all. I hope till the end of the year > we will have OGL 4.3 in Mesa. > Is LLVMpipe (and software rasterziation) also supported? Ilyes > > On Wed, Jun 17, 2015 at 2:18 AM, Marek Olšák wrote: > >

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-17 Thread Dragomir Ivanov
Wonderful Marek. Many thanks to you all. I hope till the end of the year we will have OGL 4.3 in Mesa. On Wed, Jun 17, 2015 at 2:18 AM, Marek Olšák wrote: > You can also use this for nicer reviewing: > http://cgit.freedesktop.org/~mareko/mesa/log/?h=tessellation-review > > Please note that there

Re: [Mesa-dev] [PATCHES] Tessellation is here

2015-06-16 Thread Marek Olšák
You can also use this for nicer reviewing: http://cgit.freedesktop.org/~mareko/mesa/log/?h=tessellation-review Please note that there are differences from Chris Forbes's tessellation branches. I think I modified almost all patches when I was reviewing them, fixing them, and cleaning them up. Mare

[Mesa-dev] [PATCHES] Tessellation is here

2015-06-16 Thread Marek Olšák
Hi, First, I'd like to thank Fabian Bieler, Chris Forbes, and Ilia Mirkin for their contributions to this. The development of tessellation has reached the point that the only way to make it better and more compliant is to write piglit tests that help find small bugs that are difficult to catch du