On Thu, Feb 4, 2016 at 11:15 AM, Marek Olšák wrote:
> From: Marek Olšák
>
> v2: print an error to stderr
Reviewed-by: Alex Deucher
> ---
> src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/src/g
On Thu, Feb 4, 2016 at 3:42 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> v2: don't use DIV_ROUND_UP (no so useful)
> also return eviction stats
For the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/r600/r600_pipe.c | 2 +-
>
On Wed, Feb 3, 2016 at 12:09 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> Also fixes a resource leak when an upload_mgr is used for constants.
For the series:
Reviewed-by: Alex Deucher
> ---
> src/mesa/state_tracker/st_cb_texture.c | 6 ++
> 1 file cha
On Tue, Feb 9, 2016 at 12:47 PM, Marek Olšák wrote:
> On Tue, Feb 9, 2016 at 6:17 PM, Alexandre Demers
> wrote:
>>> +/* The kernel returns 12 for some cards for an unknown
>>> reason.
>>> + * I thought this was supposed to be a power of two.
>>> + */
>>> +
On Wed, Mar 30, 2016 at 11:18 AM, Dieter Nützel wrote:
> Am 30.03.2016 08:51, schrieb Dieter Nützel:
>>
>> Am 30.03.2016 08:20, schrieb Thomas H.P. Andersen:
>>>
>>> On Wed, Mar 30, 2016 at 6:36 AM, Dieter Nützel
>>> wrote:
>>>
Hello Christian,
after all this new VDPAU stuff, I get
=false in Mesa, leading to
> literally 0 buffer evictions.
>
Series is:
Reviewed-by: Alex Deucher
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
On Wed, Apr 13, 2016 at 12:43 PM, Jakob Sinclair
wrote:
> Trivial change. Removing unnecessary semi-colons from the code.
> I don't have push access so someone reviewing this can push it.
>
> Signed-off-by: Jakob Sinclair
For the series:
Reviewed-by: Alex Deucher
> ---
On Thu, Apr 14, 2016 at 3:29 AM, Michel Dänzer wrote:
> On 14.04.2016 11:37, Michel Dänzer wrote:
>> On 12.04.2016 21:33, Marek =?UNKNOWN?B?T2zFocOhaw==?= wrote:
>>>
>>> URL:
>>> http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a4b74d1ba2c156766a7a5dbfef099c7db5d6694
>>> Author: Marek Olšák
On Thu, Apr 14, 2016 at 9:21 AM, Alex Deucher wrote:
> On Thu, Apr 14, 2016 at 3:29 AM, Michel Dänzer wrote:
>> On 14.04.2016 11:37, Michel Dänzer wrote:
>>> On 12.04.2016 21:33, Marek =?UNKNOWN?B?T2zFocOhaw==?= wrote:
>>>>
>>>> URL:
>>>
On Thu, Apr 14, 2016 at 5:55 PM, Nicolai Hähnle wrote:
> On 14.04.2016 10:36, Nicolai Hähnle wrote:
>>
>> From: Nicolai Hähnle
>>
>> ---
>> Hi Michel,
>>
>> perhaps we have to set the SLC (system level coherent) bit for images and
>> buffers that may be accessed via GTT. Could you give this patch
On Sun, Apr 17, 2016 at 12:11 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> It's only required on the compute ring. This matches the closed driver.
>
> The compute flag is removed to prevent confusion and Bas's compute shader
> patches remove it in the whole function.
FWIW, these are effectivel
On Tue, Apr 19, 2016 at 6:56 AM, Marek Olšák wrote:
> Reviewed-by: Marek Olšák
>
> Marek
>
> On Tue, Apr 19, 2016 at 1:39 AM, Bas Nieuwenhuizen
> wrote:
>> v2: Use chip_class instead of family.
>>
>> v3: Check kernel version for SI.
>>
>> Signed-off-by: Bas Nieuwenhuizen
>> ---
>> docs/GL3.txt
On Tue, Apr 19, 2016 at 10:11 AM, Bas Nieuwenhuizen
wrote:
> On Tue, Apr 19, 2016 at 4:03 PM, Alex Deucher wrote:
>> On Tue, Apr 19, 2016 at 6:56 AM, Marek Olšák wrote:
>>> Reviewed-by: Marek Olšák
>>>
>>> Marek
>>>
>>> On Tue, Apr 19,
On Tue, Apr 19, 2016 at 10:30 AM, Bas Nieuwenhuizen
wrote:
> v2: Use chip_class instead of family.
>
> v3: Check kernel version for SI.
>
> v4: Preemptively allow amdgpu winsys for SI.
>
> Signed-off-by: Bas Nieuwenhuizen
Reviewed-by: Alex Deucher
On Wed, Apr 20, 2016 at 4:10 PM, Adam Jackson wrote:
> Signed-off-by: Adam Jackson
Series is:
Reviewed-by: Alex Deucher
> ---
> src/egl/opengl/eglinfo.c | 41 +++--
> 1 file changed, 35 insertions(+), 6 deletions(-)
>
> diff --gi
On Wed, Apr 20, 2016 at 4:55 PM, Adam Jackson wrote:
> Signed-off-by: Adam Jackson
Reviewed-by: Alex Deucher
> ---
> src/egl/opengl/eglinfo.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/egl/opengl/eglinfo.c b/src/egl/opengl/eglinfo.c
> index 75d9fe5..f
On Tue, Apr 26, 2016 at 6:48 AM, Oded Gabbay wrote:
> Signed-off-by: Oded Gabbay
> Cc: "11.1 11.2"
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_state.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/d
On Mon, Apr 20, 2015 at 6:33 PM, Alex Deucher wrote:
> I'm pleased to announce the initial release of the new amdgpu driver.
> This is a partial replacement for the radeon driver for newer AMD
> asics. A number of components are still shared. Here is a comparison
> of the
Signed-off-by: Alex Deucher
---
include/pci_ids/radeonsi_pci_ids.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/pci_ids/radeonsi_pci_ids.h
b/include/pci_ids/radeonsi_pci_ids.h
index 464031c..197ce8e 100644
--- a/include/pci_ids/radeonsi_pci_ids.h
+++ b/include/pci_ids
Signed-off-by: Alex Deucher
Cc: mesa-sta...@lists.freedesktop.org
---
include/pci_ids/radeonsi_pci_ids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/pci_ids/radeonsi_pci_ids.h
b/include/pci_ids/radeonsi_pci_ids.h
index ca81f76..464031c 100644
--- a/include/pci_ids
chel Dänzer
For the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/Makefile.sources | 1 +
> src/gallium/drivers/radeonsi/cik_sdma.c | 364
> ++
> src/gallium/drivers/radeonsi/si_dma.c | 20 --
> src/gallium/
On Tue, May 26, 2015 at 3:29 PM, Grigori Goronzy wrote:
> On 26.05.2015 09:28, Michel Dänzer wrote:
>> From: Michel Dänzer
>>
>> Based on the corresponding SI support. Same as that, this is currently
>> only enabled for one-dimensional buffer copies due to issues with
>> multi-dimensional SDMA co
On Wed, Jun 3, 2015 at 4:16 PM, Shervin Sharifi wrote:
> Thank you Thomas.
> When the next release is going to happen?
> By the way, do you know the status of ES 3.1 support on llvmpipe driver
> (that's the driver I'm mainly interested in)?
You can check the current status here:
http://cgit.freed
would take to clean that up.
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_compute.c | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/radeonsi/si_compute.c
> b/src/gallium/drivers/radeonsi/si_compute.c
&g
On Wed, Sep 24, 2014 at 9:31 AM, Timothy Arceri wrote:
> Hey guys,
>
> I don't think this is a Mesa issue but I didn't know where else to
> start. I tried using the #radeon channel but it wont let me post
> anything.
>
> I'm having some corruption and freezing issues with my 6670 that I would
> li
d be nice to not have any dependencies on the gfx ring. That
way compute jobs can run on the compute rings without requiring the
gfx ring which should avoid any latency issues with desktop gfx jobs.
Alex
>
> -Tom
>
>> Marek
>>
>> On Mon, Sep 22, 2014 at 8:03 PM, Niels
ged, 390 insertions(+), 319 deletions(-)
>
This series is:
Reviewed-by: Alex Deucher
Do you need someone to commit this for you?
> diff --git a/src/mesa/drivers/dri/common/xmlpool/ca.po
> b/src/mesa/drivers/dri/common/xmlpool/ca.po
> index c0cf7f6..1db9703 100644
> --- a/src/mesa/dr
On Mon, Sep 29, 2014 at 12:30 PM, Liu, Leo wrote:
> Hi Emil,
>
> Thanks for the explanation.
> V4 has been sent, please review.
V4 is:
Reviewed-by: Alex Deucher
>
> Thanks,
> Leo
>
>>-Original Message-
>>From: Emil Velikov [mailto:emil.l.veli...@gma
On Thu, Oct 2, 2014 at 1:51 PM, Christian König wrote:
> Am 02.10.2014 um 19:34 schrieb Marek Olšák:
>>
>> From: Marek Olšák
>>
>> This fixes a crash when exiting Firefox. I have really no idea how Firefox
>> does it. It seems to involve multiple contexts and multithreading.
>
>
> That looks to m
On Wed, Oct 22, 2014 at 5:02 AM, Marek Olšák wrote:
> From: Marek Olšák
For the series:
Reviewed-by: Alex Deucher
>
> ---
> src/gallium/drivers/r300/r300_context.h | 1 +
> src/gallium/drivers/r300/r300_emit.c| 1 +
> src/gallium/drivers/r300/r300_state.c | 7
On Wed, Oct 22, 2014 at 12:49 PM, Dieter Nützel wrote:
> Hello Michel,
>
> subject say it all ;-)
The llvm support for r600g is for compute (OpenCL). The fact that is
it somewhat usable for graphics is mainly for testing purposes. There
are no plans to expand it to handle additional graphics fe
On Sun, Mar 15, 2015 at 3:48 PM, Marek Olšák wrote:
> This mainly adds support for line and polygon smoothing. Only GCN supports it
> in hardware.
>
I think technically cayman and TN/RL support this as well.
Alex
> 1-2: cleanups
> 3-6: smoothing
> 7-10: more cleanups
>
> I think point smoothin
ow better.
Alex
>
> Marek
>
> On Sun, Mar 15, 2015 at 11:07 PM, Alex Deucher wrote:
>> On Sun, Mar 15, 2015 at 3:48 PM, Marek Olšák wrote:
>>> This mainly adds support for line and polygon smoothing. Only GCN supports
>>> it in hardware.
>>>
&g
On Fri, Mar 20, 2015 at 3:29 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> drops size from 28 bytes to 20.
>
> Signed-off-by: Dave Airlie
For the series:
Reviewed-by: Alex Deucher alexander.deuc...@amd.com>
> ---
> src/mesa/main/mtypes.h | 6 --
> 1 file
On Fri, Mar 27, 2015 at 4:58 AM, Michel Dänzer wrote:
> From: Flora Cui
>
> Signed-off-by: Flora Cui
> Reviewed-by: Jammy Zhou
> Reviewed-by: Michel Dänzer
> Signed-off-by: Michel Dänzer
Reviewed-by: Alex Deucher
> ---
> src/gbm/backends/dri/gbm_dri.c | 2
On Thu, Mar 19, 2015 at 6:40 PM, Robert Bragg wrote:
> Hi Samuel,
>
> I thought I should let you and others know of some related changes
> I've been playing around with to try and improve our support for the
> INTEL_performance_query extension in the i965 dri driver, since it's
> quite related to
I'm pleased to announce the initial release of the new amdgpu driver.
This is a partial replacement for the radeon driver for newer AMD
asics. A number of components are still shared. Here is a comparison
of the radeon and amdgpu stacks:
1. radeon stack
kernel driver: radeon.ko
libdrm: libdrm_ra
On Mon, Apr 20, 2015 at 6:33 PM, Alex Deucher wrote:
> I'm pleased to announce the initial release of the new amdgpu driver.
> This is a partial replacement for the radeon driver for newer AMD
> asics. A number of components are still shared. Here is a comparison
> of the
On Tue, Apr 21, 2015 at 11:56 AM, Emil Velikov wrote:
> Hi Alex,
>
> On 20 April 2015 at 23:33, Alex Deucher wrote:
>> I'm pleased to announce the initial release of the new amdgpu driver.
>> This is a partial replacement for the radeon driver for newer AMD
>> as
On Mon, Apr 27, 2015 at 10:46 AM, Marek Olšák wrote:
> From: Marek Olšák
For the series:
Reviewed-by: Alex Deucher
>
> ---
> src/gallium/drivers/radeon/r600_pipe_common.c | 13 +++--
> src/gallium/drivers/radeon/r600_pipe_common.h | 3 +++
> src/gall
Hi,
It's time to start thinking about the Google Summer of Code for 2016!
The Xorg GSoC project is open to all projects related to graphics,
windowing systems, and related technologies (Mesa, Wayland, X, input,
kernel, OpenGL, OpenCL, etc.).
For mentors and developers, please start thinking of id
On Mon, Feb 29, 2016 at 6:27 AM, Christian König
wrote:
> From: Christian König
>
> The hardware simply doesn't support that correctly.
>
> Signed-off-by: Christian König
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeon/radeon_video.c | 1 +
>
On Wed, Mar 2, 2016 at 11:48 AM, Emil Velikov wrote:
> Just like everywhere else in the radeon codebase.
>
> Cc: Marek Olšák
> Signed-off-by: Emil Velikov
NACK, amdgpu has major version 3.
> ---
>
> Spotted while grepping for drm_minor - i.e. which version will be used
> for the next round.
>
On Wed, Mar 2, 2016 at 2:09 PM, Emil Velikov wrote:
> On 2 March 2016 at 17:19, Alex Deucher wrote:
>> On Wed, Mar 2, 2016 at 11:48 AM, Emil Velikov
>> wrote:
>>> Just like everywhere else in the radeon codebase.
>>>
>>> Cc: Marek Olšák
>>>
d-off-by: Tamil velan
> Reviewed-by: Christian König
> Cc: "11.0 11.1 11.2"
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeon/radeon_video.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/radeon/rad
From: Tom Stellard
---
lib/Target/AMDGPU/Processors.td | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Target/AMDGPU/Processors.td b/lib/Target/AMDGPU/Processors.td
index 7c93c6a..5903bdf 100644
--- a/lib/Target/AMDGPU/Processors.td
+++ b/lib/Target/AMDGPU/Processors.
From: Sonny Jiang
Signed-off-by: Sonny Jiang
Reviewed-by: Alex Deucher
---
lib/Target/AMDGPU/Processors.td | 8
1 file changed, 8 insertions(+)
diff --git a/lib/Target/AMDGPU/Processors.td b/lib/Target/AMDGPU/Processors.td
index 32c327d..7c93c6a 100644
--- a/lib/Target/AMDGPU
From: Sonny Jiang
Signed-off-by: Sonny Jiang
Reviewed-by: Alex Deucher (Polaris10)
Reviewed-by: Michel Dänzer (Polaris11)
---
include/pci_ids/radeonsi_pci_ids.h | 10 ++
1 file changed, 10 insertions(+)
diff --git a/include/pci_ids/radeonsi_pci_ids.h
b/include/pci_ids
From: Sonny Jiang
Signed-off-by: Sonny Jiang
Reviewed-by: Alex Deucher
Reviewed-by: Michel Dänzer
---
src/gallium/winsys/amdgpu/drm/addrlib/r800/ciaddrlib.cpp | 8 +++-
src/gallium/winsys/amdgpu/drm/addrlib/r800/ciaddrlib.h | 2 ++
src/gallium/winsys/amdgpu/drm/amdgpu_id.h
From: Sonny Jiang
Signed-off-by: Sonny Jiang
Reviewed-by: Leo Liu
---
src/gallium/drivers/radeon/radeon_vce.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/gallium/drivers/radeon/radeon_vce.c
b/src/gallium/drivers/radeon/radeon_vce.c
index 6584393..99b82ca 100644
-
From: Sonny Jiang
Signed-off-by: Sonny Jiang
---
src/gallium/drivers/radeon/radeon_vce.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/gallium/drivers/radeon/radeon_vce.c
b/src/gallium/drivers/radeon/radeon_vce.c
index 2ab74e9..6584393 100644
--- a/src/gallium/drivers/radeon/radeo
From: Sonny Jiang
v2: Polaris chips should be defined after Stoney
Signed-off-by: Sonny Jiang (v1)
Reviewed-by: Michel Dänzer (v1)
Signed-off-by: Leo Liu (v2 diff)
Reviewed-by: Alex Deucher (v2 diff)
---
src/gallium/drivers/radeon/r600_pipe_common.c | 9 +
src/gallium/drivers
like the right thing for me.
>
> Thanks a lot for 'day one' support...;-)
>
> -Dieter
>
>
> Am 23.03.2016 19:43, schrieb Alex Deucher:
>>
>> From: Sonny Jiang
>>
>> Signed-off-by: Sonny Jiang
>> ---
>> src/gallium/drivers/radeon/radeon_
On Wed, May 25, 2016 at 10:57 AM, Christian König
wrote:
> From: Christian König
>
> We support 5.1 for a while now.
>
> Signed-off-by: Christian König
Reviewed-by: Alex Deucher
CC stable?
> ---
> src/gallium/drivers/radeon/radeon_video.c | 2 +-
> 1 file ch
On Wed, May 25, 2016 at 12:08 PM, Emil Velikov wrote:
> On 25 May 2016 at 16:56, Alex Deucher wrote:
>> On Wed, May 25, 2016 at 10:57 AM, Christian König
>> wrote:
>>> From: Christian König
>>>
>>> We support 5.1 for a while now.
>>>
>>
On Thu, May 26, 2016 at 5:51 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> It's not needed since it was fixed in the kernel.
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_hw_context.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(
On Thu, May 26, 2016 at 5:51 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> SDMA submission somehow interacts with the skipping CE preamble logic.
> This is a workaround for current kernels which have the bug.
>
> Sadly, I can't see what's wrong with the kernel driver. The CE preamble
> handling
On Fri, May 27, 2016 at 2:18 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> R600-R700 used a bad workaround. Now only R600 has to use it.
> ---
> src/gallium/drivers/r600/evergreen_hw_context.c | 13 +++--
> src/gallium/drivers/r600/evergreend.h | 1 +
> src/gallium/drivers/r6
On Fri, May 27, 2016 at 3:44 PM, Marek Olšák wrote:
> On Fri, May 27, 2016 at 9:03 PM, Alex Deucher wrote:
>> On Fri, May 27, 2016 at 2:18 PM, Marek Olšák wrote:
>>> From: Marek Olšák
>>>
>>> R600-R700 used a bad workaround. Now only R600 has to use it.
&
On Fri, May 27, 2016 at 3:56 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> v2: don't use PFP_SYNC_ME on R700
All 6 patches look reasonable to me.
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/r600/evergreen_hw_context.c | 13 +++--
> src/gallium/dr
On Mon, May 30, 2016 at 8:17 AM, Christian König
wrote:
> From: Christian König
>
> We support 5.2 for a while now.
>
> v2: we even support 5.2 for H264, 5.1 is for HEVC.
>
> Signed-off-by: Christian König
> Cc:
Reviewed-by: Alex Deucher
> ---
> src/gallium
I didn't realize there were 1 and 2 RB variants when this code
was originally added.
Signed-off-by: Alex Deucher
Cc:
---
src/gallium/drivers/radeonsi/si_state.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/gallium/drivers/radeonsi/si_state.c
b/src/ga
ing may be needed, especially testing on GPUs not listed above.
>
> Also available here:
> https://cgit.freedesktop.org/~mareko/mesa/log/?h=r600-opt-flushes
>
> Please review.
For the series:
Reviewed-by: Alex Deucher
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
On Mon, Jun 6, 2016 at 1:16 PM, Marek Olšák wrote:
> [+ dri-devel]
>
> On Mon, Jun 6, 2016 at 8:42 AM, Mathieu Malaterre wrote:
>> Hi,
>>
>> Before reporting a possible invalid bug report. Does anyone knows why
>> radeaonfb is not configured the same way radeon is ? For instance on a
>> PowerPC m
On Thu, Jun 9, 2016 at 2:44 AM, Michel Dänzer wrote:
> From: Michel Dänzer
>
> This makes sure that dri_set_tex_buffer2 -> dri_drawable_validate_att
> will re-create the front left attachment buffer after the drawable got
> invalidated.
>
> Fixes window contents not updating until the window is r
On Wed, Jun 15, 2016 at 2:13 PM, Jan Vesely wrote:
> Signed-off-by: Jan Vesely
> ---
> Untested (I don't have the required hw)
>
> src/gallium/drivers/r600/r600_pipe.c | 5 -
> src/gallium/drivers/r600/r600_shader.c | 2 +-
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git
the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_pm4.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/radeonsi/si_pm4.h
> b/src/gallium/drivers/radeonsi/si_pm4.h
> index 309a596..35fa6c3 100644
>
On Fri, Jun 17, 2016 at 2:10 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> This yields a small performance improvement in Unigine Heaven.
For the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_state.c | 22 +-
lium/radeon: boolean -> bool, TRUE -> true, FALSE -> false
> radeonsi: boolean -> bool, TRUE -> true, FALSE -> false
> radeonsi: make si_is_format_supported static
>
> Please review.
For the series:
Reviewed-by: Alex Deucher
>
> Marek
> ___
arts, but let's not do anything risky last-minute to the hardware that's
> already out there.
>
> Please review!
For the series:
Reviewed-by: Alex Deucher
>
> Thanks,
> Nicolai
>
> ___
> mesa-dev mailing list
>
On Mon, Jun 27, 2016 at 3:01 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> This was missing.
>
> Cc: 12.0
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_state.c | 5 +
> src/gallium/drivers/radeonsi/sid.h | 6 ++
> 2 files changed
On Fri, Nov 20, 2015 at 12:07 PM, Leo Liu wrote:
> Signed-off-by: Leo Liu
> Cc: "11.0"
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeon/radeon_vce.c | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/src/gallium/drivers/radeon/radeon
From: Boyuan Zhang
v2: set the behaviour default for future ASICs.
Signed-off-by: Boyuan Zhang
Reviewed-by: Leo Liu
Cc: mesa-sta...@lists.freedesktop.org
---
src/gallium/drivers/radeon/radeon_uvd.c | 2 ++
src/gallium/drivers/radeon/radeon_uvd.h | 5 -
2 files changed, 6 insertions(+), 1
On Wed, Nov 25, 2015 at 12:27 AM, Boyan Ding wrote:
> Signed-off-by: Boyan Ding
I don't have a strong opinion on the style. Patches are:
Acked-by: Alex Deucher
> ---
> src/egl/drivers/dri2/egl_dri2.c | 10 --
> src/egl/drivers/dri2/platform_android.c | 8 ++
On Mon, Nov 30, 2015 at 5:06 PM, Dave Airlie wrote:
> On 30 November 2015 at 19:51, Marek Olšák wrote:
>> On Mon, Nov 30, 2015 at 7:20 AM, Dave Airlie wrote:
>>> Hi,
>>>
>>> Patchbomb time, this set of patches is a first pass at add adding
>>> ARB_tessellation_shader support to the r600g driver.
On Thu, Dec 3, 2015 at 5:51 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> Cc: 11.0 11.1
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeon/r600_pipe_common.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/r
On Fri, Dec 4, 2015 at 2:35 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> Cc: 11.0 11.1
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeon/r600_texture.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/src/gallium/drivers/radeon/r600_te
On Fri, Dec 4, 2015 at 3:27 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> Cc: 11.0 11.1
For the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_state_draw.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/src/
On Wed, Dec 9, 2015 at 5:35 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> v2: fix dual source blending
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeon/r600_pipe_common.c | 1 +
> src/gallium/drivers/radeon/r600_pipe_common.h | 3 +
> src/g
On Thu, Dec 10, 2015 at 8:09 AM, Marek Olšák wrote:
> From: Marek Olšák
>
> This is a prerequisite for the following r600g fix.
>
> Cc: 11.0 11.1
For the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/auxiliary/tgsi/tgsi_scan.c | 3 +++
> src/gallium/auxili
.0 11.1
For the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/r600/evergreen_state.c | 9 +++--
> src/gallium/drivers/radeon/cayman_msaa.c | 12 +---
> src/gallium/drivers/radeon/r600d_common.h | 2 ++
> 3 files changed, 18 insertions(+), 5 de
ihane
> +Alan Hourihane
> +
> +Alexander Monakov
> +
> +Alexander von Gluck IV Alexander von Gluck
>
> +
> +Alex Corscadden
> +Alex Corscadden
> +
> +Alex Deucher
> +Alex Deucher
> +Alex Deucher
> +Alex Deucher
> +Alex Deucher
&g
On Fri, Dec 18, 2015 at 7:48 AM, Emil Velikov wrote:
> Hi Alex,
>
> On 20 November 2015 at 23:31, Alex Deucher wrote:
>> From: Boyuan Zhang
>>
>> v2: set the behaviour default for future ASICs.
>>
>> Signed-off-by: Boyuan Zhang
>> Reviewed-by: Leo
On Mon, Dec 21, 2015 at 11:57 AM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> This rather silly mistake was introduced by commit 01910676.
>
> Cc: "11.1"
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeon/r600_query.c | 6 +++---
> 1 file cha
On Tue, Dec 22, 2015 at 2:33 AM, Giuseppe Bilotta
wrote:
> On Tue, Dec 22, 2015 at 3:25 AM, Jason Ekstrand wrote:
>>
>> As with Michel, I'd rather have my "personal" e-mail as the cannonical one.
>> That said, I vote we just merge this as-is and let everyone go fix their own
>> e-mail address.
>
On Mon, Aug 4, 2014 at 11:54 AM, Roland Scheidegger wrote:
> Am 03.08.2014 14:40, schrieb Marek Olšák:
>> Hi everyone,
>>
>> This series adds:
>> - Support for ETC2 texture formats to all gallium drivers. This is a
>> requirement for OpenGL ES 3.0, which can now be considered feature-complete
>>
lists.freedesktop.org
Reviewed-by: Alex Deucher
> ---
> src/mesa/drivers/dri/r200/r200_context.c| 1 +
> src/mesa/drivers/dri/r200/r200_state.c | 2 +-
> src/mesa/drivers/dri/r200/r200_state.h | 1 +
> src/mesa/drivers/dri/radeon/radeon
or easier debugging. (If there are hangs,
> use the option. If the hangs go away, you have found the problem.)
Just one comment below. With that addressed:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeon/r600_pipe_common.c | 2 +-
> src/gallium/drivers/radeon/
On Wed, Aug 6, 2014 at 9:32 AM, Marek Olšák wrote:
> From: Marek Olšák
>
> This isn't documented anywhere, but it's the only thing that works
> for this case.
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_state_draw.c | 7 ++-
> 1 f
On Wed, Aug 6, 2014 at 11:30 AM, Marek Olšák wrote:
> On Wed, Aug 6, 2014 at 4:01 PM, Alex Deucher wrote:
>> On Wed, Aug 6, 2014 at 9:32 AM, Marek Olšák wrote:
>>> From: Marek Olšák
>>>
>>> The code is rewritten to take known constraints into account,
gt; - Use private struct radeon_drm_winsys instead of public struct radeon_info
> - Rename r600_accel_working2 to accel_working2
>
> v3:
> - Use type2 nop packet for returned value < 3
>
> v4:
> - Fail to initialize winsys for returned value < 2
>
> Cc: mesa-sta...@
On Wed, Aug 6, 2014 at 5:49 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> R600-R700 don't support virtual memory.
For consistency, it might be nice to use gpu_address here as well, but
just set it to 0 for 6xx/7xx. Either way, series is:
Reviewed-by: Alex Deucher
> -
On Mon, Aug 11, 2014 at 4:39 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> These are recommended values. Some additional tweeks will be needed
> for tessellation.
For the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_state.c | 6 --
On Mon, Aug 11, 2014 at 4:46 PM, Marek Olšák wrote:
> From: Marek Olšák
For the series:
Reviewed-by: Alex Deucher
>
> ---
> src/gallium/drivers/r600/evergreen_state.c | 104
> ++---
> src/gallium/drivers/r600/evergreend.h | 1 +
> src
On Wed, Aug 13, 2014 at 3:30 PM, Andreas Boll
wrote:
> accel_working2 returns 3 if the new firmware is used.
>
> The comment wasn't updated in v3 of commit:
> 36771dc winsys/radeon: fix nop packet padding for hawaii
>
> Signed-off-by: Andreas Boll
Reviewed-by: Alex
On Thu, Aug 14, 2014 at 6:18 PM, Emil Velikov wrote:
> Signed-off-by: Emil Velikov
Might make sense to set PIPE_CAP_UMA for the the IGP chips and APUs.
I guess it depends how applications use that info.
Alex
> ---
> src/gallium/drivers/r300/r300_screen.c | 11 +++
> src/gallium/driver
On Mon, Aug 18, 2014 at 1:38 PM, Roland Scheidegger wrote:
> Am 18.08.2014 19:05, schrieb Connor Abbott:
>> On Mon, Aug 18, 2014 at 12:38 PM, Ilia Mirkin wrote:
>>> On Mon, Aug 18, 2014 at 12:25 PM, Connor Abbott wrote:
On Mon, Aug 18, 2014 at 11:47 AM, Jose Fonseca wrote:
> On 18/08/1
On Mon, Aug 18, 2014 at 5:55 PM, Marek Olšák wrote:
> From: Marek Olšák
>
> Nothing's changed for CIK here.
For the series:
Reviewed-by: Alex Deucher
> ---
> src/gallium/drivers/radeonsi/si_state.c | 6 --
> src/gallium/drivers/radeon
On Thu, Aug 21, 2014 at 11:12 PM, Ben Widawsky
wrote:
> This was a quick proof of concept to show the new API for prelocating
> buffers.
>
What are prelocated buffers?
Alex
> It needs way more testing, to not ifdef the no-relocs, and to do a
> libdrm ABI dep bump.
> ---
> src/mesa/drivers/dri/
It doesn't seem to support field based decode after testing.
Signed-off-by: Alex Deucher
---
src/gallium/drivers/radeon/radeon_video.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gallium/drivers/radeon/radeon_video.c
b/src/gallium/drivers/radeon/radeon_video.c
index 6dcee45..2e
301 - 400 of 819 matches
Mail list logo