[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445


Dan Nicholson  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||NOTABUG




--- Comment #10 from Dan Nicholson   2009-10-10 14:21:51 
PST ---
NOTABUG sounds right unless you want the behavior changed. Thanks for checking
that it was doing what I thought it was.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #9 from Thomas Anderson   2009-10-10 13:55:48 
PST ---
(In reply to comment #8)
> Now I see what you mean. The script that actually does the library install
> checks to see if there's any difference with the existing file and skips if
> they're the same. See commit d2f4c2b6327832ce59dde5d7741a656b5ff5c46d.
> 
> Maybe the file hasn't actually changed. Does "cmp lib/libGL.so
> /usr/lib/libGL.so" print anything? If not, there's nothing to actually
> overwrite.
> 

Oh ok. Yeah sorry about this bug report. You are right. It only overwrites if
there is a change. Thank you! :) Should I mark the bug as... fixed or...


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #8 from Dan Nicholson   2009-10-10 12:36:37 
PST ---
Now I see what you mean. The script that actually does the library install
checks to see if there's any difference with the existing file and skips if
they're the same. See commit d2f4c2b6327832ce59dde5d7741a656b5ff5c46d.

Maybe the file hasn't actually changed. Does "cmp lib/libGL.so
/usr/lib/libGL.so" print anything? If not, there's nothing to actually
overwrite.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #7 from Tom Fogal   2009-10-10 12:12:30 PST 
---
> > Then can you post a log that shows that? The log you posted doesn't show any
> > failures in install. It shows that uninstall doesn't exist. 
>
> its not that its failing persay. its just not installing it. in /usr/lib it
> shows i last modifyed libgl 2 days ago but i typed in 'sudo make install'
> roughly an hour ago. and no change in mesa at al. you sure that install log
> says its doing its job?

The install log looks fine to me / there's nothing out of place.

The script I just attached seems to mostly replicate the behavior you describe,
yet does not exhibit the bug you mention.  Can you please pare it down &&
figure out what differs in your environment vs. that script?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #6 from Tom Fogal   2009-10-10 12:11:04 PST 
---
Created an attachment (id=30259)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=30259)
script version of the bug mentioned

This is a script which sounds like it does what the reporter names as broken.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #5 from Thomas Anderson   2009-10-10 11:32:27 
PST ---
(In reply to comment #4)
> Then can you post a log that shows that? The log you posted doesn't show any
> failures in install. It shows that uninstall doesn't exist.
> 

its not that its failing persay. its just not installing it. in /usr/lib it
shows i last modifyed libgl 2 days ago but i typed in 'sudo make install'
roughly an hour ago. and no change in mesa at al. you sure that install log
says its doing its job?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #4 from Dan Nicholson   2009-10-10 10:28:27 
PST ---
Then can you post a log that shows that? The log you posted doesn't show any
failures in install. It shows that uninstall doesn't exist.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #3 from Thomas Anderson   2009-10-10 10:27:28 
PST ---
(In reply to comment #0)
> Created an attachment (id=30255)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=30255) [details]
> Last few compiling output lines, full install log, and message for make
> uninstall
> 
> If you run 'make distclean' and 'make realclean' after building mesa, it does
> not install. Thank you for your time for reviewing this bug.
> 

Sorry my english is terrible. I have a speech disorder. I say things backwards.
I apologize. My reply to Dan's message clears it up. Sorry!!


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #2 from Thomas Anderson   2009-10-10 10:18:56 
PST ---
I think you do not understand. If you run make distclean and THEN make
realclean, and then you run the ./autogen.sh command, then you run make, then
you run sudo make install, it doesn't install. That's the bug.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445





--- Comment #1 from Dan Nicholson   2009-10-10 10:11:33 
PST ---
Your log shows that you are trying to run "make uninstall", which mesa
unfortunately doesn't implement. Maybe someday.

As far as running "make install" after "make realclean" or "make distclean", I
don't see how that could work. Running either of the heavy clean targets means
you remove the setup files (for configure at least). It might work for the
static configs. Even for fully autotooled packages, running distclean you
remove the Makefiles. So, you can't run _any_ make targets anymore.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 24445] New: 'make distclean' and 'make realclean' fault the install

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24445

   Summary: 'make distclean' and 'make realclean' fault the install
   Product: Mesa
   Version: git
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Mesa core
AssignedTo: mesa3d-dev@lists.sourceforge.net
ReportedBy: neotheu...@ymail.com


Created an attachment (id=30255)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=30255)
Last few compiling output lines, full install log, and message for make
uninstall

If you run 'make distclean' and 'make realclean' after building mesa, it does
not install. Thank you for your time for reviewing this bug.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [PATCH] Store clipping distance for user clip planes as part of vertex processing

2009-10-10 Thread Ian Romanick
From: Ian Romanick 

Once the clipping distance is calculated and stored per vertex, the
distances can be re-used when clipping is actually performed.  This
doesn't have any immediate benefit, but it paves the way for
implementing gl_ClipDistance in vertex shaders and result.clip[] in
vertex programs.

This has not produces any oglconform regressions on my G31 system
which uses software TNL.

Signed-off-by: Ian Romanick 
---
 src/mesa/tnl/t_context.h|1 +
 src/mesa/tnl/t_vb_cliptmp.h |  103 --
 src/mesa/tnl/t_vb_program.c |   15 ++
 src/mesa/tnl/t_vb_vertex.c  |   31 -
 4 files changed, 132 insertions(+), 18 deletions(-)

diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 6137c2d..ca4edcf 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -207,6 +207,7 @@ struct vertex_buffer
GLvector4f  *EyePtr;/* _TNL_BIT_POS */
GLvector4f  *ClipPtr;   /* _TNL_BIT_POS */
GLvector4f  *NdcPtr; /* _TNL_BIT_POS */
+   GLfloat *ClipDistancePtr[MAX_CLIP_PLANES]; /* _TNL_BIT_POS */
GLubyte ClipOrMask; /* _TNL_BIT_POS */
GLubyte ClipAndMask;/* _TNL_BIT_POS */
GLubyte *ClipMask;  /* _TNL_BIT_POS */
diff --git a/src/mesa/tnl/t_vb_cliptmp.h b/src/mesa/tnl/t_vb_cliptmp.h
index 618b8b3..0d2183a 100644
--- a/src/mesa/tnl/t_vb_cliptmp.h
+++ b/src/mesa/tnl/t_vb_cliptmp.h
@@ -80,6 +80,58 @@ do { 
\
 } while (0)
 
 
+#define POLY_USERCLIP(PLANE)   \
+do {   \
+   if (mask & CLIP_USER_BIT) { \
+  GLuint idxPrev = inlist[0];  \
+  GLfloat dpPrev = VB->ClipDistancePtr[PLANE][idxPrev];\
+  GLuint outcount = 0; \
+  GLuint i;
\
+   \
+  inlist[n] = inlist[0]; /* prevent rotation of vertices */
\
+  for (i = 1; i <= n; i++) {   \
+GLuint idx = inlist[i];\
+GLfloat dp = VB->ClipDistancePtr[PLANE][idx];  \
+   \
+if (!IS_NEGATIVE(dpPrev)) {\
+   outlist[outcount++] = idxPrev;  \
+}  \
+   \
+if (DIFFERENT_SIGNS(dp, dpPrev)) { \
+   if (IS_NEGATIVE(dp)) {  \
+  /* Going out of bounds.  Avoid division by zero as we\
+   * know dp != dpPrev from DIFFERENT_SIGNS, above.\
+   */  \
+  GLfloat t = dp / (dp - dpPrev);  \
+   INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \
+  interp( ctx, t, newvert, idx, idxPrev, GL_TRUE );\
+   } else {\
+  /* Coming back in.   \
+   */  \
+  GLfloat t = dpPrev / (dpPrev - dp);  \
+   INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \
+  interp( ctx, t, newvert, idxPrev, idx, GL_FALSE );   \
+   }   \
+outlist[outcount++] = newvert++;   \
+}  \
+   \
+idxPrev = idx; \
+dpPrev = dp;   \
+  }
\
+   \
+  if (outcount < 3)
\
+return;\
+   \
+  {
\
+GLuint *tmp = inlist;  \
+inlist = outlist; 

[Mesa3d-dev] MesaDemos 7.6 - pointblast.c and spriteblast.c license

2009-10-10 Thread Marco Oliva
In /progs/demos/pointblast.c and /progs/demos/spriteblast.c are
written: 

" ...

/* This program is freely distributable without licensing fees and is provided 
without guarantee or warrantee expressed or implied. 
   This program is -not- in the public domain. */

... "


There is no explicit permission to modify.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 21239] progs/tests/afsmultiarb : incorrect rendering

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21239





--- Comment #5 from Maciej Cencora   2009-10-10 03:21:48 
PST ---
I believe this bug should be reassigned to Drivers/DRI/r200 or Mesa core
component since the r300 driver doesn't support GL_ATI_fragment_shader
extension.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


[Mesa3d-dev] [Bug 11174] Regression (missing / black vertices) between 6.4.2 and 6.5.1 (with trackballs)

2009-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11174





--- Comment #14 from Maciej Cencora   2009-10-10 02:51:00 
PST ---
Can you reproduce this bug on mesa 7.6?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev