i965: Fix Smooth Point Enables.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 26 Nov 2017 00:59:27 +0000 (16:59 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 28 Nov 2017 23:23:16 +0000 (15:23 -0800)
commit760e0156dfd5cf0281bc964a8090c792fc44ab16
tree09890eb6163985d483c2587761f985dd0b63838c
parent43b0e5f5cd87b3ca4dc97a6373cbee1f1f129f06
i965: Fix Smooth Point Enables.

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.)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/mesa/drivers/dri/i965/genX_state_upload.c