Re: [Linux-fbdev-devel] [Bugme-new] [Bug 13285] New: INTELFB: Colors display incorrectly

2009-05-13 Thread Krzysztof Helt
On Tue, 12 May 2009 15:19:34 -0700 Andrew Morton wrote: > > (switched to email. Please respond via emailed reply-to-all, not via the > bugzilla web interface). > > On Tue, 12 May 2009 01:40:48 GMT > [email protected] wrote: > > > > On my system, the colors are displaying inc

[Bug 21608] [radeon-rewrite] ctx->Stencil._Enabled stale when accessed

2009-05-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21608 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 21648] [radeon-rewrite] TexImage2D, SGIS_generate_mipmap, pixels=NULL

2009-05-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21648 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 21609] [radeon-rewrite] Use correct texture format for RGB textures

2009-05-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21609 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 20340] Fuzzy textures when drawing 1:1 with GL_LINEAR

2009-05-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20340 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

RE: Need sample program or tutorial

2009-05-13 Thread Bridgman, John
My understanding was that XF86DRIQueryDirectRenderingCapable just asked the X server if *it* was able to support direct rendering on a particular screen, didn't tell you anything about whether the right 3D driver existed or was installed correctly. I think the convention is to ask for direct when

Re: Need sample program or tutorial

2009-05-13 Thread Corbin Simpson
Enno Fennema wrote: > My longer term aim is to understand what my Radeon SE9200 can and cannot > do. Mesa is so clever that it hides by software when hardware is > deficient. I think that only by getting access to the the drm kernel > driver can I start exploring the hardware. The DRM only exposes

Re: Need sample program or tutorial

2009-05-13 Thread Enno Fennema
Jerome Glisse wrote: ... > Why do you want to use XF86DRIQueryDirectRenderingCapable ? I only called XF86...Capable to confirm that the software recognized my video card as *capable* of direct rendering. > glXIsDirect tells you what you want to know ie if it's direct > or not. Correct, glXDirect t

RE: Need sample program or tutorial

2009-05-13 Thread Bridgman, John
Couldn't DRI also be used by a non-GL direct-rendering driver, eg. for something like video acceleration ? -Original Message- From: Jerome Glisse [mailto:[email protected]] Sent: Wednesday, May 13, 2009 4:53 AM To: Enno Fennema Cc: [email protected] Subject: Re: Need

[git pull] drm fix

2009-05-13 Thread Jesse Barnes
The following changes since commit 8c9ed899b44c19e81859fbb0e9d659fe2f8630fc: David Howells (1): NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region() are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/drm-2.6 for-linus

[Bug 20954] mesa/drm(git): kernel panic with radeon driver (Radeon 9500 Pro)

2009-05-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20954 --- Comment #7 from Rafael Antonio Porras Samaniego 2009-05-13 05:49:17 PST --- (In reply to comment #6) > Many more reports: > https://bugs.gentoo.org/show_bug.cgi?id=264280 > > This still exists in latest kernel src and drm git. Rafael, a

[Bug 13294] New: i915: drm: xorg leaks drm objects massively

2009-05-13 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13294 Summary: i915: drm: xorg leaks drm objects massively Product: Drivers Version: 2.5 Kernel Version: 2.6.30-rc4 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

Re: Need sample program or tutorial

2009-05-13 Thread Jerome Glisse
On Wed, 2009-05-13 at 10:00 +0200, Enno Fennema wrote: > In the absence of much activity on the user list I come for assistance > here, > > I fail miserably in my first attempt to write a direct rendering client. > I think DRI is properly installed on my system, at least glxinfo > confirms Direct

Need sample program or tutorial

2009-05-13 Thread Enno Fennema
In the absence of much activity on the user list I come for assistance here, I fail miserably in my first attempt to write a direct rendering client. I think DRI is properly installed on my system, at least glxinfo confirms Direct rendering: Yes. As a first step I just want to draw a trangle in a