On 05/26/2016 09:37 AM, Roland Scheidegger wrote:
Am 26.05.2016 um 16:06 schrieb Brian Paul:
Tested with new piglit gl-3.2-adj-prims test.
---
  src/gallium/auxiliary/indices/u_unfilled_gen.py    | 26 ++++++++++++++++++++--
  src/gallium/auxiliary/indices/u_unfilled_indices.c | 14 ++++++++++++
  2 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/src/gallium/auxiliary/indices/u_unfilled_gen.py 
b/src/gallium/auxiliary/indices/u_unfilled_gen.py
index 873e781..18d9968 100644
--- a/src/gallium/auxiliary/indices/u_unfilled_gen.py
+++ b/src/gallium/auxiliary/indices/u_unfilled_gen.py
@@ -35,14 +35,18 @@ PRIMS=('tris',
         'tristrip',
         'quads',
         'quadstrip',
-       'polygon')
+       'polygon',
+       'tristripadj',
+       'trisadj')
Maybe switch the order of tristripadj and trisadj (and just below too)
for consistency? No big deal though.

Will do.


For the series:
Reviewed-by: Roland Scheidegger <srol...@vmware.com>

Thanks!

-Brian


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to