Re: [Mesa-dev] [PATCH 03/18] i965: Refactor and expose brw_upload_binding_table()

2015-04-28 Thread Kenneth Graunke
On Wednesday, April 22, 2015 11:47:23 PM Topi Pohjolainen wrote: > Read and write parts of the state stage are also split into > explicit arguments allowing future patches to use constant > program data. > > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/brw_binding_tables.c |

[Mesa-dev] [PATCH 03/18] i965: Refactor and expose brw_upload_binding_table()

2015-04-22 Thread Topi Pohjolainen
Read and write parts of the state stage are also split into explicit arguments allowing future patches to use constant program data. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_binding_tables.c | 21 ++--- src/mesa/drivers/dri/i965/brw_state.h | 7