Added origin_lower_left field to pipe_rasterizer_state
authorBrian <brian.paul@tungstengraphics.com>
Fri, 14 Dec 2007 19:25:25 +0000 (12:25 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 14 Dec 2007 19:25:25 +0000 (12:25 -0700)
commit017f862de1f857bca29f09794539aaf411014f13
treeb48e4c1cf03529d7b3ec22aac2047bbb5c567cdc
parentf3b3ea9742e6511fa46332c2c6d2433f96cc5c10
Added origin_lower_left field to pipe_rasterizer_state

This controls whether the window origin is considered to be the lower-left
or upper-left corner.
This effects computation of gl_FragCoord and the application of polygon stipple.
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/sp_prim_setup.c
src/mesa/pipe/softpipe/sp_quad_stipple.c
src/mesa/state_tracker/st_atom_rasterizer.c