Re: [Mesa-dev] [PATCH] mesa/st: add support for dynamic ubo selection

2014-08-01 Thread Marek Olšák
Acked-by: Marek Olšák Marek On Sun, Jul 20, 2014 at 5:45 AM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > Brian reviewed the first bits of this, but it turns out I had to change > src_register as well. Also I realized that instead of doing the UADD I could > just index2D to 1 in o

Re: [Mesa-dev] [PATCH] mesa/st: add support for dynamic ubo selection

2014-07-24 Thread Ilia Mirkin
ping On Sat, Jul 19, 2014 at 11:45 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > Brian reviewed the first bits of this, but it turns out I had to change > src_register as well. Also I realized that instead of doing the UADD I could > just index2D to 1 in order to generate somethi

[Mesa-dev] [PATCH] mesa/st: add support for dynamic ubo selection

2014-07-19 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- Brian reviewed the first bits of this, but it turns out I had to change src_register as well. Also I realized that instead of doing the UADD I could just index2D to 1 in order to generate something like 6: MOV TEMP[0], CONST[ADDR[1].x+1][ADDR[0].x] So... that's