diff options
author | Kenneth Graunke <[email protected]> | 2015-02-24 21:34:30 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2015-04-17 12:14:52 -0700 |
commit | 1d6829813ef2b002fca488e6a8051e3090bf87bd (patch) | |
tree | 830fab0fdb191a174ad9b255882ec45fa97673ce /src/mesa/swrast_setup/ss_vb.h | |
parent | cd9058fae3eddaa0e88cd3557684700852f86a5a (diff) |
i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.
We haven't implemented proper unsynchronized map support on !LLC systems
(pre-SNB, Atom). MapBufferRange with GL_MAP_UNSYNCHRONIZE_BIT will
actually do a synchronized map, probably killing performance.
Also warn on BufferSubData, when we should be doing an unsynchronized
upload, but instead have to do a synchronous map.
v2: Only complain if the buffer is actually busy - we use unsynchronized
maps internally for vertex upload and such, but expect those to not
be busy.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ben Widawsky <[email protected]>
Tested-by: Ben Widawsky <[email protected]>
Diffstat (limited to 'src/mesa/swrast_setup/ss_vb.h')
0 files changed, 0 insertions, 0 deletions