Re: [Mesa-dev] [PATCH 0/6] util/prim: clean up

2013-05-02 Thread Zack Rusin
- Original Message - > Hi list, > > This patch series attemps to clean up u_prim.h, with an exception that a new > function to get the tessellated (as opposed to decomposed) primitive count is > added by the last patch. I need that function for ilo to update > PIPE_QUERY_PRIMITIVES_GENERA

[Mesa-dev] [PATCH 0/6] util/prim: clean up

2013-05-02 Thread Chia-I Wu
Hi list, This patch series attemps to clean up u_prim.h, with an exception that a new function to get the tessellated (as opposed to decomposed) primitive count is added by the last patch. I need that function for ilo to update PIPE_QUERY_PRIMITIVES_GENERATED.