diff options
author | Kenneth Graunke <[email protected]> | 2017-11-03 14:52:05 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-11-15 09:37:32 -0800 |
commit | ff964916dc5424495a3e884e02c3b2c8f285b78b (patch) | |
tree | 4dd36238871ef6891324e6dfaa3914c3cda056fe /.travis.yml | |
parent | f48f52b0306e37d4d41dbf6a32970ee468298b2b (diff) |
i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.
We use the same hardware mechanism for both atomic counters and SSBO
atomics, so there's really no benefit to maintaining separate code to
handle each case. Instead, we can just use Rob's shiny new NIR pass to
convert atomic_uints to SSBOs, and delete piles of code.
The ssbo_start section of the binding table becomes a combined ABO and
SSBO section, with ABOs first, then SSBOs.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions