[Mesa-dev] [PATCH 2/2] glsl: keep track of intra-stage indices for atomics

Timothy Arceri t_arceri at yahoo.com.au
Thu Oct 15 03:58:53 PDT 2015


On Sun, 2015-10-04 at 18:45 +1100, Timothy Arceri wrote:
> This is more optimal as it means we no longer have to upload the same
> set
> of Atomic Buffer Object surfaces to all stages in the program.
> 
> This also fixes a bug where since commit c0cd5b var->data.binding was
> being used as a replacement for atomic buffer index, but they don't
> have
> to be the same value they just happened to end up the same when
> binding is 0.
> 
> Cc: Francisco Jerez <currojerez at riseup.net>
> Cc: Ilia Mirkin <imirkin at alum.mit.edu>
> Cc: Alejandro PiƱeiro <apinheiro at igalia.com>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90175
> ---


Hi guys,

Any thoughts on this patch?

Thanks,
Tim


More information about the mesa-dev mailing list