summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_vb.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2015-02-24 21:34:30 -0800
committerKenneth Graunke <[email protected]>2015-04-17 12:14:52 -0700
commit1d6829813ef2b002fca488e6a8051e3090bf87bd (patch)
tree830fab0fdb191a174ad9b255882ec45fa97673ce /src/mesa/swrast_setup/ss_vb.h
parentcd9058fae3eddaa0e88cd3557684700852f86a5a (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