mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
r600/sfn: drop unused literals tracking in assembler
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Assisted-by: Copilot (auto mode) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41945>
This commit is contained in:
parent
0a209a9723
commit
c11c704f8a
1 changed files with 1 additions and 4 deletions
|
|
@ -93,8 +93,7 @@ public:
|
|||
bool ps_alpha_to_one;
|
||||
bool ps_alpha_to_one_and_coverage;
|
||||
/* End initialized in constructor */
|
||||
|
||||
std::set<uint32_t> m_nliterals_in_group;
|
||||
|
||||
std::set<int> vtx_fetch_results;
|
||||
std::set<int> tex_fetch_results;
|
||||
|
||||
|
|
@ -336,8 +335,6 @@ AssemblerVisitor::emit_alu_op(const AluInstr& ai)
|
|||
sfn_log << SfnLog::assembly << " Current address register is " << *m_last_addr
|
||||
<< "\n";
|
||||
|
||||
if (alu.last)
|
||||
m_nliterals_in_group.clear();
|
||||
|
||||
m_result = !r600_bytecode_add_alu(&m_bc, &alu);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue