On Wed, 10 Apr 2019 at 22:45, Ilia Mirkin wrote:
>
> All docs are in the proper method address, i.e. "in bytes" -- in the
> future, please refer to them that way since all the code and
> documentation do.
>
> There is no reference to method 2c8 in the mesa driver (except the
> GLOBAL_BASE thing th
From: Ben Skeggs
By treating the rectangles as 1cpp, we can run up against some internal
copy engine limits and trigger a MEM2MEM_RECT_OUT_OF_BOUNDS error check
at launch time.
This commit enables the REMAP hardware, which allows us to specify both
the component size and number of components
From: Ben Skeggs
Aside from reducing pushbuf usage in some situations, this commit should
have no other effect, and is just to make it somewhat obvious that those
methods have zero effect on linear surfaces.
Signed-off-by: Ben Skeggs
---
src/gallium/drivers/nouveau/nvc0/nvc0_transfer.c | 37
exceptions that some NVIDIA GPUs are raising when
executing getteximage-depth in non-debug builds that don't hit the
assertion.
Reviewed-by: Ben Skeggs
Thanks!
>
> Signed-off-by: Dave Airlie
> ---
> src/mesa/main/texgetimage.c | 24 +---
> 1 file changed, 9
On 8 September 2015 at 18:00, Hans de Goede wrote:
> Hi,
>
> On 07-09-15 22:00, Ilia Mirkin wrote:
>>
>> On Mon, Sep 7, 2015 at 3:50 PM, Hans de Goede wrote:
>>>
>>> msaa use on nv30 may trigger a (mesa?) bug where dmesg says:
>>> [ 1197.850642] nouveau E[soffice.bin[3785]] fail ttm_validate
>>
On 19 June 2015 at 21:51, Martin Peres wrote:
> On 19/06/2015 13:02, Alexandre Courbot wrote:
>>
>> New revision of this patchset that prevents VRAM objects from being
>> allocated on VRAM-less systems like Tegra. This is required for Mesa
>> to work on such systems.
>>
>> Changes since v2:
>> - U
On Mon, Jun 23, 2014 at 5:39 PM, Maarten Lankhorst
wrote:
> op 23-06-14 09:24, Ben Skeggs schreef:
>> On Mon, Jun 23, 2014 at 5:17 PM, Maarten Lankhorst
>> wrote:
>>> op 21-06-14 14:12, Ilia Mirkin schreef:
>>>> On Tue, Jun 17, 2014 at 2:34 AM, Maarten Lankho
On Mon, Jun 23, 2014 at 5:17 PM, Maarten Lankhorst
wrote:
> op 21-06-14 14:12, Ilia Mirkin schreef:
>> On Tue, Jun 17, 2014 at 2:34 AM, Maarten Lankhorst
>> wrote:
>>> nv30 seems to not support dma objects with offset, so simply extend the
>>> query_heap to cover the
>>> entire notifier, and use
ix the same issue as the patch in Keith's tree was fixing for me.
Reviewed-by: Ben Skeggs
> ---
> src/glx/dri3_glx.c | 7 +++
> 1 file changed, 7 insertions(+)
>
> diff --git a/src/glx/dri3_glx.c b/src/glx/dri3_glx.c
> index 55eed39..b309cd4 100644
> --- a
14-May/060317.html
>
> Signed-off-by: Axel Davy
> Reviewed-by: Marek Olšák
Good timing, I did the exact same thing myself a couple of hours ago :P
Reviewed-by: Ben Skeggs
>
> Previous patches were:
> Signed-off-by: Ben Skeggs
> Signed-off-by: Keith Packard
> ---
> sr
On Sat, Jun 7, 2014 at 5:43 AM, Ilia Mirkin wrote:
> Signed-off-by: Ilia Mirkin
> Cc: "10.2"
For the series:
Reviewed-by: Ben Skeggs
> ---
> src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
On Mon, May 19, 2014 at 12:16 AM, Ilia Mirkin wrote:
> Signed-off-by: Ilia Mirkin
> ---
> src/gallium/drivers/nouveau/nvc0/nvc0_video.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_video.c
> b/src/gallium/drivers/nouveau/nvc0/nvc0_video.c
> i
On Sun, May 11, 2014 at 10:34 AM, Ilia Mirkin wrote:
> Fixes the new logic of the conditional rendering piglit test.
>
> Signed-off-by: Ilia Mirkin
> Cc: "10.2"
Reviewed-by: Ben Skeggs
> ---
> src/gallium/drivers/nouveau/nv50/nv50_query.c | 6 +-
> s
by: Ilia Mirkin
> Cc: "10.2"
Reviewed-by: Ben Skeggs
> ---
> src/gallium/drivers/nouveau/nv50/nv50_surface.c | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/src/gallium/drivers/nouveau/nv50/nv50_surface.c
> b/src/gallium/drivers/nouveau/nv50/
On Sat, May 10, 2014 at 1:19 PM, Ilia Mirkin wrote:
> Different textures may be bound to each slot for each stage. So we need
> to be able to upload ms parameters for each one without stages
> overwriting each other.
>
> Signed-off-by: Ilia Mirkin
> Cc: "10.1 10.2&qu
On Sun, May 11, 2014 at 5:06 AM, Ilia Mirkin wrote:
> Signed-off-by: Ilia Mirkin
> Cc: "10.2 10.1"
Reviewed-by: Ben Skeggs
> ---
>
> Found this while tracking a regression on nvc0 for my patch which fixes
> ir_unop_any to emit or's instead of dp3's. (That
On Wed, May 7, 2014 at 9:57 AM, Ilia Mirkin wrote:
> Should fix SGE/SSG instructions, which were previously getting integer
> 0/-1 values.
I hit the same issue on Maxwell. Soo...
>
> Signed-off-by: Ilia Mirkin
Reviewed-by: Ben Skeggs
> ---
> src/gallium/drive
On Tue, Feb 4, 2014 at 1:22 PM, Ilia Mirkin wrote:
> OK, so from the _looks_ of it, vertex and fragment texture/sampler
> bindings are totally separate. Based on what I'm seeing, there are 16
> slots for fragment shaders, and 4 for vertex shaders.
From what I understand, they're completely separat
On Mon, Nov 25, 2013 at 1:57 PM,
wrote:
> From: Christopher James Halse Rogers
http://cgit.freedesktop.org/~keithp/mesa/log/?h=dri3
>
> v2: Fix up queryImage return for ATTRIB_FD
> Use driver_descriptor.configuration to determine whether the driver
> supports DMA-BUF import/export.
> v3:
On Wed, 2011-08-10 at 08:50 +0200, Marek Olšák wrote:
> On Wed, Aug 10, 2011 at 7:11 AM, Rudolf Polzer wrote:
> > On Tue, Aug 09, 2011 at 11:45:23PM +0200, Marek Olšák wrote:
> >> On Tue, Aug 9, 2011 at 12:25 PM, Jose Fonseca wrote:
> >> > I don't have time for a longer reply now, but I do think
20 matches
Mail list logo