Skip to content

r300: increase size of RC_REGISTER_INDEX_BITS

While the hw can never run shaders with thousands of instructions, someone will still try from time to time, increase the limits a bit, to not crash. Don't overdo it as this is also used as a size for some stack allocated arrays, so this change will also increase the memory footprint somehow. 12 bits ought to be enough for anybody.

Closes: #6017 (closed) Signed-off-by: Pavel Ondračka pavel.ondracka@gmail.com

Merge request reports