Marek Olšák writes:
> From: Marek Olšák
>
> 4 bits per draw buffer, 8 draw buffers in total --> 32 bits.
>
> This is easier to work with.
> diff --git a/src/mesa/drivers/dri/nouveau/nouveau_driver.c
> b/src/mesa/drivers/dri/nouveau/nouveau_driver.c
> index 998e751..018f65a 100644
> --- a/src/m
"Juan A. Suarez Romero" writes:
> If extensions GL_KHR_texture_compression_astc_hdr or
> GL_KHR_texture_compression_astc_sliced_3d are implemented then ASTC
> format are supported in CompressedTex*Îmage3D.
>
> Fixes KHR-GLES2.texture_3d.* with this format.
Reviewed-by: Eric Anholt
signature.a
On 2018-02-03 14:24:06, Jason Ekstrand wrote:
> On February 3, 2018 13:59:40 Jordan Justen wrote:
>
> > Signed-off-by: Jordan Justen
> > Reviewed-by: Timothy Arceri
> > ---
> > docs/relnotes/18.1.0.html | 1 +
> > src/mesa/drivers/dri/i965/brw_disk_cache.c | 3 ---
> > 2 files
On February 3, 2018 13:59:40 Jordan Justen wrote:
Signed-off-by: Jordan Justen
Reviewed-by: Timothy Arceri
---
docs/relnotes/18.1.0.html | 1 +
src/mesa/drivers/dri/i965/brw_disk_cache.c | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/relnotes/18.
It seems these were missed when struct pipe_context * argument was
added to hud_graph::query_new_value.
Fixes: 3132afdf4c "gallium/hud: pass pipe_context explicitly to most functions"
---
src/gallium/auxiliary/hud/hud_cpufreq.c | 2 +-
src/gallium/auxiliary/hud/hud_diskstat.c | 2 +-
src
At least with vim, this is needed to actually get tab instead of
3 spaces after hitting the tab key.
---
src/gallium/drivers/radeonsi/.editorconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/radeonsi/.editorconfig
b/src/gallium/drivers/radeonsi/.editorconfig
index cc8
Fix the following:
warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but
argument 3 has type ‘uint64_t {aka long long unsigned int}.
---
src/intel/compiler/brw_disasm.c | 4 ++--
src/intel/compiler/brw_nir_analyze_ubo_ranges.c | 2 +-
2 files changed, 3 insertions
I hope the actual dropping of MSB is ok, but that's what's already
happened before this change.
---
src/gallium/drivers/radeonsi/si_descriptors.c | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_descriptors.c
b/src/gallium/dri
Signed-off-by: Jordan Justen
Reviewed-by: Timothy Arceri
---
docs/relnotes/18.1.0.html | 1 +
src/mesa/drivers/dri/i965/brw_disk_cache.c | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/relnotes/18.1.0.html b/docs/relnotes/18.1.0.html
index b8a0cd0d02c
On 03/02/2018 18:07, Dylan Baker wrote:
Quoting Jon Turney (2018-02-03 05:49:40)
- if not ['darwin', 'windows'].contains(host_machine.system())
+ if not ['darwin', 'windows', 'cygwin'].contains(host_machine.system())
+# TODO: PPC, Sparc
if ['x86', 'x86_64'].contains(host_machine.cpu_
https://bugs.freedesktop.org/show_bug.cgi?id=101806
--- Comment #3 from Strangiato ---
Crash is still happening on Arch Linux running mesa 17.3.3-2.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug._
Quoting Jon Turney (2018-02-03 05:49:40)
> set suitable defaults for 'dri-drivers', 'gallium-drivers', 'vulkan-drivers'
> and 'platforms' options for osx, windows and cygwin, adding cygwin where
> appropriate.
>
> Signed-off-by: Jon Turney
> ---
> meson.build | 15 ---
> 1 file chang
I've pushed a new branch with just this series (not the GENERAL layout
stuff):
https://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/anv-resolve-rework
On Fri, Feb 2, 2018 at 11:04 PM, Jason Ekstrand
wrote:
> On Fri, Feb 2, 2018 at 6:55 PM, Nanley Chery
> wrote:
>
>> On Thu, Feb 01, 2018 at
Hello,
from what I see in archives mesa-users seems a bit neglected, and I cannot
expect any reply there anytime soon. Perhaps anyone here could help me?
I wanted to replace somewhat dated Mesa 11 with newest 17.3.3 - so I took
it from "Slackware 64 current" repository to create package, but the
On 01/02/2018 13:13, Emil Velikov wrote:
On 28 January 2018 at 14:24, Jon Turney wrote:
---
.travis.yml | 5 +
1 file changed, 5 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 9cecf2f615f..7e6bbfe306b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -403,6 +403,11 @@ matrix:
set suitable defaults for 'dri-drivers', 'gallium-drivers', 'vulkan-drivers'
and 'platforms' options for osx, windows and cygwin, adding cygwin where
appropriate.
Signed-off-by: Jon Turney
---
meson.build | 15 ---
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/meson.b
https://bugs.freedesktop.org/show_bug.cgi?id=104928
Bug ID: 104928
Summary: libglvnd_1.0.0 disables amdgpu direct rendering
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
S
2018-02-03 11:26 GMT+01:00 Erik Faye-Lund :
>
>
> On Feb 1, 2018 04:35, "Dave Airlie" wrote:
>
> From: Dave Airlie
>
> In order to deal with conversions properly we need to extract
> non-64bit sources from vectors instead of expanding them as
> the 64-bit code does.
>
> We need non-64bit sources
https://bugs.freedesktop.org/show_bug.cgi?id=104926
Bug ID: 104926
Summary: swrast: Mesa 17.3.3 produces: HW cursor for format
875713089 not supported
Product: Mesa
Version: 17.3
Hardware: Other
OS: All
On 24 January 2018 at 08:19, Tomeu Vizoso wrote:
> On 01/24/2018 12:03 AM, Karol Herbst wrote:
>>
>> On Tue, Jan 23, 2018 at 11:46 PM, Francisco Jerez
>> wrote:
>>>
>>> Pierre Moreau writes:
>>>
On 2018-01-23 — 14:02, Francisco Jerez wrote:
>
> Karol Herbst writes:
>
>> the
On Feb 1, 2018 04:35, "Dave Airlie" wrote:
From: Dave Airlie
In order to deal with conversions properly we need to extract
non-64bit sources from vectors instead of expanding them as
the 64-bit code does.
We need non-64bit sources for the 32->64 conversion functions.
Signed-off-by: Dave Airli
On 02/02/2018 23:41, Marek Olšák wrote:
On Fri, Feb 2, 2018 at 10:44 PM, Axel Davy wrote:
Hi Marek,
Since the previous patch makes it mandatory to use the flags when required,
I guess this patch should also add the neccessary changes to gallium nine.
Nine uses user buffers and const_uploader,
22 matches
Mail list logo