Re: [Mesa-dev] [PATCH] mesa/main: TexImage2DMultisample needs to pass OpenGL3.3 conformance test.

2015-11-27 Thread Predut, Marius
> -Original Message- > From: Timothy Arceri [mailto:t_arc...@yahoo.com.au] > Sent: Thursday, November 26, 2015 11:32 PM > To: Predut, Marius; Palli, Tapani; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH] mesa/main: TexImage2DMultisample needs to p

Re: [Mesa-dev] [PATCH] mesa/main: TexImage2DMultisample needs to pass OpenGL3.3 conformance test.

2015-11-26 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Timothy Arceri > Sent: Wednesday, November 25, 2015 6:02 PM > To: Palli, Tapani; Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev]

Re: [Mesa-dev] [PATCH] mesa/main: TexImage2DMultisample needs to pass OpenGL3.3 conformance test.

2015-11-25 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Timothy Arceri > Sent: Wednesday, November 25, 2015 1:12 PM > To: Palli, Tapani; Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev]

Re: [Mesa-dev] [PATCH] mesa/main: TexImage2DMultisample needs to pass OpenGL3.3 conformance test.

2015-11-25 Thread Predut, Marius
-Original Message- From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of Tapani Pälli Sent: Wednesday, November 25, 2015 1:23 PM To: Timothy Arceri; Predut, Marius; mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH] mesa/main: TexImage2DMultisample needs

Re: [Mesa-dev] [PATCH] i915/aa: fixing anti-aliasing bug for thinnest width lines

2015-10-20 Thread Predut, Marius
> -Original Message- > From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] > Sent: Monday, October 19, 2015 6:04 PM > To: Predut, Marius > Cc: mesa-dev@lists.freedesktop.org; Iago Toral Quiroga > Subject: Re: [Mesa-dev] [PATCH] i915/aa: fixing anti-aliasing bug fo

Re: [Mesa-dev] [PATCH] i915/aa: fixing anti-aliasing bug for thinnest width lines

2015-10-15 Thread Predut, Marius
> -Original Message- > From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] > Sent: Wednesday, October 07, 2015 1:53 PM > To: Predut, Marius > Cc: mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH] i915/aa: fixing anti-aliasing bug for thinnest > wi

Re: [Mesa-dev] [Bug 92293] A compilation error happen when update mesa from 10.6.7 to 11.0.2

2015-10-05 Thread Predut, Marius
Seems dri_interface.h is missing from intel_screen.c file. But even adding it ,mesa have compilation error: no rule to make target nir/nir_... From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of bugzilla-dae...@freedesktop.org Sent: Monday, October 05, 2015 6:13 PM To: me

Re: [Mesa-dev] [PATCH v2] i915/aa: fixing anti-aliasing bug for thinnest width lines

2015-10-05 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Ian Romanick > Sent: Wednesday, September 09, 2015 9:11 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v2] i915/aa: fixing ant

Re: [Mesa-dev] [PATCH 00/24] Massive clean up in t_dd_dmatmp.h

2015-09-22 Thread Predut, Marius
In the upstream code , 'nr' variable is used intensively in many places for things like : for (j = 0; j + 2 < count; j += nr ) { nr = MIN2( currentsz, count - j ); But first time when it is used it isn't initialized. I was unable to find a place (a macro or something) where "nr" is initializ

Re: [Mesa-dev] [PATCH 00/24] Massive clean up in t_dd_dmatmp.h

2015-09-22 Thread Predut, Marius
In the upstream code , 'nr' variable is used intensively in many places for things like : for (j = 0; j + 2 < count; j += nr ) { nr = MIN2( currentsz, count - j ); But first time when it is used it isn't initialized. I was unable to find a place (a macro or something) where "nr" is initializ

Re: [Mesa-dev] [PATCH 15/24] t_dd_dmatmp.h: Indentation and formatting fixes after HAVE_TRI_STRIPS change

2015-09-15 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Ian Romanick > Sent: Tuesday, September 15, 2015 3:01 AM > To: mesa-dev@lists.freedesktop.org > Cc: Romanick, Ian D > Subject: [Mesa-dev] [PATCH 15/24] t_dd_dmatmp.h: Indentation and forma

Re: [Mesa-dev] [PATCH v3] i915: fixing driver crashes if too few vertices are submitted

2015-09-14 Thread Predut, Marius
Eirik, Apologize for typo. -Original Message- From: Predut, Marius Sent: Monday, September 14, 2015 12:32 PM To: Predut, Marius; Eirik Byrkjeflot Anonsen; Ilia Mirkin; Ian Romanick Cc: mesa-dev@lists.freedesktop.org; Romanick, Ian D Subject: RE: [Mesa-dev] [PATCH v3] i915: fixing driver

Re: [Mesa-dev] [PATCH v3] i915: fixing driver crashes if too few vertices are submitted

2015-09-14 Thread Predut, Marius
-- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Predut, Marius > Sent: Monday, September 14, 2015 11:25 AM > To: Ian Romanick; Ilia Mirkin > Cc: mesa-dev@lists.freedesktop.org; Romanick, Ian D > Subject: Re: [Mesa-dev] [PATCH v3] i915: fixing driver crashes if too

Re: [Mesa-dev] [PATCH v3] i915: fixing driver crashes if too few vertices are submitted

2015-09-14 Thread Predut, Marius
Sorry Eric, Now I see the formulas are equivalent , So I can move it outside branches :=) > -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Predut, Marius > Sent: Monday, September 14, 2015 11:18 AM > To: Eirik Byrkjeflo

Re: [Mesa-dev] [PATCH v3] i915: fixing driver crashes if too few vertices are submitted

2015-09-14 Thread Predut, Marius
Ok , So I propose this code to be included into the patch: count -= (count - start) % 4; if (cont == 0) return; What do you think? > -Original Message- > From: Ian Romanick [mailto:i...@freedesktop.org] > Sent: Saturday, September 12, 2015 4:46 AM > To: Ilia Mirkin; Pr

Re: [Mesa-dev] [PATCH v3] i915: fixing driver crashes if too few vertices are submitted

2015-09-14 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Ilia Mirkin > Sent: Saturday, September 12, 2015 8:40 AM > To: Ian Romanick > Cc: mesa-dev@lists.freedesktop.org; Romanick, Ian D > Subject: Re: [Mesa-dev] [PATCH v3] i915: fixing driver c

Re: [Mesa-dev] [PATCH v3] i915: fixing driver crashes if too few vertices are submitted

2015-09-14 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Eirik Byrkjeflot Anonsen > Sent: Saturday, September 12, 2015 8:54 AM > To: Ilia Mirkin; Ian Romanick > Cc: mesa-dev@lists.freedesktop.org; Romanick, Ian D > Subject: Re: [Mesa-dev] [PATCH

Re: [Mesa-dev] [PATCH v2] i915: fixing driver crashes if too few vertices are submitted

2015-09-11 Thread Predut, Marius
> -Original Message- > From: Ian Romanick [mailto:i...@freedesktop.org] > Sent: Wednesday, September 09, 2015 8:54 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v2] i915: fixing driver crashes if too few > vertices are submi

Re: [Mesa-dev] [PATCH v1] i915: fixing driver crashes if too few vertices are submitted

2015-09-11 Thread Predut, Marius
> -Original Message- > From: Eirik Byrkjeflot Anonsen [mailto:ei...@eirikba.org] > Sent: Wednesday, September 09, 2015 9:18 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v1] i915: fixing driver crashes if too few > vert

Re: [Mesa-dev] [PATCH] i915/aa: fixing anti-aliasing bug for thinnest width lines

2015-07-30 Thread Predut, Marius
Was sent 2 month ago, still not review/upstream -Original Message- From: Predut, Marius Sent: Thursday, July 30, 2015 7:04 PM To: mesa-dev@lists.freedesktop.org Cc: Predut, Marius Subject: [Mesa-dev][PATCH] i915/aa: fixing anti-aliasing bug for thinnest width lines On PNV platform, for

Re: [Mesa-dev] [PATCH v2] i965/gen8: Fix antialiased line rendering with width < 1.5

2015-06-12 Thread Predut, Marius
> The same fix Marius implemented for gen6 (commit a9b04d8a) and > gen7 (commit 24ecf37a). > > Also, we need the same code to handle special cases of line width > in gen6, gen7 and now gen8, so put that in the helper function > we use to compute the line width. Reviewed-by: Marius Predut Test o

Re: [Mesa-dev] [PATCH v2] i965: do not round line width when multisampling or antialiaing are enabled

2015-06-12 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Kenneth Graunke > Sent: Thursday, June 11, 2015 3:04 AM > To: mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v2] i965: do not round line width when > multisampling or antia

Re: [Mesa-dev] [PATCH] i965: do not round line width when multisampling or antialiasing are enabled

2015-06-09 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Iago Toral Quiroga > Sent: Tuesday, June 09, 2015 9:50 AM > To: mesa-dev@lists.freedesktop.org > Subject: [Mesa-dev] [PATCH] i965: do not round line width when multisampling > or antialiasin

Re: [Mesa-dev] [PATCH v5] i915/aa: fixing anti-aliasing bug for thinnest width lines

2015-05-29 Thread Predut, Marius
Sorry , it is v1 not v5 ( for Pineview platform : http://ark.intel.com/products/codename/32201/Pineview) > -Original Message- > From: Predut, Marius > Sent: Friday, May 29, 2015 2:51 PM > To: mesa-dev@lists.freedesktop.org > Cc: Predut, Marius > Subject: [Mesa-dev]

Re: [Mesa-dev] [PATCH v5] i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6

2015-04-30 Thread Predut, Marius
Thanks guys for review !. > -Original Message- > From: Kenneth Graunke [mailto:kenn...@whitecape.org] > Sent: Wednesday, April 29, 2015 1:11 AM > To: Matt Turner > Cc: Predut, Marius; mesa-dev@lists.freedesktop.org; Ian Romanick; Eric Anholt > Subject: Re: [Mesa-dev]

Re: [Mesa-dev] [PATCH v4] i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7

2015-04-23 Thread Predut, Marius
> -Original Message- > From: Matt Turner [mailto:matts...@gmail.com] > Sent: Thursday, April 23, 2015 12:55 AM > To: Predut, Marius > Cc: mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v4] i965/aa: fixing anti-aliasing bug for > thinnest width lines -

Re: [Mesa-dev] [PATCH] main: remove __FUNCTION__ defined because it is obsolete

2015-04-16 Thread Predut, Marius
> -Original Message- > From: Emil Velikov [mailto:emil.l.veli...@gmail.com] > Sent: Thursday, April 16, 2015 1:53 PM > To: Predut, Marius > Cc: ML mesa-dev > Subject: Re: [Mesa-dev] [PATCH] main: remove __FUNCTION__ defined because it > is obsolete > > Hi Mariu

Re: [Mesa-dev] Problem with LLVM on Windows with MSVC

2015-04-09 Thread Predut, Marius
Indeed seems you have some incompatible libraries (one build static and other dynamic –dll) https://bugzilla.mozilla.org/show_bug.cgi?id=732124 but what suppose `libgl-gd' target? Is this a typo mismatch? Try to build llvm in a dynamic mode , may be it will solve your problems marius From:

Re: [Mesa-dev] Building Mesa for Windows using Visual Studio

2015-04-03 Thread Predut, Marius
> > Just a couple of small details - mesa has a fall-back for the mentioned > functions (plus others) in $(top)/include/*h. > > That said, I believe that the overall consensus is that building mesa with > MSVC 2008, is the bare minimum, with MSVC 2013 strongly recommended. Afaik, > as the VMW

Re: [Mesa-dev] Building Mesa for Windows using Visual Studio

2015-04-03 Thread Predut, Marius
How I build mesa on windows: 1.install Microsoft vs 2013(not 2012 or less). 2.install last python 2.7 : https://www.python.org/downloads/ install pywin32 from http://heanet.dl.sourceforge.net/project/pywin32/pywin32/Build%20219/pywin32-219.win32-py2.7.exe download win flex-bison from http://sour

Re: [Mesa-dev] [PATCH v4] i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7

2015-04-02 Thread Predut, Marius
Please "review by" feedback please :-) -Original Message----- From: Predut, Marius Sent: Thursday, March 19, 2015 9:34 PM To: mesa-dev@lists.freedesktop.org Cc: Predut, Marius Subject: [Mesa-dev][PATCH v4] i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7 On SNB

Re: [Mesa-dev] [PATCH v4] i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6

2015-03-19 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Ian Romanick > Sent: Thursday, March 19, 2015 9:35 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v4] i965/aa: fixing ant

Re: [Mesa-dev] [PATCH] i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6

2015-03-17 Thread Predut, Marius
> -Original Message- > From: Ian Romanick [mailto:i...@freedesktop.org] > Sent: Tuesday, March 17, 2015 8:27 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH] i965/aa: fixing anti-aliasing bug for thinnest > width lines - GEN6 >

Re: [Mesa-dev] [PATCH ] i965/aa: fixing anti-aliasing bug for thinnest width lines.

2015-03-17 Thread Predut, Marius
> -Original Message- > From: ibmir...@gmail.com [mailto:ibmir...@gmail.com] On Behalf Of Ilia Mirkin > Sent: Tuesday, March 17, 2015 6:48 PM > To: Predut, Marius > Cc: mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH ] i965/aa: fixing anti-aliasing bug fo

Re: [Mesa-dev] [PATCH ] i965/aa: fixing anti-aliasing bug for thinnest width lines.

2015-03-17 Thread Predut, Marius
-Original Message- From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of Ilia Mirkin Sent: Wednesday, March 11, 2015 11:09 PM To: Predut, Marius Cc: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH ] i965/aa: fixing anti-aliasing bug for thinnest width

Re: [Mesa-dev] [PATCH ] i965/aa: fixing anti-aliasing bug for thinnest width lines.

2015-03-17 Thread Predut, Marius
-Original Message- From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of Matt Turner Sent: Thursday, March 12, 2015 12:02 AM To: Ilia Mirkin Cc: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH ] i965/aa: fixing anti-aliasing bug for thinnest width lines

Re: [Mesa-dev] replace __FUNCTION__ with __func__ task

2015-03-11 Thread Predut, Marius
I take a look Thanks, marius > -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Jose Fonseca > Sent: Wednesday, March 04, 2015 12:06 AM > To: Jan Vesely; Brian Paul > Cc: mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] replace __F

Re: [Mesa-dev] [PATCH ] vbo: improve the code style by adjust the preprocessing c code directives.

2015-03-11 Thread Predut, Marius
> -Original Message- > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of > Brian Paul > Sent: Tuesday, March 10, 2015 5:36 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH ] vbo: improve the code s

Re: [Mesa-dev] [PATCH v5] mesa: use fi_type in vertex attribute code

2015-02-24 Thread Predut, Marius
> -Original Message- > From: Brian Paul [mailto:bri...@vmware.com] > Sent: Friday, February 20, 2015 5:49 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v5] mesa: use fi_type in vertex attribute code > > On 02/19/2015

Re: [Mesa-dev] [PATCH v3] Fixing an x86 FPU bug.

2015-02-17 Thread Predut, Marius
> -Original Message- > From: Brian Paul [mailto:bri...@vmware.com] > Sent: Thursday, February 12, 2015 10:24 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v3] Fixing an x86 FPU bug. > > I have a few concerns about thi

Re: [Mesa-dev] [PATCH v2] Fixing an x86 FPU bug.

2015-02-10 Thread Predut, Marius
> -Original Message- > From: Neil Roberts [mailto:n...@linux.intel.com] > Sent: Wednesday, February 04, 2015 4:02 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Cc: mesa-sta...@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v2] Fixing an x86 FPU b

Re: [Mesa-dev] [mesa-dev][PATCH] Remove UINT_AS_FLT, INT_AS_FLT, FLOAT_AS_FLT macros.No functional changes, only bug fixed.

2015-01-22 Thread Predut, Marius
> -Original Message- > From: Ian Romanick [mailto:i...@freedesktop.org] > Sent: Wednesday, January 21, 2015 5:22 AM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Cc: mesa-sta...@lists.freedesktop.org > Subject: Re: [Mesa-dev] [mesa-dev][PATCH] Remove UINT_

Re: [Mesa-dev] [PATCH v1] Remove UINT_AS_FLT, INT_AS_FLT, FLOAT_AS_FLT macros.No functional changes, only bug fixed.

2015-01-22 Thread Predut, Marius
> -Original Message- > From: Neil Roberts [mailto:n...@linux.intel.com] > Sent: Thursday, January 22, 2015 3:32 PM > To: Predut, Marius; mesa-dev@lists.freedesktop.org > Cc: mesa-sta...@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v1] Remove UINT_

Re: [Mesa-dev] [PATCH v1] Remove UINT_AS_FLT, INT_AS_FLT, FLOAT_AS_FLT macros.No functional changes, only bug fixed.

2015-01-22 Thread Predut, Marius
> -Original Message- > From: Kenneth Graunke [mailto:kenn...@whitecape.org] > Sent: Thursday, January 22, 2015 8:02 AM > To: mesa-dev@lists.freedesktop.org > Cc: Predut, Marius; mesa-sta...@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH v1] Remove UINT_