Files
filament/libs
Mathias Agopian 0ce6c8d8d0 rework scissor/viewport API a bit in the backend
- the IGNORE_VIEWPORT flag is gone. It wasn't actually needed and what
  it was doing was ambiguous.

- removed the backend viewport() API which wasn't actually needed.

- beginRenderPass() now ALWAYS sets the viewport and scissor but 
  doesn't necessarily clears honoring the scissor (based on the
  IGNORE_SCISSOR flag).

- the GLES backend now just sets the scissor when it needs it, as opposed
  to always trying to keep it set. we now rely on state tracking to
  de-dup the gl calls.
2019-03-20 11:37:21 -07:00
..
2019-03-18 18:40:48 -07:00
2019-03-15 17:07:29 -07:00
2019-02-07 09:23:07 -08:00
2019-02-07 09:23:07 -08:00
2019-03-14 13:13:57 -07:00