mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
pan/decode: Remove shader replacement artefact
Did this ever work? Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>
This commit is contained in:
parent
e4df95bf9f
commit
ebf7e87f2c
1 changed files with 0 additions and 3 deletions
|
|
@ -332,9 +332,6 @@ static const struct pandecode_flag_info sfbd_unk2_info [] = {
|
||||||
};
|
};
|
||||||
#undef FLAG_INFO
|
#undef FLAG_INFO
|
||||||
|
|
||||||
extern char *replace_fragment;
|
|
||||||
extern char *replace_vertex;
|
|
||||||
|
|
||||||
#define DEFINE_CASE(name) case MALI_## name: return "MALI_" #name
|
#define DEFINE_CASE(name) case MALI_## name: return "MALI_" #name
|
||||||
static char *pandecode_format(enum mali_format format)
|
static char *pandecode_format(enum mali_format format)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue