[Mesa-dev] [PATCH 31/36] i965: clip: Add a function to determine whether a vert_result is in use.

2011-09-02 Thread Paul Berry
Previously we would examine the offset[] array (since an offset of 0 meant not in use). This paves the way for removing the offset[] array. --- src/mesa/drivers/dri/i965/brw_clip.h |9 + src/mesa/drivers/dri/i965/brw_clip_unfilled.c | 14 +-

Re: [Mesa-dev] [PATCH 31/36] i965: clip: Add a function to determine whether a vert_result is in use.

2011-09-02 Thread Eric Anholt
On Fri, 2 Sep 2011 09:07:10 -0700, Paul Berry stereotype...@gmail.com wrote: Previously we would examine the offset[] array (since an offset of 0 meant not in use). This paves the way for removing the offset[] array. --- src/mesa/drivers/dri/i965/brw_clip.h |9 +

Re: [Mesa-dev] [PATCH 31/36] i965: clip: Add a function to determine whether a vert_result is in use.

2011-09-02 Thread Paul Berry
On 2 September 2011 14:40, Eric Anholt e...@anholt.net wrote: On Fri, 2 Sep 2011 09:07:10 -0700, Paul Berry stereotype...@gmail.com wrote: Previously we would examine the offset[] array (since an offset of 0 meant not in use). This paves the way for removing the offset[] array. ---