Re: [Mesa-dev] [PATCH] i965: Fix Smooth Point Enables.

2017-11-26 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 26/11/17 09:27, Kenneth Graunke wrote: We want to program the 3DSTATE_RASTER field to the gl_context value, not the other way around. Fixes: 13ac46557ab1 (i965: Port Gen8+ 3DSTATE_RASTER state to genxml.) ---

Re: [Mesa-dev] [PATCH] i965: Fix Smooth Point Enables.

2017-11-26 Thread Jason Ekstrand
Wow... Rb On November 26, 2017 01:27:33 Kenneth Graunke wrote: We want to program the 3DSTATE_RASTER field to the gl_context value, not the other way around. Fixes: 13ac46557ab1 (i965: Port Gen8+ 3DSTATE_RASTER state to genxml.) ---

[Mesa-dev] [PATCH] i965: Fix Smooth Point Enables.

2017-11-26 Thread Kenneth Graunke
We want to program the 3DSTATE_RASTER field to the gl_context value, not the other way around. Fixes: 13ac46557ab1 (i965: Port Gen8+ 3DSTATE_RASTER state to genxml.) --- src/mesa/drivers/dri/i965/genX_state_upload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git