[Mesa-dev] [PATCH 3/4] i965: Drop BRW_NEW_VERTEX_PROGRAM from Gen7+ 3DSTATE_VS atoms.
Matt Turner
mattst88 at gmail.com
Tue Dec 2 10:43:50 PST 2014
On Tue, Dec 2, 2014 at 3:51 AM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> We don't access brw->vertex_program or ctx->_Shader since the previous
> commit, so we don't need this dirty bit.
>
> I think it's still necessary on Gen6 because it still conflates
> constant uploading with unit state uploading. We can fix that later.
I might add a FIXME into the Gen6 code so we don't forget.
Either way, the series is
Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the mesa-dev
mailing list