[Mesa-dev] [PATCH 3/5] mesa: Handle clip control in meta operations.

Neil Roberts neil at linux.intel.com
Thu Oct 30 08:08:57 PDT 2014


Brian Paul <brianp at vmware.com> writes:

> We've always put GL state into the attribute group specified by the GL 
> specification.  Putting the new clip control state anywhere but in the 
> gl_context::Transform group would be inconsistent.

I think Mathias was asking whether it could be put under a different
*meta* state flag not whether it should be taken out of
gl_context::Transform. It looks like there already isn't a strict
correspondence between GL attribute groups and meta state flags.

- Neil


More information about the mesa-dev mailing list