Re: [Mesa-dev] [PATCH] egl/x11: avoid using freed memory if dri2 init fails

2016-08-16 Thread Damien Lespiau
On Mon, Aug 15, 2016 at 11:46:40AM -0700, Kristian Høgsberg wrote: > On Mon, Aug 15, 2016 at 11:33 AM, ⚛ <0xe2.0x9a.0...@gmail.com> wrote: > > On Mon, Aug 15, 2016 at 8:08 PM, Emil Velikov > > wrote: > >> > >> On 4 August 2016 at 03:13, Nicolas Boichat

Re: [Mesa-dev] [PATCH v2 i-g-t] igt/list-workarounds: Extend the script to Mesa

2016-02-08 Thread Damien Lespiau
On Fri, Feb 05, 2016 at 04:12:08PM -0800, Dylan Baker wrote: > > > parse(work_arounds) > > > + print "\nList of workarounds found in %s:" % project > > Hey Damien, the script says it's python 3, and this ^^^ is broken syntax > in python 3 (but not in 2). :( I did notice the python2

Re: [Mesa-dev] [PATCH] list-workarounds: Extend the script to Mesa

2016-02-05 Thread Damien Lespiau
On Thu, Feb 04, 2016 at 06:14:02PM +, Kibey, Sameer wrote: > Updated the list-workarounds script so that it > can parse Mesa directory if provided. Moved the > common code to a separate function to allow > reuse for both kernel and mesa. > > The new command line is: > Usage: list-workarounds

Re: [Mesa-dev] [PATCH v2 i-g-t] igt/list-workarounds: Extend the script to Mesa

2016-02-05 Thread Damien Lespiau
On Fri, Feb 05, 2016 at 01:55:19PM -0800, Sameer Kibey wrote: > Updated the list-workarounds script so that it > can parse Mesa directory if provided. Moved the > common code to a separate function to allow > reuse for both kernel and mesa. > > The new command line is: > Usage: list-workarounds

[Mesa-dev] [Patchwork] The infrequent patchwork update #1

2015-09-29 Thread Damien Lespiau
Hi all, You may have noticed already, patchwork.freedesktop.org looks different. That new version includes: - Some re-design. Design is very much an iterative process, thoughts and comments are welcome, - Showing the number of Reviewed-by, Acked-by, Tested-by tags, - Some cleanup of

Re: [Mesa-dev] [PATCH 1/5] i915: Remove unused IS_MOBILE macro

2015-03-06 Thread Damien Lespiau
On Thu, Mar 05, 2015 at 11:49:54AM -0800, Ian Romanick wrote: From: Ian Romanick ian.d.roman...@intel.com Inspired by Damien's recent libdrm changes. Signed-off-by: Ian Romanick ian.d.roman...@intel.com Cc: Damien Lespiau damien.lesp...@intel.com For the whole series (not that my r-b tag

Re: [Mesa-dev] Bug in 48157b904a9 found by Coverity

2014-11-19 Thread Damien Lespiau
On Wed, Nov 19, 2014 at 12:13:41PM -0500, Ilia Mirkin wrote: Hey guys, Just got around to looking at the Coverity email about newly introduced bugs, and this seems like a legit issue. Based on the context of the code, I'm guessing you meant to do (input_index - 16) 1. Oh my. The proposed

Re: [Mesa-dev] Bug in 48157b904a9 found by Coverity

2014-11-19 Thread Damien Lespiau
On Wed, Nov 19, 2014 at 12:42:45PM -0500, Ilia Mirkin wrote: On Wed, Nov 19, 2014 at 12:28 PM, Damien Lespiau damien.lesp...@intel.com wrote: On Wed, Nov 19, 2014 at 12:13:41PM -0500, Ilia Mirkin wrote: Hey guys, Just got around to looking at the Coverity email about newly introduced

Re: [Mesa-dev] [PATCH] i965: Initialize inout_offset parameter to brw_search_cache().

2013-08-27 Thread Damien Lespiau
On Wed, Jul 24, 2013 at 10:02:22AM -0700, Kenneth Graunke wrote: On 07/24/2013 09:33 AM, Paul Berry wrote: Two callers of brw_search_cache() weren't initializing that function's inout_offset parameter: brw_blorp_const_color_params::get_wm_prog() and brw_blorp_const_color_params::get_wm_prog().

[Mesa-dev] [PATCH] gitignore: Ignore TAGS files

2013-01-15 Thread Damien Lespiau
TAGS files are generated with make tags to quickly jump through the code. Ignore those by-products of automake/ctags. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index

[Mesa-dev] [PATCH] build: Fix the documented default value of --with-gallium-drivers

2013-01-14 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- configure.ac |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 1294740..3792b12 100644 --- a/configure.ac +++ b/configure.ac @@ -680,13 +680,15 @@ AC_ARG_ENABLE([gallium_tests

Re: [Mesa-dev] [PATCH] build: Fix the documented default value of --with-gallium-drivers

2013-01-14 Thread Damien Lespiau
On Mon, Jan 14, 2013 at 07:18:30AM -0800, Brian Paul wrote: Do you nedd someone to commit this for you? Yes please, I don't have the bits to push to mesa. Thanks, -- Damien ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org