Re: [Mesa-dev] [PATCH 1/2] i965/cs: Setup push constant data for uniforms

2015-07-17 Thread Jordan Justen
On 2015-07-09 17:15:14, Ben Widawsky wrote: > On Tue, Jun 16, 2015 at 02:21:39PM -0700, Jordan Justen wrote: > > +static void > > +gen7_upload_cs_push_constants(struct brw_context *brw) > > +{ > > + struct brw_stage_state *stage_state = &brw->cs.base; > > + > > + /* BRW_NEW_COMPUTE_PROGRAM */ >

Re: [Mesa-dev] [PATCH 1/2] i965/cs: Setup push constant data for uniforms

2015-07-09 Thread Ben Widawsky
On Tue, Jun 16, 2015 at 02:21:39PM -0700, Jordan Justen wrote: > brw_upload_cs_push_constants was based on gen6_upload_push_constants. This review is based off of 2838833bfd5eb0a87fdacfa1cd6391b50f9c0b8b in your repository. This patch doesn't apply cleanly in its current form. > > Signed-off-by:

[Mesa-dev] [PATCH 1/2] i965/cs: Setup push constant data for uniforms

2015-06-16 Thread Jordan Justen
brw_upload_cs_push_constants was based on gen6_upload_push_constants. Signed-off-by: Jordan Justen --- These 2 patches allow this piglit to pass: tests/spec/arb_compute_shader/execution/basic-uniform-access-atomic.shader_test (Also requires overriding the GL version and some extensions...) s