From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library
Date: Wed, 06 Jun 2012 11:44:24 +0000 [thread overview]
Message-ID: <bug-49817-502-3sdi44lNwV@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-49817-502@http.bugs.freedesktop.org/>
https://bugs.freedesktop.org/show_bug.cgi?id=49817
--- Comment #2 from Cédric Legrand <legrand.cedric.01@gmail.com> 2012-06-06 11:44:24 UTC ---
Here is a piece of C++ code which may help in solving the bug :
///////////////////////////////////////////////////////////
////////////
Class Game :
////////////
Game::Game() : renderWindow(sf::VideoMode(800,600),"")
...
void Game::inGame()
{
...
testMap.createRender(this);
...
}
void Game::showSprite(sf::Sprite& sprite)
{
renderWindow.draw(sprite);
}
///////////
Class Map :
///////////
void Map::createRender(Game* parent)
{
...
parent->showSprite(tilesFiles[nbTileset]); //tilesFiles is an sfml sprite
...
}
///////////////////////////////////////////////////////////
With this code, the same garbage and errors happen.
//// I'm sorry for my english ////
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2012-06-06 18:44 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 20:57 [Bug 49817] New: radeon: The kernel rejected CS when running shader example from SFML library bugzilla-daemon
2012-05-18 13:16 ` [Bug 49817] " bugzilla-daemon
2012-06-06 11:44 ` bugzilla-daemon [this message]
2012-06-06 18:49 ` bugzilla-daemon
2012-06-19 12:25 ` bugzilla-daemon
2012-06-19 14:23 ` bugzilla-daemon
2012-07-04 17:18 ` bugzilla-daemon
2012-07-28 22:23 ` bugzilla-daemon
2012-07-28 23:56 ` bugzilla-daemon
2012-07-30 20:30 ` bugzilla-daemon
2012-07-30 21:22 ` bugzilla-daemon
2012-07-31 18:35 ` bugzilla-daemon
2012-07-31 19:44 ` bugzilla-daemon
2012-08-28 7:31 ` bugzilla-daemon
2012-09-20 22:25 ` bugzilla-daemon
2012-09-21 15:20 ` bugzilla-daemon
2012-09-21 15:26 ` bugzilla-daemon
2012-12-12 9:26 ` bugzilla-daemon
2015-04-20 12:24 ` bugzilla-daemon
2015-04-20 12:28 ` bugzilla-daemon
2015-04-20 14:45 ` bugzilla-daemon
2015-04-23 17:54 ` 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-49817-502-3sdi44lNwV@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).