mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
i965: Remove stale comment about rebuilding tnl_program.
It gets built in Mesa core before we're called these days. Reviewed-and-tested-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
7f9e1a7720
commit
e917ed6eee
1 changed files with 0 additions and 7 deletions
|
|
@ -451,13 +451,6 @@ static bool brw_try_draw_prims( struct gl_context *ctx,
|
||||||
brw->vb.max_index = max_index;
|
brw->vb.max_index = max_index;
|
||||||
brw->state.dirty.brw |= BRW_NEW_VERTICES;
|
brw->state.dirty.brw |= BRW_NEW_VERTICES;
|
||||||
|
|
||||||
/* Have to validate state quite late. Will rebuild tnl_program,
|
|
||||||
* which depends on varying information.
|
|
||||||
*
|
|
||||||
* Note this is where brw->vs->prog_data.inputs_read is calculated,
|
|
||||||
* so can't access it earlier.
|
|
||||||
*/
|
|
||||||
|
|
||||||
for (i = 0; i < nr_prims; i++) {
|
for (i = 0; i < nr_prims; i++) {
|
||||||
int estimated_max_prim_size;
|
int estimated_max_prim_size;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue