[Mesa-dev] [PATCH] i965: Add some missing bits to {mesa, brw, cache}_bits[].

2013-09-14 Thread Paul Berry
These data structures are used for debug output, so it wasn't hurting anything that there were missing bits. But it's good to keep things up to date. This patch also adds static asserts so that the {brw,cache}_bits[] arrays are the proper size, so that we don't forget to add to them in the future

Re: [Mesa-dev] [PATCH] i965: Add some missing bits to {mesa, brw, cache}_bits[].

2013-09-14 Thread Kenneth Graunke
On 09/14/2013 10:29 AM, Paul Berry wrote: > These data structures are used for debug output, so it wasn't hurting > anything that there were missing bits. But it's good to keep things > up to date. > > This patch also adds static asserts so that the {brw,cache}_bits[] > arrays are the proper size