Re: [Mesa-dev] [PATCH] docs: update FAQ

2012-10-06 Thread Andreas Boll
2012/10/5 Chad Versace chad.vers...@linux.intel.com: On 10/05/2012 02:14 PM, Andreas Boll wrote: Reported-by: Fabio Pedretti fabio@libero.it --- docs/faq.html | 33 - 1 files changed, 12 insertions(+), 21 deletions(-) diff --git a/docs/faq.html

[Mesa-dev] [PATCH] docs: update FAQ

2012-10-06 Thread Andreas Boll
Reported-by: Fabio Pedretti fabio@libero.it v2: (Chad Versace chad.vers...@linux.intel.com) - Rewrite FAQ - proper place for installing mesa. --- docs/faq.html | 43 --- 1 files changed, 24 insertions(+), 19 deletions(-) diff --git a/docs/faq.html

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-06 Thread Liu Xin
Hi, Tom, thanks for your kind guidance. within a daunting day, we have made clover work on our APU platform. for your information, we are running on ubuntu 12-04, i386. out of curiosity, r600 driver relies on the newest llvm API, see llvm 3.2. is it stable? we know LLVM is a fast moving project

Re: [Mesa-dev] Mesa (master): configure.ac: Don't duplicate CFLAGS

2012-10-06 Thread Stéphane Marchesin
Hi Matt, This patch breaks the build for me on one of my machines (Fedora 15): gmake[3]: Entering directory `/home/marcheu/mesa/src/glsl/glcpp' LEXglcpp-lex.c YACC glcpp-parse.c CXXglsl_lexer.lo updating glcpp-parse.h updating glcpp-parse.output gmake all-am gmake[4]: Entering

[Mesa-dev] [PATCH] mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on OpenGL-2.0

2012-10-06 Thread Mario Kleiner
The GL_POINT_BIT state attribute GL_POINT_SPRITE_COORD_ORIGIN is only supported on OpenGL-2.0 or later. Prevent glPopAttrib() from trying to restore it on OpenGL-1.4 implementations which support GL_ARB_POINT_SPRITE, as otherwise the sequence... glPushAttrib(GL_POINT_BIT); glPopAttrib(); throws