diff options
author | Kristian Høgsberg <[email protected]> | 2014-02-05 10:59:02 -0800 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2014-02-05 11:10:39 -0800 |
commit | 44338cd826623ae0675861015a56c528261f3fd3 (patch) | |
tree | 08f29922471791f9168c29631d9d7e02247ff1d9 /docs | |
parent | db98d238e237f19c3d1bc201e748ed5bf289ba6b (diff) |
i965: Move intel_prepare_render() above first buffer access
The driver is supposed to ensure buffers before any drawing operation, but in
do_blit_drawpixels() and do_blit_copypixels() we inspect the buffer format
before calling intel_prepare_render(). That was covered up by the
unconditional call to intel_prepare_render() in intelMakeCurrent(), but we
now only do this on the initial intelMakeCurrent call for a context
(to get the size for the initial viewport values).
https://bugs.freedesktop.org/show_bug.cgi?id=74083
Signed-off-by: Kristian Høgsberg <[email protected]>
Tested-by: Alexander Monakov <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions