Re: [Mesa-dev] [PATCH 2/2] u_vbuf: Add a few more format fallbacks.

2014-08-23 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Aug 22, 2014 at 10:54 PM, Eric Anholt wrote: > Fixes piglit draw-vertices and gl-2.0-vertexattribpointer on vc4, where > I'm only advertising R32F to RGBA32F support so far. > > Note: regresses gl-1.5-normal3b3s-invariance due to introduced flushes and > m

[Mesa-dev] [PATCH 2/2] u_vbuf: Add a few more format fallbacks.

2014-08-22 Thread Eric Anholt
Fixes piglit draw-vertices and gl-2.0-vertexattribpointer on vc4, where I'm only advertising R32F to RGBA32F support so far. Note: regresses gl-1.5-normal3b3s-invariance due to introduced flushes and missing depth buffer load/store support in the driver. --- src/gallium/auxiliary/util/u_vbuf.c |