Displaying 20 results from an estimated 1000 matches similar to: "[Bug 37440] Infinite loop detected in fragment program"
2012 Dec 06
0
[Bug 37440] Infinite loop detected in fragment program
https://bugs.freedesktop.org/show_bug.cgi?id=37440
--- Comment #4 from Andrew Caudwell <acaudwell at gmail.com> ---
I believe this is due to a bug in mesa/program/prog_execute.c.
get_dst_register_pointer() returns a dummy register when the dest register
Index exceeds MAX_PROGRAM_TEMPS (currently set to 256). Perhaps this should be
an error or an assertion failure instead.
Raising the
2013 Aug 31
0
[Bug 37440] Infinite loop detected in fragment program
https://bugs.freedesktop.org/show_bug.cgi?id=37440
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #5 from Ilia Mirkin <imirkin
2012 Oct 30
1
[PATCH][8.0] nvfx: handle some unknown PIPE_CAPs
fixes these warnings:
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47442
Bugzilla:
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
AGP is deprecated for 10+ years now and not used any more on modern hardware.
Old hardware should continue to work in PCI mode.
Signed-off-by: Christian K?nig <christian.koenig at amd.com>
---
drivers/gpu/drm/radeon/Makefile | 4 +-
drivers/gpu/drm/radeon/evergreen.c | 7 -
drivers/gpu/drm/radeon/r100.c | 10 +-
drivers/gpu/drm/radeon/r300.c | 9 -
2005 Jun 15
1
coding to generate a matrix to prepare for chi-sqr test f or text mining
I would compile a table of all the words in the dataset (maybe you have it
already), then create a list where each component is an integer vector of
indices of words. That is, replace words by their positions in the table.
>From that sparse form you could create binary features to use with standard
classification methods, or for example compute the X'X matrix for linear
regression
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
On Mon, May 11, 2020 at 1:17 PM Christian K?nig
<ckoenig.leichtzumerken at gmail.com> wrote:
>
> AGP is deprecated for 10+ years now and not used any more on modern hardware.
>
> Old hardware should continue to work in PCI mode.
Might want to clarify that there is no loss of functionality here.
Something like:
"There is no loss of functionality here. GPUs will continue to
2011 May 06
4
Graphics Flickering Issue w/ Wine & ati Radeon HD 4870
I've posted this on the ubuntu forums as well with some additional postage there: http://ubuntuforums.org/showthread.php?t=1749918
I am having a graphics problem that is prohibiting me from playing portal 2 (serious business). I just recently installed Wine. I tried to play portal 2 and my graphics start flickering rapidly, mostly black.
tried on
ubuntu 10.10 64 bit
wine version 1.3
ati
2012 Nov 16
0
[Bug 46597] nv50_pc.h:351: nv_alloc_instruction: Assertion `pc->num_instructions < 2048' failed.
https://bugs.freedesktop.org/show_bug.cgi?id=46597
Andreas Boll <andreas.boll.dev at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|mesa-dev at lists.freedesktop. |nouveau at lists.freedesktop.o
|org |rg
2012 May 28
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
On Fri, May 25, 2012 at 02:37:26PM -0700, Justin Holewinski wrote:
> Hi Tom,
>
> I have a higher-level question regarding this back-end. If I have an LLVM
> IR module and run it through this back-end, it seems like the only output
> option is a binary format. Is this a device binary, or another
> intermediate format?
>
> If the input LLVM IR module was a compute kernel,
2012 May 28
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
On Mon, May 28, 2012 at 08:54:41AM -0700, Justin Holewinski wrote:
> On May 28, 2012 6:44 AM, "Tom Stellard" <thomas.stellard at amd.com> wrote:
> >
> > On Fri, May 25, 2012 at 02:37:26PM -0700, Justin Holewinski wrote:
> > > Hi Tom,
> > >
> > > I have a higher-level question regarding this back-end. If I have an
> LLVM
> > >
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
Hi Christian
Am 11.05.20 um 19:17 schrieb Christian K?nig:
> AGP is deprecated for 10+ years now and not used any more on modern hardware.
>
> Old hardware should continue to work in PCI mode.
>
> Signed-off-by: Christian K?nig <christian.koenig at amd.com>
> ---
> drivers/gpu/drm/radeon/Makefile | 4 +-
> drivers/gpu/drm/radeon/evergreen.c | 7 -
2012 Jun 04
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
Is there a version of the AMDIL back-end that is compatible with LLVM
3.0/3.1?
On Tue, May 29, 2012 at 8:33 AM, Villmow, Micah <Micah.Villmow at amd.com>wrote:
>
>
> > -----Original Message-----
> > From: Stellard, Thomas
> > Sent: Monday, May 28, 2012 9:07 AM
> > To: Justin Holewinski
> > Cc: Villmow, Micah; Tom Stellard; llvmdev at cs.uiuc.edu
>
2012 May 28
3
[LLVMdev] RFC: R600, a new backend for AMD GPUs
On May 28, 2012 6:44 AM, "Tom Stellard" <thomas.stellard at amd.com> wrote:
>
> On Fri, May 25, 2012 at 02:37:26PM -0700, Justin Holewinski wrote:
> > Hi Tom,
> >
> > I have a higher-level question regarding this back-end. If I have an
LLVM
> > IR module and run it through this back-end, it seems like the only
output
> > option is a binary
2012 May 29
2
[LLVMdev] RFC: R600, a new backend for AMD GPUs
> -----Original Message-----
> From: Stellard, Thomas
> Sent: Monday, May 28, 2012 9:07 AM
> To: Justin Holewinski
> Cc: Villmow, Micah; Tom Stellard; llvmdev at cs.uiuc.edu
> Subject: Re: [LLVMdev] RFC: R600, a new backend for AMD GPUs
>
> On Mon, May 28, 2012 at 08:54:41AM -0700, Justin Holewinski wrote:
> > On May 28, 2012 6:44 AM, "Tom Stellard"
2016 Mar 10
0
[Mesa-dev] [PATCH mesa 2/3] tgsi: Add support for global / local / input MEMORY
Hi,
On 10-03-16 16:35, Aaron Watry wrote:
> On Thu, Mar 10, 2016 at 9:14 AM, Hans de Goede <hdegoede at redhat.com> wrote:
>
>> Extend the MEMORY file support to differentiate between global, local
>> and shared memory, as well as "input" memory.
>>
>> "MEMORY[x], INPUT" is intended to access OpenCL kernel parameters, a
>> special
2014 Feb 20
0
[PATCH] nv50: enable txg where supported
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
This applies on top of Dave Airlie's r600g-texture-gather branch. Ran piglit
with -t gather, passed all 1057 tests. Can't say I fully understand what all
the arguments to handleTEX in the Coverter are but... seems to work. Will
probably require some care for nvc0 support which should have SM5 caps.
2013 Jul 23
1
[Bug 67215] New: UBO access seems to mask address on nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=67215
Priority: medium
Bug ID: 67215
Assignee: nouveau at lists.freedesktop.org
Summary: UBO access seems to mask address on nouveau
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: wickmarkus at web.de
Hardware: x86-64 (AMD64)
2013 Oct 27
3
[Bug 70931] New: Xv causes player segfaults when 4K is decoded
https://bugs.freedesktop.org/show_bug.cgi?id=70931
Priority: medium
Bug ID: 70931
Assignee: nouveau at lists.freedesktop.org
Summary: Xv causes player segfaults when 4K is decoded
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: nikoli at gmx.us
2010 Apr 15
1
FSP UPS not listed as supported, but seems to work... at least a little...
Hi!
Using this guide:
http://blog.shadypixel.com/monitoring-a-ups-with-nut-on-debian-or-ubuntu-linux/
and systematically testing the usb capable driver on your site I managed
to get my FSP EP650 (by http://www.fspgroupusa.com/ ) working (after
reboot). Im running Ubuntu 9.10 desktop x64 standard install.
This is the output from running "upsc ups1"
-----
battery.voltage: 13.50
2016 Feb 29
2
Segmentation Fault when trying to set root samba password, IPA as a backend
Hi
>> First thing is, you shouldn't have a user called 'root' in your domain,
I know, was just saying that the error message changed when I added the user....
>> use a usermap to map 'Administrator' to 'root'
I have now tried adding:
username map = /var/lib/samba/usermap.txt
to my [global]
and /var/lib/samba/usermap.txt:
mj = Adminstrator