Re: [Mesa-dev] [PATCH 07/14] mesa: remove _NEW_PACKUNPACK

2013-04-15 Thread Eric Anholt
Marek Olšák writes: > No driver checks the flag. Nobody uses it. > > I also removed the FLUSH_VERTICES calls, because PixelStorei has no effect > on rendering. Patch 7-10 are: Reviewed-by: Eric Anholt pgpjEoVP2zN0V.pgp Description: PGP signature __

[Mesa-dev] [PATCH 07/14] mesa: remove _NEW_PACKUNPACK

2013-04-15 Thread Marek Olšák
No driver checks the flag. Nobody uses it. I also removed the FLUSH_VERTICES calls, because PixelStorei has no effect on rendering. --- src/mesa/drivers/dri/i965/brw_state_upload.c |1 - src/mesa/main/attrib.c |2 -- src/mesa/main/debug.c|