The source project of this merge request has been removed.
r300: assert that array in translate_vertex_program is initialized
Problematic usage is in case RC_OPCODE_ENDLOOP
, at line
ret_addr = loops[--loop_depth];
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Problematic usage is in case RC_OPCODE_ENDLOOP
, at line
ret_addr = loops[--loop_depth];