mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 02:10:24 +01:00
gallium/vl: remove stubs which are defined in mesa_util
Cc: mesa-stable
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26680>
(cherry picked from commit 6c9c48a3ae)
This commit is contained in:
parent
75a8d20ae6
commit
93ffbd4d69
2 changed files with 1 additions and 7 deletions
|
|
@ -934,7 +934,7 @@
|
|||
"description": "gallium/vl: remove stubs which are defined in mesa_util",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -155,9 +155,3 @@ vl_create_mpeg12_decoder(struct pipe_context *pipe,
|
|||
assert(0);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* vl_zscan
|
||||
*/
|
||||
const int vl_zscan_normal[] = {0};
|
||||
const int vl_zscan_alternate[] = {0};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue