postprocess: Check for depth buffer in pp_jimenezmlaa

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88962
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Park, Jeongmin 2015-02-07 17:53:47 +09:00 committed by Marek Olšák
parent 8030e269e9
commit 2e6ba6afdb

View file

@ -329,6 +329,9 @@ void
pp_jimenezmlaa(struct pp_queue_t *ppq, struct pipe_resource *in,
struct pipe_resource *out, unsigned int n)
{
if (!ppq->depth) {
return;
}
pp_jimenezmlaa_run(ppq, in, out, n, false);
}