Skip to content
  • Keith Whitwell's avatar
    gallium: consolidate bypass_vs and bypass_clipping flags · 683e7091
    Keith Whitwell authored
    The draw module provides a similar interface to the driver which
    is retained as various bits of hardware may be able to take on
    incremental parts of the vertex pipeline.  However, there's no
    need to advertise all this complexity to the state tracker.
    
    There are basically two modes now - normal and passthrough/screen-coords.
    683e7091