mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 07:38:10 +02:00
i965: Load NV program matrices when required.
This commit is contained in:
parent
601769a2c0
commit
9018a7dd17
1 changed files with 3 additions and 0 deletions
|
|
@ -248,6 +248,9 @@ static void prepare_constant_buffer(struct brw_context *brw)
|
|||
GLuint offset = brw->curbe.vs_start * 16;
|
||||
GLuint nr = brw->vs.prog_data->nr_params / 4;
|
||||
|
||||
if (brw->vertex_program->IsNVProgram)
|
||||
_mesa_load_tracked_matrices(ctx);
|
||||
|
||||
/* Updates the ParamaterValues[i] pointers for all parameters of the
|
||||
* basic type of PROGRAM_STATE_VAR.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue