mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
gallium: Remove extra level of indirecttion.
This commit is contained in:
parent
510bc3535c
commit
5c0a089a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -1163,7 +1163,7 @@ static void setup_begin( struct draw_stage *stage )
|
|||
{
|
||||
struct setup_stage *setup = setup_stage(stage);
|
||||
struct softpipe_context *sp = setup->softpipe;
|
||||
const struct sp_fragment_shader *fs = &setup->softpipe->fs;
|
||||
const struct sp_fragment_shader *fs = setup->softpipe->fs;
|
||||
|
||||
if (sp->dirty) {
|
||||
softpipe_update_derived(sp);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue