From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 60553] New: [trine2] wrong colors when executed fullscreen
Date: Sat, 09 Feb 2013 18:00:36 +0000 [thread overview]
Message-ID: <bug-60553-502@http.bugs.freedesktop.org/> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 3955 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=60553
Priority: medium
Bug ID: 60553
Assignee: dri-devel@lists.freedesktop.org
Summary: [trine2] wrong colors when executed fullscreen
Severity: normal
Classification: Unclassified
OS: All
Reporter: lordheavym@gmail.com
Hardware: Other
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
Created attachment 74499
--> https://bugs.freedesktop.org/attachment.cgi?id=74499&action=edit
Trine2 screen with wrong colors
* mesa from git
* xf86-video-ati-7.0.0
* radeon HD6870
Trine2 game colors are wrong when running fullscreen, not windowed. Here is the
start of an apitrace output (it fail with an error):
[lordh@archMain Trine 2]$ apitrace dump trine2_linux_32bit.trace
6 glXChooseVisual(dpy = 0xcfdcfb8, screen = 0, attribList = {GLX_RGBA,
GLX_RED_SIZE, GLX_LEVEL, GLX_GREEN_SIZE, GLX_LEVEL, GLX_BLUE_SIZE,
GLX_BUFFER_SIZE, GLX_DOUBLEBUFFER, GLX_DEPTH_SIZE, GLX_ACCUM_BLUE_SIZE, 0}) =
&{visual = 0xcfe8b28, visualid = 557, screen = 0, depth = 24, c_class = 4,
red_mask = 16711680, green_mask = 65280, blue_mask = 255, colormap_size = 256,
bits_per_rgb = 8}
7 glXCreateContext(dpy = 0xcfdcfb8, vis = &{visual = 0xcfe8b28, visualid = 557,
screen = 0, depth = 24, c_class = 4, red_mask = 16711680, green_mask = 65280,
blue_mask = 255, colormap_size = 256, bits_per_rgb = 8}, shareList = NULL,
direct = True) = 0xcfd3240
8 glXMakeCurrent(dpy = 0xcfdcfb8, drawable = 98566146, ctx = 0xcfd3240) = True
14 glXMakeCurrent(dpy = 0xcfdcfb8, drawable = 0, ctx = NULL) = True
15 glXDestroyContext(dpy = 0xcfdcfb8, ctx = 0xcfd3240)
16 glXChooseVisual(dpy = 0xcfdcfb8, screen = 0, attribList = {GLX_RGBA,
GLX_RED_SIZE, GLX_LEVEL, GLX_GREEN_SIZE, GLX_LEVEL, GLX_BLUE_SIZE,
GLX_BUFFER_SIZE, GLX_DOUBLEBUFFER, GLX_DEPTH_SIZE, GLX_ACCUM_BLUE_SIZE, 0}) =
&{visual = 0xcfe8b28, visualid = 557, screen = 0, depth = 24, c_class = 4,
red_mask = 16711680, green_mask = 65280, blue_mask = 255, colormap_size = 256,
bits_per_rgb = 8}
17 glXCreateContext(dpy = 0xcfdcfb8, vis = &{visual = 0xcfe8b28, visualid =
557, screen = 0, depth = 24, c_class = 4, red_mask = 16711680, green_mask =
65280, blue_mask = 255, colormap_size = 256, bits_per_rgb = 8}, shareList =
NULL, direct = True) = 0xd025658
18 glXMakeCurrent(dpy = 0xcfdcfb8, drawable = 98566149, ctx = 0xd025658) = True
21 glXMakeCurrent(dpy = 0xcfdcfb8, drawable = 0, ctx = NULL) = True
22 glXDestroyContext(dpy = 0xcfdcfb8, ctx = 0xd025658)
29 glXChooseVisual(dpy = 0xcfdcfb8, screen = 0, attribList = {GLX_RGBA,
GLX_RED_SIZE, GLX_RED_SIZE, GLX_GREEN_SIZE, GLX_RED_SIZE, GLX_BLUE_SIZE,
GLX_RED_SIZE, GLX_DOUBLEBUFFER, GLX_DEPTH_SIZE, 24, GLX_STENCIL_SIZE,
GLX_RED_SIZE, 0}) = &{visual = 0xcfe8be8, visualid = 563, screen = 0, depth =
24, c_class = 4, red_mask = 16711680, green_mask = 65280, blue_mask = 255,
colormap_size = 256, bits_per_rgb = 8}
30 glXCreateContext(dpy = 0xcfdcfb8, vis = &{visual = 0xcfe8be8, visualid =
563, screen = 0, depth = 24, c_class = 4, red_mask = 16711680, green_mask =
65280, blue_mask = 255, colormap_size = 256, bits_per_rgb = 8}, shareList =
NULL, direct = True) = 0xd000248
31 glXMakeCurrent(dpy = 0xcfdcfb8, drawable = 98566152, ctx = 0xd000248) = True
37 glXMakeCurrent(dpy = 0xcfdcfb8, drawable = 0, ctx = NULL) = True
38 glXDestroyContext(dpy = 0xcfdcfb8, ctx = 0xd000248)
39 glXChooseVisual(dpy = 0xcfdcfb8, screen = 0, attribList = {GLX_RGBA,
GLX_RED_SIZE, GLX_RED_SIZE, GLX_GREEN_SIZE, GLX_RED_SIZE, GLX_BLUE_SIZE,
GLX_RED_SIZE, GLX_DOUBLEBUFFER, GLX_DEPTH_SIZE, 24, GLX_STENCIL_SIZE,
GLX_RED_SIZE, 0}) = &{visual = 0xcfe8be8, visualid = 563, screen = 0, depth =
24, c_class = 4, red_mask = 16711680, green_mask = 65280, blue_mask = 255,
colormap_size = 256, bits_per_rgb = 8}
error: unknown event 4
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 5442 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2013-02-09 18:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-09 18:00 bugzilla-daemon [this message]
2013-02-09 18:01 ` [Bug 60553] [trine2] wrong colors when executed fullscreen bugzilla-daemon
2013-02-09 18:03 ` bugzilla-daemon
2013-02-09 18:06 ` bugzilla-daemon
2013-02-09 18:07 ` bugzilla-daemon
2013-02-09 18:15 ` bugzilla-daemon
2013-03-11 14:51 ` bugzilla-daemon
2013-04-30 22:01 ` bugzilla-daemon
2013-05-04 21:26 ` bugzilla-daemon
2013-05-04 21:27 ` bugzilla-daemon
2013-05-04 21:29 ` bugzilla-daemon
2013-05-04 21:29 ` bugzilla-daemon
2014-09-05 7:16 ` bugzilla-daemon
2015-05-14 12:57 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-60553-502@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.