- 30 Sep, 2020 40 commits
-
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
While we're at it, make sure we always have a space between the number and "BPP", for easier reading. Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Erik Faye-Lund authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch> Part-of: <!6915>
-
Jason Ekstrand authored
Reviewed-by:
Dave Airlie <airlied@redhat.com> Part-of: <!5275>
-
Jason Ekstrand authored
This legacy path needs to die. Drivers shouldn't be using it anymore. While we're here, we also implement the resource_reindex intrinsic which doesn't come up in most direct-access cases but can depending on how the OpAccessChains are structured. It comes up all the time in the variable pointers world. Reviewed-by:
Dave Airlie <airlied@redhat.com> Part-of: <!5275>
-
Jason Ekstrand authored
Reviewed-by:
Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <!5275>
-
Jason Ekstrand authored
Reviewed-by:
Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <!5275>
-
Jason Ekstrand authored
Reviewed-by:
Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <!5275>
-
Jason Ekstrand authored
Reviewed-by:
Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <!5275>
-
Dave Airlie authored
This can be used outside debug contexts. Reviewed-by:
Roland Scheidegger <sroland@vmware.com> Part-of: <!6928>
-
Dave Airlie authored
Reviewed-by:
Roland Scheidegger <sroland@vmware.com> Part-of: <!6928>
-
Dave Airlie authored
This fixes a bunch of opencl tests. Reviewed-by:
Roland Scheidegger <sroland@vmware.com> Part-of: <!6928>
-
Dave Airlie authored
This fixes a bunch of bad casts in piglit tests Reviewed-by:
Roland Scheidegger <sroland@vmware.com> Part-of: <!6928>
-
Jonathan Marek authored
As a result of doing semaphores correctly, this is needed for things to work correctly. Signed-off-by:
Jonathan Marek <jonathan@marek.ca> Part-of: <!6719>
-
Jonathan Marek authored
Signed-off-by:
Jonathan Marek <jonathan@marek.ca> Part-of: <!6719>
-
Jonathan Marek authored
Signed-off-by:
Jonathan Marek <jonathan@marek.ca> Part-of: <!6719>
-
Jonathan Marek authored
The behavior of OPAQUE_FD should be unchanged. SYNC_FD case is reworked to be more like what anv does: a new temporary syncobj is always created, with the CREATE_SIGNALED flag if necessary. Signed-off-by:
Jonathan Marek <jonathan@marek.ca> Part-of: <!6719>
-
Jonathan Marek authored
Fixes: - permanent payload not being restored for the OPAQUE_FD case - incorrectly resetting the permanent payload in SYNC_FD case Signed-off-by:
Jonathan Marek <jonathan@marek.ca> Part-of: <!6719>
-