Re: [Mesa-dev] [PATCH v3 08/14] i965: Add CS push constant info to brw_cs_prog_data

2016-05-30 Thread Jason Ekstrand
On Sun, May 29, 2016 at 3:38 PM, Jordan Justen wrote: > We need information about push constants in a few places for the GL > driver, and another couple places for the vulkan driver. > > When we add support for uploading both a common (cross-thread) set of > push constants, combined with the prev

[Mesa-dev] [PATCH v3 08/14] i965: Add CS push constant info to brw_cs_prog_data

2016-05-29 Thread Jordan Justen
We need information about push constants in a few places for the GL driver, and another couple places for the vulkan driver. When we add support for uploading both a common (cross-thread) set of push constants, combined with the previous per-thread push constant data, things are going to get even