mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
8030e269e9
commit
2e6ba6afdb
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue