On Sep 25, 2017, at 11:31 AM, Rowley, Timothy O
mailto:timothy.o.row...@intel.com>> wrote:
Ok, made the following changes - want a full v2 commit, or ok to do this on
push?
I'm fine with doing it on push and don't need a full v2. It simply replaces a
couple magic numbers with their defines --
Ok, made the following changes - want a full v2 commit, or ok to do this on
push?
--- a/src/gallium/drivers/swr/swr_shader.cpp
+++ b/src/gallium/drivers/swr/swr_shader.cpp
@@ -533,12 +533,12 @@ BuilderSWR::CompileGS(struct swr_context *ctx,
swr_jit_gs_key &key)
pGS->inputVertStride = pGS->nu
> On Sep 21, 2017, at 7:46 PM, Tim Rowley wrote:
>
> One piglit regression, which was a false pass:
> spec@glsl-1.50@execution@geometry@dynamic_input_array_index
> ---
> .../drivers/swr/rasterizer/core/frontend.cpp | 227 -
> src/gallium/drivers/swr/rasterizer/core/stat
One piglit regression, which was a false pass:
spec@glsl-1.50@execution@geometry@dynamic_input_array_index
---
.../drivers/swr/rasterizer/core/frontend.cpp | 227 -
src/gallium/drivers/swr/rasterizer/core/state.h| 55 +++--
src/gallium/drivers/swr/swr_shader.cpp