On Monday 19 July 2010 10:34:20 Michel Dänzer wrote:
> On Sam, 2010-07-17 at 18:56 -0400, Ed Tomlinson wrote:
> >
> > My 790gx chipset supplies an rs780. With .34+ all is ok.
> > With .35-rc5 basic function seems ok (kde works) but games like
> > extreme tux racer have problems. The cursor does
On Mon, 2010-07-19 at 23:00 -0400, Ed Tomlinson wrote:
> On Monday 19 July 2010 10:34:20 Michel Dänzer wrote:
> > On Sam, 2010-07-17 at 18:56 -0400, Ed Tomlinson wrote:
> > >
> > > My 790gx chipset supplies an rs780. With .34+ all is ok.
> > > With .35-rc5 basic function seems ok (kde works) bu
On Monday 19 July 2010 10:34:20 Michel D?nzer wrote:
> On Sam, 2010-07-17 at 18:56 -0400, Ed Tomlinson wrote:
> >
> > My 790gx chipset supplies an rs780. With .34+ all is ok.
> > With .35-rc5 basic function seems ok (kde works) but games like
> > extreme tux racer have problems. The cursor does
https://bugs.freedesktop.org/show_bug.cgi?id=29156
Nick Bowler changed:
What|Removed |Added
CC||nbow...@draconx.ca
--- Comment #2 from Nic
https://bugs.freedesktop.org/show_bug.cgi?id=29156
Nick Bowler changed:
What|Removed |Added
CC||nbowler at draconx.ca
--- Comment #2 from
https://bugs.freedesktop.org/show_bug.cgi?id=29156
--- Comment #1 from Sven Arvidsson 2010-07-19 16:51:04 PDT ---
A related regression is this one, the game Far Cry (running through Wine)
starts but hangs at level start if the below commit isn't reverted.
f8d81c31cee30821da3aab331a57f484f6a07a
https://bugs.freedesktop.org/show_bug.cgi?id=29156
--- Comment #1 from Sven Arvidsson 2010-07-19 16:51:04 PDT ---
A related regression is this one, the game Far Cry (running through Wine)
starts but hangs at level start if the below commit isn't reverted.
f8d81c31cee30821da3aab331a57f484f6a07a
On Sam, 2010-07-17 at 18:56 -0400, Ed Tomlinson wrote:
>
> My 790gx chipset supplies an rs780. With .34+ all is ok.
> With .35-rc5 basic function seems ok (kde works) but games like
> extreme tux racer have problems. The cursor does not display when on
> the tux racer window and various objects
https://bugs.freedesktop.org/show_bug.cgi?id=29156
Summary: [regression] 3D apps in Wine hangs on start
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=29156
Summary: [regression] 3D apps in Wine hangs on start
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
This patch fix possible NULL pointer dereference when
r600_prepare_blit_copy tries to fill dev_priv->blit_vb->file_priv
without check of dev_priv->blit_vb. dev_priv->blit_vb should be
filled by r600_nomm_get_vb but latest can fail with EAGAIN.
Addresses: https://bugzilla.kernel.org/show_bug.cgi?id=
https://bugs.freedesktop.org/show_bug.cgi?id=29152
--- Comment #4 from Marek Olšák 2010-07-19 14:28:11 PDT ---
Created an attachment (id=37188)
View: https://bugs.freedesktop.org/attachment.cgi?id=37188
Review: https://bugs.freedesktop.org/review?bug=29152&attachment=37188
Possible fix
Could
https://bugs.freedesktop.org/show_bug.cgi?id=29152
--- Comment #4 from Marek Ol??k 2010-07-19 14:28:11 PDT
---
Created an attachment (id=37188)
View: https://bugs.freedesktop.org/attachment.cgi?id=37188
Review: https://bugs.freedesktop.org/review?bug=29152&attachment=37188
Possible fix
Could
https://bugs.freedesktop.org/show_bug.cgi?id=29152
--- Comment #3 from Pavel Ondračka 2010-07-19 13:15:19 PDT
---
Created an attachment (id=37187)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37187)
backtrace
I have the same problem with Heroes of Newerth, it crash at start. It works OK
https://bugs.freedesktop.org/show_bug.cgi?id=29152
--- Comment #3 from Pavel Ondra?ka 2010-07-19 13:15:19
PDT ---
Created an attachment (id=37187)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37187)
backtrace
I have the same problem with Heroes of Newerth, it crash at start. It works OK
On Sat, Jul 17, 2010 at 6:28 AM, Dan Carpenter wrote:
> The "error" variable is unsigned so it's never less than zero. ?I
> changed it to check if (freq < current_freq) directly.
>
> "best_error" is also unsigned so "best_error - 100" could be a large
> number instead of a negative. ?Since "error"
https://bugs.freedesktop.org/show_bug.cgi?id=29152
--- Comment #2 from Álmos 2010-07-19 12:59:04 PDT ---
I tried with 3b189d888a99336a2df037e2b595844d4b9e05b5, and it asserts. If I
start with GALLIUM_ABORT_ON_ASSERT=0, then lots of these
util/u_mempool.c:88:util_mempool_malloc_st: Assertion `blo
https://bugs.freedesktop.org/show_bug.cgi?id=29152
--- Comment #2 from ?lmos 2010-07-19 12:59:04 PDT ---
I tried with 3b189d888a99336a2df037e2b595844d4b9e05b5, and it asserts. If I
start with GALLIUM_ABORT_ON_ASSERT=0, then lots of these
util/u_mempool.c:88:util_mempool_malloc_st: Assertion `blo
https://bugs.freedesktop.org/show_bug.cgi?id=29152
--- Comment #1 from Marek Olšák 2010-07-19 12:23:35 PDT ---
I can't reproduce this with current mesa master
(3b189d888a99336a2df037e2b595844d4b9e05b5). Could you test it again after git
pull?
Do you have an x86_64 system?
Does it crash if you s
https://bugs.freedesktop.org/show_bug.cgi?id=29152
--- Comment #1 from Marek Ol??k 2010-07-19 12:23:35 PDT
---
I can't reproduce this with current mesa master
(3b189d888a99336a2df037e2b595844d4b9e05b5). Could you test it again after git
pull?
Do you have an x86_64 system?
Does it crash if you
https://bugs.freedesktop.org/show_bug.cgi?id=29152
Summary: [r300g] mempool makes ut2004 crash
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Compon
https://bugs.freedesktop.org/show_bug.cgi?id=29152
Summary: [r300g] mempool makes ut2004 crash
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Compon
https://bugs.freedesktop.org/show_bug.cgi?id=28771
--- Comment #17 from Alex Deucher 2010-07-19 10:29:31 PDT ---
(In reply to comment #13)
> Can GL have a switch like XV has - or should games in theory be able to turn
> off, but are prevented by a bug?
I'm not sure how you'd expose it. You coul
https://bugs.freedesktop.org/show_bug.cgi?id=28771
--- Comment #17 from Alex Deucher 2010-07-19 10:29:31 PDT
---
(In reply to comment #13)
> Can GL have a switch like XV has - or should games in theory be able to turn
> off, but are prevented by a bug?
I'm not sure how you'd expose it. You cou
On Sat, Jul 17, 2010 at 6:56 PM, Ed Tomlinson wrote:
> Hi,
>
> My 790gx chipset supplies an rs780. ?With .34+ all is ok. ?With .35-rc5 basic
> function seems ok (kde works) but
> games like extreme tux racer have problems. ?The cursor does not display when
> on the tux racer window and
> various
https://bugs.freedesktop.org/show_bug.cgi?id=28671
--- Comment #27 from Brett Witherspoon
2010-07-19 10:14:47 PDT ---
Sorry for the delay in my response. I have been preoccupied.
I tested analog and dmcp works fine. However DVI has no output on monitor with
either connector.
--
Configure bug
https://bugs.freedesktop.org/show_bug.cgi?id=28671
--- Comment #27 from Brett Witherspoon
2010-07-19 10:14:47 PDT ---
Sorry for the delay in my response. I have been preoccupied.
I tested analog and dmcp works fine. However DVI has no output on monitor with
either connector.
--
Configure bug
On Sat, Jul 17, 2010 at 6:28 AM, Dan Carpenter wrote:
> The "error" variable is unsigned so it's never less than zero. I
> changed it to check if (freq < current_freq) directly.
>
> "best_error" is also unsigned so "best_error - 100" could be a large
> number instead of a negative. Since "error"
https://bugs.freedesktop.org/show_bug.cgi?id=29116
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=27314
Alex Deucher changed:
What|Removed |Added
Summary|output not working on dell |DP link training fails on
https://bugs.freedesktop.org/show_bug.cgi?id=29116
Marek Ol??k changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=27314
Alex Deucher changed:
What|Removed |Added
CC||rafael.espind...@gmail.com
--- Comment #1
https://bugs.freedesktop.org/show_bug.cgi?id=27314
Alex Deucher changed:
What|Removed |Added
Summary|output not working on dell |DP link training fails on
https://bugs.freedesktop.org/show_bug.cgi?id=27314
Alex Deucher changed:
What|Removed |Added
CC||rafael.espindola at gmail.com
--- Comment
On Sam, 2010-07-17 at 18:56 -0400, Ed Tomlinson wrote:
>
> My 790gx chipset supplies an rs780. With .34+ all is ok.
> With .35-rc5 basic function seems ok (kde works) but games like
> extreme tux racer have problems. The cursor does not display when on
> the tux racer window and various objects
On Sat, Jul 17, 2010 at 6:56 PM, Ed Tomlinson wrote:
> Hi,
>
> My 790gx chipset supplies an rs780. With .34+ all is ok. With .35-rc5 basic
> function seems ok (kde works) but
> games like extreme tux racer have problems. The cursor does not display when
> on the tux racer window and
> various
https://bugs.freedesktop.org/show_bug.cgi?id=29137
--- Comment #2 from Henri Verbeet 2010-07-19 05:01:53 PDT
---
(In reply to comment #0)
> When running Sins of a Solar Empire under Wine all 3D objects are black, the
> only thing which is rendered correctly are menus and control panels.
> Main p
https://bugs.freedesktop.org/show_bug.cgi?id=29137
--- Comment #2 from Henri Verbeet 2010-07-19 05:01:53
PDT ---
(In reply to comment #0)
> When running Sins of a Solar Empire under Wine all 3D objects are black, the
> only thing which is rendered correctly are menus and control panels.
> Main p
https://bugs.freedesktop.org/show_bug.cgi?id=27141
Dmitry Dzhus changed:
What|Removed |Added
CC||d...@sphinx.net.ru
--- Comment #6 from Dm
https://bugs.freedesktop.org/show_bug.cgi?id=28260
Dmitry Dzhus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=28260
Dmitry Dzhus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=27141
Dmitry Dzhus changed:
What|Removed |Added
CC||dima at sphinx.net.ru
--- Comment #6 from
https://bugs.freedesktop.org/show_bug.cgi?id=28411
--- Comment #1 from Marius Groeger 2010-07-19 00:09:58
PDT ---
This is a humble *bump* on the issue - I saw that the latest d-r-t and d-n (let
alone d-f) don't contain a fix for it. Anything else you need from me to fix
it?
--
Configure bugmai
https://bugs.freedesktop.org/show_bug.cgi?id=28411
--- Comment #1 from Marius Groeger 2010-07-19
00:09:58 PDT ---
This is a humble *bump* on the issue - I saw that the latest d-r-t and d-n (let
alone d-f) don't contain a fix for it. Anything else you need from me to fix
it?
--
Configure bugmai
Make inclusion of conditional on TTM_HAS_AGP. The use
of the functions declared in it is already conditional.
Reported-by: Geert Stappers
Signed-off-by: Ben Hutchings
Tested-by: Geert Stappers
---
drivers/gpu/drm/ttm/ttm_page_alloc.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-
Hi,
My 790gx chipset supplies an rs780. With .34+ all is ok. With .35-rc5 basic
function seems ok (kde works) but
games like extreme tux racer have problems. The cursor does not display when
on the tux racer window and
various objects flicker on and off as I attempt to play the game.
Here
The "error" variable is unsigned so it's never less than zero. I
changed it to check if (freq < current_freq) directly.
"best_error" is also unsigned so "best_error - 100" could be a large
number instead of a negative. Since "error" is unsigned it is never
less than a negative and so the cases w
47 matches
Mail list logo