mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
remove comment
This commit is contained in:
parent
761728afe8
commit
824dcd4399
1 changed files with 0 additions and 2 deletions
|
|
@ -122,8 +122,6 @@ get_register_pointer(GLcontext * ctx,
|
|||
const struct prog_src_register *source,
|
||||
const struct gl_program_machine *machine)
|
||||
{
|
||||
/* XXX relative addressing... */
|
||||
|
||||
if (source->RelAddr) {
|
||||
const GLint reg = source->Index + machine->AddressReg[0][0];
|
||||
ASSERT( (source->File == PROGRAM_ENV_PARAM) ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue