Re: [Mesa-dev] [PATCH] i965: store reference to the context within struct brw_fence

2015-10-04 Thread Chih-Wei Huang
a 2015-09-30 5:36 GMT+08:00 Chad Versace : > On Mon 28 Sep 2015, Marek Olšák wrote: >> On Mon, Sep 28, 2015 at 1:29 PM, Emil Velikov >> wrote: >> > As the spec allows for {server,client}_wait_sync to be called without >> > currently bound context, while our implementation requires context >> > p

Re: [Mesa-dev] [PATCH] i965: store reference to the context within struct brw_fence

2015-09-29 Thread Chad Versace
On Mon 28 Sep 2015, Marek Olšák wrote: > On Mon, Sep 28, 2015 at 1:29 PM, Emil Velikov > wrote: > > As the spec allows for {server,client}_wait_sync to be called without > > currently bound context, while our implementation requires context > > pointer. > > > > UNTESTED. > > > > Cc: Chad Versace

Re: [Mesa-dev] [PATCH] i965: store reference to the context within struct brw_fence

2015-09-28 Thread Emil Velikov
On 28 September 2015 at 14:15, Marek Olšák wrote: > On Mon, Sep 28, 2015 at 1:29 PM, Emil Velikov > wrote: >> As the spec allows for {server,client}_wait_sync to be called without >> currently bound context, while our implementation requires context >> pointer. >> >> UNTESTED. >> >> Cc: Chad Ver

Re: [Mesa-dev] [PATCH] i965: store reference to the context within struct brw_fence

2015-09-28 Thread Marek Olšák
On Mon, Sep 28, 2015 at 1:29 PM, Emil Velikov wrote: > As the spec allows for {server,client}_wait_sync to be called without > currently bound context, while our implementation requires context > pointer. > > UNTESTED. > > Cc: Chad Versace > Cc: Marek Olšák > Cc: Chih-Wei Huang > Cc: Mauro Ross

[Mesa-dev] [PATCH] i965: store reference to the context within struct brw_fence

2015-09-28 Thread Emil Velikov
As the spec allows for {server,client}_wait_sync to be called without currently bound context, while our implementation requires context pointer. UNTESTED. Cc: Chad Versace Cc: Marek Olšák Cc: Chih-Wei Huang Cc: Mauro Rossi Cc: 10.6 11.0 Signed-off-by: Emil Velikov --- Upon second thought