Re: [Mesa-dev] [PATCH v4] swr: implement clipPlanes/clipVertex/clipDistance/cullDistance

2016-05-26 Thread Rowley, Timothy O
> On May 26, 2016, at 8:33 AM, Ilia Mirkin wrote: > > On Thu, May 26, 2016 at 9:11 AM, Tim Rowley > wrote: >> v2: only load the clip vertex once >> >> v3: fix clip enable logic, add cullDistance >> >> v4: remove duplicate fields in vs jit

Re: [Mesa-dev] [PATCH v4] swr: implement clipPlanes/clipVertex/clipDistance/cullDistance

2016-05-26 Thread Ilia Mirkin
On Thu, May 26, 2016 at 9:11 AM, Tim Rowley wrote: > v2: only load the clip vertex once > > v3: fix clip enable logic, add cullDistance > > v4: remove duplicate fields in vs jit key, fix test of clip fixup needed > --- > docs/GL3.txt | 2 +-

[Mesa-dev] [PATCH v4] swr: implement clipPlanes/clipVertex/clipDistance/cullDistance

2016-05-26 Thread Tim Rowley
v2: only load the clip vertex once v3: fix clip enable logic, add cullDistance v4: remove duplicate fields in vs jit key, fix test of clip fixup needed --- docs/GL3.txt | 2 +- src/gallium/drivers/swr/swr_context.h | 2 ++ src/gallium/drivers/swr/swr_screen.cpp | 3