mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
program: Remove incorrect comment about OPCODE_TXD.
The table in prog_instruction.h is correct. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Acked-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
624d06708d
commit
0d1f6c752f
1 changed files with 1 additions and 1 deletions
|
|
@ -1203,7 +1203,7 @@ _mesa_execute_program(struct gl_context * ctx,
|
|||
store_vector4(inst, machine, color);
|
||||
}
|
||||
break;
|
||||
case OPCODE_TXD: /* GL_NV_fragment_program only */
|
||||
case OPCODE_TXD:
|
||||
/* Texture lookup w/ partial derivatives for LOD */
|
||||
{
|
||||
GLfloat texcoord[4], dtdx[4], dtdy[4], color[4];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue