mesa/src/gallium/include
Caio Marcelo de Oliveira Filho 008de52305 gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION
To enable EXT_demote_to_helper_invocation:

    This extension adds a "demote" keyword that is similar to "discard" but
    only suppresses subsequent writes and outputs to the framebuffer, and
    does not terminate the execution of the invocation. For the remainder
    of the execution, the invocation is "demoted" to act like a helper
    invocation.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2019-09-30 12:44:30 -07:00
..
pipe gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION 2019-09-30 12:44:30 -07:00
state_tracker state_tracker/winsys_handle: Add plane input field 2019-08-13 01:12:29 -07:00