Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Giuseppe Bilotta
On Thu, Dec 17, 2015 at 10:09 PM, Boris Peterbarg wrote: > Woah, this brought back memories of fighting with X and mesa! > > If you want to list me, I'd prefer you use re...@users.sourceforge.net Actually, your comment just gave me a _brilliant_ idea. If mesa was hosted on SF's svn, I'm ready to

Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Giuseppe Bilotta
Hello Boris, On Thu, Dec 17, 2015 at 10:09 PM, Boris Peterbarg wrote: > Woah, this brought back memories of fighting with X and mesa! > > If you want to list me, I'd prefer you use re...@users.sourceforge.net Thanks, I've added the mapping. Unless of course you'd rather want to remain anonymous

Re: [Mesa-dev] [PATCH v2 1/2] mesa: Add a _mesa_active_fragment_shader_has_side_effects helper

2015-12-17 Thread Iago Toral
On Thu, 2015-12-17 at 16:29 +0200, Francisco Jerez wrote: > Iago Toral Quiroga writes: > > > Some drivers can disable the FS unit if there is nothing in the shader code > > that writes to an output (i.e. color, depth, etc). Right now, mesa has > > a function to check for atomic buffers and the i9

Re: [Mesa-dev] [PATCH] i965: Only apply CS stall workaround pre-SKL

2015-12-17 Thread Kenneth Graunke
On Thursday, December 17, 2015 01:21:26 PM Ben Widawsky wrote: > As per the docs. > > Cc: Kenneth Graunke > Signed-off-by: Ben Widawsky > --- > src/mesa/drivers/dri/i965/brw_pipe_control.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/

Re: [Mesa-dev] [PATCH] gallium/radeon: only dispose locally created target machine in radeon_llvm_compile

2015-12-17 Thread Michel Dänzer
On 18.12.2015 07:00, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Unify the cleanup paths of the function rather than duplicating code. This should probably be backported to the stable branches? If so, add Cc: "11.0 11.1" to the commit log, no need to actually send the patch to the mesa-s

Re: [Mesa-dev] [PATCH 6/7] nir: Teach nir_opt_algebraic about adding and subtracting the same thing

2015-12-17 Thread Jason Ekstrand
On Dec 17, 2015 1:21 AM, "Eero Tamminen" wrote: > > Hi, > > > On 12/17/2015 01:52 AM, Matt Turner wrote: >> >> On Tue, Dec 15, 2015 at 1:16 AM, Eduardo Lima Mitev wrote: >>> >>> On 12/15/2015 09:28 AM, Kristian Høgsberg Kristensen wrote: This optimizes a + b - b to just a. Modest shader

Re: [Mesa-dev] [PATCH] util/macros: Simplify DIV_ROUND_UP() definition

2015-12-17 Thread Nanley Chery
On Thu, Dec 17, 2015 at 11:53:03AM -0800, Nanley Chery wrote: > On Thu, Dec 17, 2015 at 11:25 AM, Matt Turner wrote: > > > On Thu, Dec 17, 2015 at 11:04 AM, Nanley Chery > > wrote: > > > On Thu, Dec 17, 2015 at 12:05:46PM +0100, Glenn Kennard wrote: > > >> On Wed, 16 Dec 2015 20:57:51 +0100, Nan

Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Sven M. Hallberg
Erik Faye-Lund writes: >> Probably "Sven M. Hallberg " >> (Sources: http://sourceforge.net/p/mesa3d/mailman/message/5416179/ and >> https://github.com/jwiegley/lambdabot-1/blob/master/AUTHORS#L17) > > OK, this address bounced (or rather, mailer-dae...@kundenserver.de > buonced pe...@gmx.de, so I g

[Mesa-dev] [PATCH 1/2] radeonsi: count compilations in si_compile_llvm

2015-12-17 Thread Nicolai Hähnle
From: Nicolai Hähnle This changes the count slightly (because of si_generate_gs_copy_shader), but this is only relevant for the driver-specific num-compilations query. It sets the stage for the next commit. --- src/gallium/drivers/radeonsi/si_shader.c| 2 ++ src/gallium/drivers/radeonsi/

[Mesa-dev] [PATCH 2/2] radeonsi: add RADEON_REPLACE_SHADERS debug option

2015-12-17 Thread Nicolai Hähnle
From: Nicolai Hähnle This option allows replacing a single shader by a pre-compiled ELF object as generated by LLVM's llc, for example. This can be useful for debugging a deterministically occuring error in shaders (and has in fact helped find the causes of https://bugs.freedesktop.org/show_bug.c

[Mesa-dev] [PATCH] gallium/radeon: only dispose locally created target machine in radeon_llvm_compile

2015-12-17 Thread Nicolai Hähnle
From: Nicolai Hähnle Unify the cleanup paths of the function rather than duplicating code. --- src/gallium/drivers/radeon/radeon_llvm_emit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeon/radeon_llvm_emit.c b/src/gallium/drivers/radeon/radeon

[Mesa-dev] [PATCH] i965: Only apply CS stall workaround pre-SKL

2015-12-17 Thread Ben Widawsky
As per the docs. Cc: Kenneth Graunke Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/brw_pipe_control.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_pipe_control.c b/src/mesa/drivers/dri/i965/brw_pipe_control.c index ae3d818.

[Mesa-dev] [PATCH] freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled

2015-12-17 Thread Rob Herring
Android builds with -Werror=pointer-to-int-cast causing an error on 32-bit builds. Signed-off-by: Rob Herring --- src/gallium/drivers/freedreno/ir3/ir3_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/freedreno/ir3/ir3_print.c b/src/gallium/drivers

Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Boris Peterbarg
Woah, this brought back memories of fighting with X and mesa! If you want to list me, I'd prefer you use re...@users.sourceforge.net On Thu, Dec 17, 2015 at 12:27 PM, Erik Faye-Lund wrote: > On Thu, Dec 17, 2015 at 10:39 AM, Erik Faye-Lund > wrote: > > On Thu, Dec 17, 2015 at 10:09 AM, Giusepp

[Mesa-dev] [PATCH 2/2] virgl: enable building on Android

2015-12-17 Thread Rob Herring
This is just a copy-n-paste and rename of vc4 Android makefiles. Signed-off-by: Rob Herring --- Android.mk | 4 ++-- src/gallium/Android.mk | 5 + src/gallium/drivers/virgl/Android.mk| 35 + src/gallium/targe

[Mesa-dev] [PATCH 1/2] virtio_gpu: Add PCI ID to driver map

2015-12-17 Thread Rob Herring
Add the virtio-gpu PCI ID so the driver probing works. Signed-off-by: Rob Herring --- include/pci_ids/virtio_gpu_pci_ids.h | 1 + src/loader/pci_id_driver_map.h | 7 +++ 2 files changed, 8 insertions(+) create mode 100644 include/pci_ids/virtio_gpu_pci_ids.h diff --git a/include/pci_

Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Giuseppe Bilotta
On Thu, Dec 17, 2015 at 12:30 PM, Sven M. Hallberg wrote: > Erik Faye-Lund writes: >>> Probably "Sven M. Hallberg " >>> (Sources: http://sourceforge.net/p/mesa3d/mailman/message/5416179/ and >>> https://github.com/jwiegley/lambdabot-1/blob/master/AUTHORS#L17) >> >> OK, this address bounced (or ra

Re: [Mesa-dev] [PATCH] draw: fix clip test with NaNs

2015-12-17 Thread Roland Scheidegger
Am 17.12.2015 um 20:22 schrieb Matt Turner: > On Thu, Dec 17, 2015 at 11:19 AM, Roland Scheidegger > wrote: >> Am 17.12.2015 um 19:13 schrieb Brian Paul: >>> On 12/17/2015 09:58 AM, srol...@vmware.com wrote: From: Roland Scheidegger NaNs mean it should be clipped, otherwise the Na

Re: [Mesa-dev] [PATCH] util/macros: Simplify DIV_ROUND_UP() definition

2015-12-17 Thread Nanley Chery
On Thu, Dec 17, 2015 at 11:25 AM, Matt Turner wrote: > On Thu, Dec 17, 2015 at 11:04 AM, Nanley Chery > wrote: > > On Thu, Dec 17, 2015 at 12:05:46PM +0100, Glenn Kennard wrote: > >> On Wed, 16 Dec 2015 20:57:51 +0100, Nanley Chery > wrote: > >> > >> >From: Nanley Chery > >> > > >> >Commit 648

Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Giuseppe Bilotta
On Thu, Dec 17, 2015 at 4:46 PM, Matt Turner wrote: > On Thu, Dec 17, 2015 at 1:09 AM, Giuseppe Bilotta > wrote: >> This adds a first tentative .mailmap file, to canonicize contributor >> name/emails in shortlogs and other statistical endeavours. > > If we want this kind of information, should we

Re: [Mesa-dev] [PATCH] util/macros: Simplify DIV_ROUND_UP() definition

2015-12-17 Thread Matt Turner
On Thu, Dec 17, 2015 at 11:04 AM, Nanley Chery wrote: > On Thu, Dec 17, 2015 at 12:05:46PM +0100, Glenn Kennard wrote: >> On Wed, 16 Dec 2015 20:57:51 +0100, Nanley Chery >> wrote: >> >> >From: Nanley Chery >> > >> >Commit 64880d073ab21ae1abad0c049ea2d6a1169a3cfa consolidated two >> >DIV_ROUND_

Re: [Mesa-dev] [PATCH] draw: fix clip test with NaNs

2015-12-17 Thread Matt Turner
On Thu, Dec 17, 2015 at 11:19 AM, Roland Scheidegger wrote: > Am 17.12.2015 um 19:13 schrieb Brian Paul: >> On 12/17/2015 09:58 AM, srol...@vmware.com wrote: >>> From: Roland Scheidegger >>> >>> NaNs mean it should be clipped, otherwise the NaNs might get passed to >>> the >>> next stages (if cli

Re: [Mesa-dev] [PATCH] draw: fix clip test with NaNs

2015-12-17 Thread Roland Scheidegger
Am 17.12.2015 um 19:13 schrieb Brian Paul: > On 12/17/2015 09:58 AM, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> NaNs mean it should be clipped, otherwise the NaNs might get passed to >> the >> next stages (if clipping didn't happen for another reason already), which >> might cause

Re: [Mesa-dev] [PATCH] util/macros: Simplify DIV_ROUND_UP() definition

2015-12-17 Thread Nanley Chery
On Thu, Dec 17, 2015 at 12:05:46PM +0100, Glenn Kennard wrote: > On Wed, 16 Dec 2015 20:57:51 +0100, Nanley Chery > wrote: > > >From: Nanley Chery > > > >Commit 64880d073ab21ae1abad0c049ea2d6a1169a3cfa consolidated two > >DIV_ROUND_UP() definitions to one, but chose the more > >compute-intensiv

Re: [Mesa-dev] [PATCH] draw: fix clip test with NaNs

2015-12-17 Thread Brian Paul
On 12/17/2015 09:58 AM, srol...@vmware.com wrote: From: Roland Scheidegger NaNs mean it should be clipped, otherwise the NaNs might get passed to the next stages (if clipping didn't happen for another reason already), which might cause all kind of problems. The llvm path got this right already

Re: [Mesa-dev] [PATCH 04/15] i965/fs: Get rid of reladdr

2015-12-17 Thread Jason Ekstrand
On Dec 17, 2015 9:10 AM, "Francisco Jerez" wrote: > > Jason Ekstrand writes: > > > On Dec 14, 2015 6:24 AM, "Francisco Jerez" wrote: > >> > >> Jason Ekstrand writes: > >> > >> > On Dec 11, 2015 5:44 AM, "Francisco Jerez" > > wrote: > >> >> > >> >> Jason Ekstrand writes: > >> >> > >> >> > On D

Re: [Mesa-dev] [RFC PATCH 0/5] Skip automatic execsize for instructions with a width of 4

2015-12-17 Thread Ilia Mirkin
On Thu, Dec 17, 2015 at 12:31 PM, Connor Abbott wrote: > On Thu, Dec 17, 2015 at 11:44 AM, Matt Turner wrote: >> On Wed, Dec 9, 2015 at 4:15 AM, Iago Toral Quiroga wrote: >>> Right now we rely on the code at the bottom of brw_set_dest to set the >>> correct execution size for anything that does

Re: [Mesa-dev] [RFC PATCH 0/5] Skip automatic execsize for instructions with a width of 4

2015-12-17 Thread Connor Abbott
On Thu, Dec 17, 2015 at 11:44 AM, Matt Turner wrote: > On Wed, Dec 9, 2015 at 4:15 AM, Iago Toral Quiroga wrote: >> Right now we rely on the code at the bottom of brw_set_dest to set the >> correct execution size for anything that does not operate on a full SIMD >> register (dst.width < BRW_EXE

Re: [Mesa-dev] [PATCH 04/15] i965/fs: Get rid of reladdr

2015-12-17 Thread Francisco Jerez
Jason Ekstrand writes: > On Dec 14, 2015 6:24 AM, "Francisco Jerez" wrote: >> >> Jason Ekstrand writes: >> >> > On Dec 11, 2015 5:44 AM, "Francisco Jerez" > wrote: >> >> >> >> Jason Ekstrand writes: >> >> >> >> > On Dec 10, 2015 6:58 AM, "Francisco Jerez" >> > wrote: >> >> >> >> >> >> Jason

[Mesa-dev] [PATCH] draw: fix clip test with NaNs

2015-12-17 Thread sroland
From: Roland Scheidegger NaNs mean it should be clipped, otherwise the NaNs might get passed to the next stages (if clipping didn't happen for another reason already), which might cause all kind of problems. The llvm path got this right already (possibly by luck), but this isn't used when there's

Re: [Mesa-dev] [PATCH] draw: fix pstipple and aaline stages wrt sampler_views/samplers

2015-12-17 Thread Jose Fonseca
On 17/12/15 04:59, srol...@vmware.com wrote: From: Roland Scheidegger Those stages only really work for OGL-style texturing (so number of samplers and views mostly the same, certainly for the max values). These get often set up all at once, thus there might be max number of both even if all of

Re: [Mesa-dev] [RFC PATCH 0/5] Skip automatic execsize for instructions with a width of 4

2015-12-17 Thread Matt Turner
On Wed, Dec 9, 2015 at 4:15 AM, Iago Toral Quiroga wrote: > Right now we rely on the code at the bottom of brw_set_dest to set the > correct execution size for anything that does not operate on a full SIMD > register (dst.width < BRW_EXECUTE_8). However, this won't work with fp64, > where opera

Re: [Mesa-dev] [PATCH 1/9] i965/eu: set correct execution size in brw_NOP

2015-12-17 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 80183] [llvmpipe] triangles with vertices that map to raster positions > viewport width/height are not displayed

2015-12-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80183 Roland Scheidegger changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: [Mesa-dev] [PATCH] draw: fix pstipple and aaline stages wrt sampler_views/samplers

2015-12-17 Thread Brian Paul
On 12/16/2015 09:59 PM, srol...@vmware.com wrote: From: Roland Scheidegger Those stages only really work for OGL-style texturing (so number of samplers and views mostly the same, certainly for the max values). These get often set up all at once, thus there might be max number of both even if al

Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Matt Turner
On Thu, Dec 17, 2015 at 1:09 AM, Giuseppe Bilotta wrote: > This adds a first tentative .mailmap file, to canonicize contributor > name/emails in shortlogs and other statistical endeavours. > > Signed-off-by: Giuseppe Bilotta > --- If we want this kind of information, should we just go with Ken's

Re: [Mesa-dev] [PATCH v2 1/2] mesa: Add a _mesa_active_fragment_shader_has_side_effects helper

2015-12-17 Thread Francisco Jerez
Iago Toral Quiroga writes: > Some drivers can disable the FS unit if there is nothing in the shader code > that writes to an output (i.e. color, depth, etc). Right now, mesa has > a function to check for atomic buffers and the i965 driver also checks for > images. Refactor this logic into a gener

[Mesa-dev] [PATCH 8/9] i965/vec4/gen6: fix exec_size for MOV with a width of 4 in generate_gs_ff_sync()

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Samuel Iglesias Gonsalvez Signed-off-by: Samuel Iglesias Gonsalvez --- src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp b/src/mesa/drivers/dri/i965/brw_vec4_generator.c

[Mesa-dev] [PATCH 7/9] i965/vec4/gen6: fix exec_size for instructions with destination width of 4

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Samuel Iglesias Gonsalvez Signed-off-by: Samuel Iglesias Gonsalvez --- src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp b/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp index e3f9

[Mesa-dev] [PATCH 4/9] i965: set correct execsize for MOVS with a width of 4 in brw_find_live_channel

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga --- src/mesa/drivers/dri/i965/brw_eu_emit.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_eu_emit.c b/src/mesa/drivers/dri/i965/brw_eu_emit.c index 3d24010..88e2f71 100644 --- a/src/mesa/drivers/dri/i965/brw_eu_emit.c +++ b/src/mes

[Mesa-dev] [PATCH 9/9] i965: Skip execution size adjustment for instructions of width 4

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga This code in brw_set_dest adjusts the execution size of any instruction with a dst.width < 8. However, we don't want to do this with instructions operating on doubles, since these will have a width of 4, but still need an execution size of 8 (for SIMD8). Unfortunately, we

[Mesa-dev] [PATCH 3/9] i965/eu: set execution size for SEND message in brw_send_indirect_message

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga --- src/mesa/drivers/dri/i965/brw_eu_emit.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_eu_emit.c b/src/mesa/drivers/dri/i965/brw_eu_emit.c index 9a3b0a2..3d24010 100644 --- a/src/mesa/drivers/dri/i965/brw_eu_emit.c +++ b/src/mes

[Mesa-dev] [PATCH 1/9] i965/eu: set correct execution size in brw_NOP

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga v2: NOP should have an execsize of 1 (Matt) --- src/mesa/drivers/dri/i965/brw_eu_emit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_eu_emit.c b/src/mesa/drivers/dri/i965/brw_eu_emit.c index 5fb9662..9a3b0a2 1006

[Mesa-dev] [PATCH 0/9] Skip automatic execsize for instructions with a width of 4

2015-12-17 Thread Samuel Iglesias Gonsálvez
Hello, This patch series is a updated version of the one Iago sent last week [0] that includes patches for gen6 too, as suggested by Jason. We checked the gen9 code paths that work with a horizontal width of 4 and we think there won't be any regression on gen9... but we don't have any gen9 machin

[Mesa-dev] [PATCH 6/9] i965/vec4/gen6: fix exec_size for instructions with width of 4 in generate_gs_svb_write()

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Samuel Iglesias Gonsalvez Signed-off-by: Samuel Iglesias Gonsalvez --- src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp b/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp index c3426dd

[Mesa-dev] [PATCH 2/9] i965/fs: set execution size for SEND messages in generate_uniform_pull_constant_load_gen7

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga --- src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_fs_generator.cpp b/src/mesa/drivers/dri/i965/brw_fs_generator.cpp index c25da07..42b5e86 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_

[Mesa-dev] [PATCH 5/9] i965/gs/gen6: fix execsize for instructions with width of 4 in gen6_sol_program()

2015-12-17 Thread Samuel Iglesias Gonsálvez
From: Samuel Iglesias Gonsalvez Signed-off-by: Samuel Iglesias Gonsalvez --- src/mesa/drivers/dri/i965/brw_ff_gs_emit.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_ff_gs_emit.c b/src/mesa/drivers/dri/i965/brw_ff_gs_emit.c index 8589

mesa-dev@lists.freedesktop.org

2015-12-17 Thread Marek Olšák
On Wed, Dec 16, 2015 at 11:30 PM, Miklós Máté wrote: > On 12/16/2015 05:27 PM, Marek Olšák wrote: >> >> What is this good for? >> >> Marek > > KotOR uses a series of scratch framebuffers for drawing the framebuffer > effects. These have no depth and no stencil, so check_compatible() rejects > them

Re: [Mesa-dev] [PATCH] util/macros: Simplify DIV_ROUND_UP() definition

2015-12-17 Thread Glenn Kennard
On Wed, 16 Dec 2015 20:57:51 +0100, Nanley Chery wrote: From: Nanley Chery Commit 64880d073ab21ae1abad0c049ea2d6a1169a3cfa consolidated two DIV_ROUND_UP() definitions to one, but chose the more compute-intensive version in the process. Use the simpler version instead. Reduces .text size by 13

Re: [Mesa-dev] [PATCH 1/6] gallium: Remove unnecessary semicolons

2015-12-17 Thread Marek Olšák
On Thu, Dec 17, 2015 at 5:13 AM, Matt Turner wrote: > On Wed, Dec 16, 2015 at 7:41 PM, Edward O'Callaghan > wrote: >> Fix silly issue with MSVC case fall-though support to need >> a extra 'break;' >> >> Found-by: Coccinelle >> Signed-off-by: Edward O'Callaghan >> Reviewed-by: Brian Paul >> ---

Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Erik Faye-Lund
On Thu, Dec 17, 2015 at 10:39 AM, Erik Faye-Lund wrote: > On Thu, Dec 17, 2015 at 10:09 AM, Giuseppe Bilotta > wrote: >> +# missing svn authors: > > I'm not sure this is useful, but just for kicks, I decided to try to > track down these contributors, and this is what I came up with > (suspected c

[Mesa-dev] [Bug 80183] [llvmpipe] triangles with vertices that map to raster positions > viewport width/height are not displayed

2015-12-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80183 --- Comment #19 from Jose Fonseca --- (In reply to cgerlach42 from comment #18) > I also tried to replay an apitrace generated with hardware rendering, but I > can't get the glretrace to use software rendering. It always uses the > systems opengl

Re: [Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Erik Faye-Lund
On Thu, Dec 17, 2015 at 10:09 AM, Giuseppe Bilotta wrote: > +# missing svn authors: I'm not sure this is useful, but just for kicks, I decided to try to track down these contributors, and this is what I came up with (suspected contributors CC'ed, so they can confirm or deny if they want): > +pes

Re: [Mesa-dev] [PATCH 6/7] nir: Teach nir_opt_algebraic about adding and subtracting the same thing

2015-12-17 Thread Eero Tamminen
Hi, On 12/17/2015 01:52 AM, Matt Turner wrote: On Tue, Dec 15, 2015 at 1:16 AM, Eduardo Lima Mitev wrote: On 12/15/2015 09:28 AM, Kristian Høgsberg Kristensen wrote: This optimizes a + b - b to just a. Modest shader-db results (BDW): total instructions in shared programs: 7842452 -> 78418

[Mesa-dev] [PATCH v2] Add .mailmap

2015-12-17 Thread Giuseppe Bilotta
This adds a first tentative .mailmap file, to canonicize contributor name/emails in shortlogs and other statistical endeavours. Signed-off-by: Giuseppe Bilotta --- .mailmap | 462 +++ 1 file changed, 462 insertions(+) create mode 10064

Re: [Mesa-dev] [OT] some contribution statistics

2015-12-17 Thread Giuseppe Bilotta
On Thu, Dec 17, 2015 at 4:57 AM, Kenneth Graunke wrote: > > Absolutely. Feel free to send them to me personally. Or, I could > include the files upstream if that's of interest to people, and then > people could just update stuff themselves. > > I just threw together a best-effort set of configur

Re: [Mesa-dev] [PATCH v2] i965/gen8/cs: Gen8 requires 64 byte alignment for push constant data

2015-12-17 Thread Iago Toral
On Wed, 2015-12-16 at 11:39 -0800, Kenneth Graunke wrote: > On Wednesday, December 16, 2015 10:02:16 AM Iago Toral Quiroga wrote: > > The BDW PRM Vol2a: Command Reference: Instructions, section > > MEDIA_CURBE_LOAD, > > says that 'CURBE Total Data Length' and 'CURBE Data Start Address' are > > 64-

Re: [Mesa-dev] [PATCH v2] i965/gen8/cs: Gen8 requires 64 byte alignment for push constant data

2015-12-17 Thread Iago Toral
On Wed, 2015-12-16 at 14:48 -0800, Jordan Justen wrote: > On 2015-12-16 11:39:00, Kenneth Graunke wrote: > > On Wednesday, December 16, 2015 10:02:16 AM Iago Toral Quiroga wrote: > > > The BDW PRM Vol2a: Command Reference: Instructions, section > > > MEDIA_CURBE_LOAD, > > > says that 'CURBE Total

[Mesa-dev] [Bug 80183] [llvmpipe] triangles with vertices that map to raster positions > viewport width/height are not displayed

2015-12-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80183 --- Comment #18 from cgerlac...@gmail.com --- You were right, the latest mesa version fixes this problem :-) Latest git hash from my checkout is: e97b207654a1c0b2c27b6ad6579b5570a83ce8cd I also tried to replay an apitrace generated with hardware