diff options
author | Caio Marcelo de Oliveira Filho <[email protected]> | 2019-09-20 09:21:02 -0700 |
---|---|---|
committer | Caio Marcelo de Oliveira Filho <[email protected]> | 2019-09-30 12:44:30 -0700 |
commit | 008de52305bf286f2bce64a874316189beb2e932 (patch) | |
tree | ae2c12c7779817ee660e69306783c507c013f5c7 /src/mesa/vbo | |
parent | 61fa4b5707f20d1c281d35e942b6aa462f75612a (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/vbo')
0 files changed, 0 insertions, 0 deletions