[Mesa-dev] [PATCH] r600g: Fix build when libdrm is installed to non-standard dir.

2012-02-19 Thread Satyajit Sarangi
From: Satyajit Sarangi Signed-off-by: Satyajit Sarangi --- src/gallium/drivers/r600/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r600/Makefile b/src/gallium/drivers/r600/Makefile index 80f8cbf..62e760c 100644 --- a/src/gallium/drivers/r

Re: [Mesa-dev] [PATCH] r300g: Use automake to generate Makefile

2012-02-19 Thread Tom Stellard
On Sun, Feb 19, 2012 at 10:13:48PM -0500, Matt Turner wrote: > Hi Tom, > > Very happy to see this. It looks good, and I'm glad that you replaced > two Makefiles with only a single Makefile.am. A couple of comments > below. > > On Sun, Feb 19, 2012 at 10:05 PM, Tom Stellard wrote: > > --- > >  co

Re: [Mesa-dev] [PATCH] r300g: Use automake to generate Makefile

2012-02-19 Thread Matt Turner
Hi Tom, Very happy to see this. It looks good, and I'm glad that you replaced two Makefiles with only a single Makefile.am. A couple of comments below. On Sun, Feb 19, 2012 at 10:05 PM, Tom Stellard wrote: > --- >  configure.ac                                       |    1 + >  src/gallium/driver

Re: [Mesa-dev] Building mesa with libdrm

2012-02-19 Thread Tom Stellard
On Sun, Feb 19, 2012 at 12:25 AM, Satyajit Sarangi wrote: > I posted this message to mesa-users but didn't get an answer so I am > posting this to mesa dev. > > The MesaLib 7.5.1 tar.gz files does compile fine however git:master > doesn't seem to compile. I tried > older commits yet they still don

[Mesa-dev] [PATCH 5/5] mesa: move/fix MAX_WIDTH/HEIGHT-related assertions

2012-02-19 Thread Brian Paul
From: Brian Paul Max texture and viewport size is only limited by MAX_WIDTH/HEIGHT for swrast. --- src/mesa/main/context.c | 11 ++- src/mesa/swrast/s_context.c |8 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/mesa/main/context.c b/src/mesa/main/

[Mesa-dev] [PATCH 4/5] st/mesa: stop using MAX_WIDTH in st_cb_texture.c

2012-02-19 Thread Brian Paul
From: Brian Paul --- src/mesa/state_tracker/st_cb_texture.c | 37 +++ 1 files changed, 27 insertions(+), 10 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_texture.c b/src/mesa/state_tracker/st_cb_texture.c index 74ae2d1..4a6d013 100644 --- a/src/mesa/state

[Mesa-dev] [PATCH 3/5] st/mesa: stop using MAX_WIDTH in st_cb_drawpixels.c

2012-02-19 Thread Brian Paul
From: Brian Paul --- src/mesa/state_tracker/st_cb_drawpixels.c | 55 +++- 1 files changed, 29 insertions(+), 26 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_drawpixels.c index de4c189..18d0e53 100644 --- a/src/mesa

[Mesa-dev] [PATCH 2/5] mesa: stop using MAX_WIDTH in glReadPixels code

2012-02-19 Thread Brian Paul
From: Brian Paul --- src/mesa/main/readpix.c | 120 +-- 1 files changed, 75 insertions(+), 45 deletions(-) diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c index 48708a6..0f429ab 100644 --- a/src/mesa/main/readpix.c +++ b/src/mesa/main/

[Mesa-dev] [PATCH 1/5] mesa: stop using MAX_WIDTH in texstore code

2012-02-19 Thread Brian Paul
From: Brian Paul --- src/mesa/main/texstore.c | 39 +-- 1 files changed, 33 insertions(+), 6 deletions(-) diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 8c51a94..1744d1f 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texst

[Mesa-dev] [PATCH] r300g: Use automake to generate Makefile

2012-02-19 Thread Tom Stellard
--- configure.ac |1 + src/gallium/drivers/r300/.gitignore|5 ++ src/gallium/drivers/r300/Makefile | 25 - src/gallium/drivers/r300/Makefile.am | 38 ++ src/gallium/drivers/r300/com

[Mesa-dev] [PATCH 3/3] mesa: check for no state change in glPrimitiveRestartIndex()

2012-02-19 Thread Brian Paul
From: Brian Paul --- src/mesa/main/varray.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c index 93f6fcd..39d3a27 100644 --- a/src/mesa/main/varray.c +++ b/src/mesa/main/varray.c @@ -1100,11 +1100,12 @@ _mesa_Primi

[Mesa-dev] [PATCH 2/3] mesa: check for no state change in Enable/DisableVertexAttribArray()

2012-02-19 Thread Brian Paul
From: Brian Paul Avoid setting dirty state flags when enabling or disabling a vertex attribute arrays when there's no change. --- src/mesa/main/varray.c | 32 ++-- 1 files changed, 22 insertions(+), 10 deletions(-) diff --git a/src/mesa/main/varray.c b/src/mesa/mai

[Mesa-dev] [PATCH 1/3] mesa: add missing return after _mesa_error() in update_array()

2012-02-19 Thread Brian Paul
From: Brian Paul NOTE: This is a candidate for the 8.0 branch. --- src/mesa/main/varray.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c index 77c1d7d..dfe5064 100644 --- a/src/mesa/main/varray.c +++ b/src/mesa/main/varray

[Mesa-dev] [Bug 46311] Missing support of point size in Mesa core

2012-02-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46311 zhao jian changed: What|Removed |Added AssignedTo|mesa-dev@lists.freedesktop. |yuanhan@intel.com |org

[Mesa-dev] [Bug 46311] New: Missing support of point size in Mesa core

2012-02-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46311 Bug #: 46311 Summary: Missing support of point size in Mesa core Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) S

[Mesa-dev] [Bug 45277] [bisected] Shading not working properly in Heroes of Newerth

2012-02-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45277 Chris changed: What|Removed |Added CC|mam...@rocketmail.com | -- Configure bugmail: https://bugs.freedesktop

[Mesa-dev] [Bug 45277] [bisected] Shading not working properly in Heroes of Newerth

2012-02-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45277 Chris changed: What|Removed |Added CC||mam...@rocketmail.com -- Configure bugmail: htt