* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
@ 2010-01-18 23:29 ` bugzilla-daemon
2010-01-18 23:58 ` bugzilla-daemon
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-18 23:29 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #1 from Rafał Miłecki <zajec5@gmail.com> 2010-01-18 15:29:32 PST ---
Created an attachment (id=32703)
--> (http://bugs.freedesktop.org/attachment.cgi?id=32703)
Silly patch to force SQ_TEX_DEPTH_COMPARE_ALWAYS
What is your GPU? Could you check this silly patch?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
2010-01-18 23:29 ` [Bug 26103] " bugzilla-daemon
@ 2010-01-18 23:58 ` bugzilla-daemon
2010-01-19 10:53 ` bugzilla-daemon
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-18 23:58 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #2 from darkbasic <darkbasic4@gmail.com> 2010-01-18 15:58:58 PST ---
It's a Radeon HD3870.
I tried the patch but it didn't work.
To be honest I'm not 100% sure I applied it because I used bashrcng-patching to
apply it to mesa-9999.
If you can tell me how to change something stupid like the mesa revision number
or something similar I can see with glxinfo, I will add it to the patch to see
if bashrcng-patching works as it should.
Thank you
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
2010-01-18 23:29 ` [Bug 26103] " bugzilla-daemon
2010-01-18 23:58 ` bugzilla-daemon
@ 2010-01-19 10:53 ` bugzilla-daemon
2010-01-19 10:56 ` bugzilla-daemon
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-19 10:53 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #3 from darkbasic <darkbasic4@gmail.com> 2010-01-19 02:53:52 PST ---
I added theese lines to the patch:
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 4f92353..9c758ce 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -32,7 +32,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 8
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.8-devel"
+#define MESA_VERSION_STRING "7.81-devel"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
gentoo niko # glxinfo | grep 'OpenGL version string'
OpenGL version string: 2.0 Mesa 7.81-devel
I'm now 100% sure the silly patch doesn't work.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
` (2 preceding siblings ...)
2010-01-19 10:53 ` bugzilla-daemon
@ 2010-01-19 10:56 ` bugzilla-daemon
2010-01-19 12:18 ` bugzilla-daemon
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-19 10:56 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #4 from Rafał Miłecki <zajec5@gmail.com> 2010-01-19 02:56:09 PST ---
Yeah, that was just a silly try, thanks for testing.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
` (3 preceding siblings ...)
2010-01-19 10:56 ` bugzilla-daemon
@ 2010-01-19 12:18 ` bugzilla-daemon
2010-01-19 12:28 ` bugzilla-daemon
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-19 12:18 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #5 from Nikolay Rysev <mad.f3ka@gmail.com> 2010-01-19 04:18:34 PST ---
I have the same problem with Nexuiz on rv630.
kernel 2.6.33-rc4
libdrm-git
mesa-git
xf86-video-ati-git
KMS is on.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
` (4 preceding siblings ...)
2010-01-19 12:18 ` bugzilla-daemon
@ 2010-01-19 12:28 ` bugzilla-daemon
2010-01-20 14:50 ` bugzilla-daemon
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-19 12:28 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #6 from darkbasic <darkbasic4@gmail.com> 2010-01-19 04:28:35 PST ---
Even with the lowest settings?
I have the same problems with nexuiz since the merging of glsl, but only with
effects set to high or higher.
What is ALWAYS white in nexuiz is the first location in the piece-o-cake demo.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
` (5 preceding siblings ...)
2010-01-19 12:28 ` bugzilla-daemon
@ 2010-01-20 14:50 ` bugzilla-daemon
2010-01-20 15:25 ` bugzilla-daemon
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-20 14:50 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #7 from darkbasic <darkbasic4@gmail.com> 2010-01-20 06:50:51 PST ---
I don't know if it is connected to the planeshift issue but this is nexuiz
piece-o-cake first location (effects set to low):
http://darkbasic.homelinux.com/images/nexuiz_afterglsl1.jpeg
This is nexuiz with effects set to high:
http://darkbasic.homelinux.com/images/nexuiz_afterglsl2.jpeg
I noticed theese problems after the merging of the glsl patches.
This is nexuiz with effects set to low (every map except piece-o-cake):
http://darkbasic.homelinux.com/images/nexuiz_low.jpeg
Everything seems to be ok in the last screenshot (here I even enabled texture
compression to test if it works).
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
` (6 preceding siblings ...)
2010-01-20 14:50 ` bugzilla-daemon
@ 2010-01-20 15:25 ` bugzilla-daemon
2010-01-20 22:30 ` bugzilla-daemon
2010-08-25 23:46 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-20 15:25 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #8 from darkbasic <darkbasic4@gmail.com> 2010-01-20 07:25:33 PST ---
Full pslaunch.sh log:
http://pastebin.com/m2a21af5
In-game planeshift screenshot:
http://darkbasic.homelinux.com/images/planeshift_ingame.jpeg
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
` (7 preceding siblings ...)
2010-01-20 15:25 ` bugzilla-daemon
@ 2010-01-20 22:30 ` bugzilla-daemon
2010-08-25 23:46 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-01-20 22:30 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #9 from darkbasic <darkbasic4@gmail.com> 2010-01-20 14:30:58 PST ---
It's a texture compression related problem.
If I disable it (Video.OpenGL.MesaForceS3TCEnable = no in
data/config/r3dopengl.cfg) it works.
Should I close the bug report?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 26103] Planeshift is unplayable, almost everything is gray and white
2010-01-18 20:26 [Bug 26103] New: Planeshift is unplayable, almost everything is gray and white bugzilla-daemon
` (8 preceding siblings ...)
2010-01-20 22:30 ` bugzilla-daemon
@ 2010-08-25 23:46 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2010-08-25 23:46 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=26103
Ian Romanick <idr@freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTOURBUG
--- Comment #10 from Ian Romanick <idr@freedesktop.org> 2010-08-25 16:46:55 PDT ---
This sounds like a Crystal Space (the engine Planeshift uses) bug. Please
submit a bug with them. Crystal Space shouldn't try to use S3TC if it's not
exposed by the driver.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread