mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
freedreno: Drop an unnecessary include marked "this should go away"
It came in with the initial import, and doesn't seem to be necessary any more. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4289> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4289>
This commit is contained in:
parent
127fa5d00c
commit
974b9c57c1
1 changed files with 0 additions and 3 deletions
|
|
@ -61,9 +61,6 @@
|
||||||
#include "ir3/ir3_nir.h"
|
#include "ir3/ir3_nir.h"
|
||||||
#include "a2xx/ir2.h"
|
#include "a2xx/ir2.h"
|
||||||
|
|
||||||
/* XXX this should go away */
|
|
||||||
#include "state_tracker/drm_driver.h"
|
|
||||||
|
|
||||||
static const struct debug_named_value debug_options[] = {
|
static const struct debug_named_value debug_options[] = {
|
||||||
{"msgs", FD_DBG_MSGS, "Print debug messages"},
|
{"msgs", FD_DBG_MSGS, "Print debug messages"},
|
||||||
{"disasm", FD_DBG_DISASM, "Dump TGSI and adreno shader disassembly (a2xx only, see IR3_SHADER_DEBUG)"},
|
{"disasm", FD_DBG_DISASM, "Dump TGSI and adreno shader disassembly (a2xx only, see IR3_SHADER_DEBUG)"},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue