Hi,
FYI, piglit "mesa_pack_invert-readpixels -auto -fbo" crashes with this commit.
Marek
On Tue, Jun 21, 2016 at 11:08 AM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> This avoids costly address recomputations, function overhead, and may trigger
> large copy optimizations.
> ---
> src/mes
Reviewed-by: Marek Olšák
Marek
On Tue, Jun 21, 2016 at 11:08 AM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> This avoids costly address recomputations, function overhead, and may trigger
> large copy optimizations.
> ---
> src/mesa/state_tracker/st_cb_readpixels.c | 23 +++---
On 06/21/2016 03:08 AM, Nicolai Hähnle wrote:
From: Nicolai Hähnle
This avoids costly address recomputations, function overhead, and may trigger
large copy optimizations.
---
src/mesa/state_tracker/st_cb_readpixels.c | 23 +++
1 file changed, 15 insertions(+), 8 deletions
From: Nicolai Hähnle
This avoids costly address recomputations, function overhead, and may trigger
large copy optimizations.
---
src/mesa/state_tracker/st_cb_readpixels.c | 23 +++
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_rea