mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-08 23:00:28 +01:00
r300: Use the VE_MULTIPLY hardware opcode for the MUL opcode.
This commit is contained in:
parent
f80223d9ff
commit
a6d772ed16
1 changed files with 1 additions and 1 deletions
|
|
@ -727,7 +727,7 @@ static GLuint *t_opcode_mul(struct r300_vertex_program *vp,
|
|||
struct prog_src_register src[3])
|
||||
{
|
||||
inst[0] =
|
||||
PVS_VECTOR_OPCODE(VE_MULTIPLY_ADD, t_dst_index(vp, &vpi->DstReg),
|
||||
PVS_VECTOR_OPCODE(VE_MULTIPLY, t_dst_index(vp, &vpi->DstReg),
|
||||
t_dst_mask(vpi->DstReg.WriteMask),
|
||||
t_dst_class(vpi->DstReg.File));
|
||||
inst[1] = t_src(vp, &src[0]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue