On Mon, May 23, 2016 at 10:31 PM, Miklós Máté wrote:
> On 05/20/2016 05:42 PM, Ilia Mirkin wrote:
>>
>> On Fri, May 20, 2016 at 11:39 AM, Rob Herring wrote:
>>>
>>> On Mon, May 9, 2016 at 6:38 AM, Marek Olšák wrote:
From: Marek Olšák
This allows drivers to use their own fast
On 05/20/2016 05:42 PM, Ilia Mirkin wrote:
On Fri, May 20, 2016 at 11:39 AM, Rob Herring wrote:
On Mon, May 9, 2016 at 6:38 AM, Marek Olšák wrote:
From: Marek Olšák
This allows drivers to use their own fast path for texture uploads.
---
src/mesa/state_tracker/st_cb_texture.c | 43
On Fri, May 20, 2016 at 10:42 AM, Ilia Mirkin wrote:
> On Fri, May 20, 2016 at 11:39 AM, Rob Herring wrote:
>> On Mon, May 9, 2016 at 6:38 AM, Marek Olšák wrote:
>>> From: Marek Olšák
>>>
>>> This allows drivers to use their own fast path for texture uploads.
>>> ---
>>> src/mesa/state_tracker
On Fri, May 20, 2016 at 11:39 AM, Rob Herring wrote:
> On Mon, May 9, 2016 at 6:38 AM, Marek Olšák wrote:
>> From: Marek Olšák
>>
>> This allows drivers to use their own fast path for texture uploads.
>> ---
>> src/mesa/state_tracker/st_cb_texture.c | 43
>> ++
>
On Mon, May 9, 2016 at 6:38 AM, Marek Olšák wrote:
> From: Marek Olšák
>
> This allows drivers to use their own fast path for texture uploads.
> ---
> src/mesa/state_tracker/st_cb_texture.c | 43
> ++
> 1 file changed, 39 insertions(+), 4 deletions(-)
>
> diff --
On Mon, May 9, 2016 at 6:47 PM, Ilia Mirkin wrote:
> FWIW nouveau (nv30,nv50,nvc0) all use u_default_transfer_inline_write.
> If that's not what radeon uses, I'd appreciate it if you could test it
> out with that in the vtable. I may not be able to test myself for at
> least a day.
Radeon does us
FWIW nouveau (nv30,nv50,nvc0) all use u_default_transfer_inline_write.
If that's not what radeon uses, I'd appreciate it if you could test it
out with that in the vtable. I may not be able to test myself for at
least a day.
On Mon, May 9, 2016 at 12:42 PM, Nicolai Hähnle wrote:
> Looks good to me
Looks good to me, though perhaps somebody wants to chime in about how it
affects other drivers.
Reviewed-by: Nicolai Hähnle
On 09.05.2016 06:38, Marek Olšák wrote:
From: Marek Olšák
This allows drivers to use their own fast path for texture uploads.
---
src/mesa/state_tracker/st_cb_textur
From: Marek Olšák
This allows drivers to use their own fast path for texture uploads.
---
src/mesa/state_tracker/st_cb_texture.c | 43 ++
1 file changed, 39 insertions(+), 4 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_texture.c
b/src/mesa/state_tracke