diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2015-02-24 21:34:30 -0800 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2015-04-17 12:14:52 -0700 |
commit | 1d6829813ef2b002fca488e6a8051e3090bf87bd (patch) | |
tree | 830fab0fdb191a174ad9b255882ec45fa97673ce /src/mesa/SConscript | |
parent | cd9058fae3eddaa0e88cd3557684700852f86a5a (diff) | |
download | external_mesa3d-1d6829813ef2b002fca488e6a8051e3090bf87bd.zip external_mesa3d-1d6829813ef2b002fca488e6a8051e3090bf87bd.tar.gz external_mesa3d-1d6829813ef2b002fca488e6a8051e3090bf87bd.tar.bz2 |
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 <kenneth@whitecape.org>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Tested-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'src/mesa/SConscript')
0 files changed, 0 insertions, 0 deletions