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 a
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 di
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
Reported-by: Fabio Pedretti
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 b/docs/faq.html
ind
2012/10/5 Chad Versace :
> On 10/05/2012 02:14 PM, Andreas Boll wrote:
>> Reported-by: Fabio Pedretti
>> ---
>> docs/faq.html | 33 -
>> 1 files changed, 12 insertions(+), 21 deletions(-)
>>
>> diff --git a/docs/faq.html b/docs/faq.html
>> index dd4e7de..fef2be0