From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 39269] Pioneer Spacesim fails to compile shader Date: Fri, 15 Jul 2011 15:14:46 -0700 (PDT) Message-ID: <20110715221446.D5929130115@annarchy.freedesktop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id DF460A092A for ; Fri, 15 Jul 2011 15:14:46 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=39269 Ian Romanick changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|x86-64 (AMD64) |All Keywords| |NEEDINFO Component|Drivers/Gallium/r300 |glsl-compiler AssignedTo|dri-devel@lists.freedesktop |idr@freedesktop.org |.org | CC| |stereotype441@gmail.com --- Comment #1 from Ian Romanick 2011-07-15 15:14:45 PDT --- (In reply to comment #0) > it disables shaders on start with this error message: > > GL_ARB_point_sprite: Yes > Error compiling shader: data/shaders/postprocessBloom1Downsample.frag.glsl: > 0:122(1): error: syntax error, unexpected EXTENSION, expecting $end This concerns me a bit. This is saying that the error is in line 122. #extension lines can only be preceded in a shader by comments, whitespace, and the #version line. The shader at github has #extension as the first line, so something fishy is going on. Can you run with MESA_GLSL=dump and attach the output? > OpenGL vendor: X.Org R300 Project > OpenGL renderer string: Gallium 0.4 on ATI R580 > > Pioneer will run with shaders disabled. > > this works with mesa 7.10 branch > > the code to the game is here: > https://github.com/pioneerspacesim/pioneer > > Distro is Slackware64 13.37 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.