[Mesa3d-dev] A tiny problem regarding with the mesa source layout and DRI driver development

2010-03-22 Thread LiYe
Hi devs, I have no idea if this is the right place to ask. But I've searched around and didn't find the answer. So I am sorry if I made a noise. I'm interested in openGL implementation and the DRI driver development. Specifically, I want to learn how an OpenGL command was implemented and how it

Re: [Mesa3d-dev] A tiny problem regarding with the mesa source layout and DRI driver development

2010-03-22 Thread Jerome Glisse
On Mon, Mar 22, 2010 at 08:29:11PM +0800, LiYe wrote: > Hi devs, > > I have no idea if this is the right place to ask. But I've searched > around and didn't find the answer. So I am sorry if I made a noise. > > I'm interested in openGL implementation and the DRI driver development. > Specificall

Re: [Mesa3d-dev] mesa 7.8 GIT: Broken by "glapi: Correctly generate static disatches for X86."

2010-03-22 Thread Michel Dänzer
On Sat, 2010-03-20 at 14:51 +0100, Sedat Dilek wrote: > Hi, > > while upgrading my mesa from 7.8 GIT branch, I saw with > > commit 41a87a43e11c664935349f938022d58d3e22da4e > "glapi: Correctly generate static disatches for X86." > > the build breaking (especially with xdemos). > > - Sedat - >

[Mesa3d-dev] [PATCH] nvfx: fix sampler views support

2010-03-22 Thread Luca Barbieri
The code was half converted, resulting in texturing being totally broken. [sending this because my account hasn't been created yet] --- src/gallium/drivers/nvfx/nv30_fragtex.c |2 +- src/gallium/drivers/nvfx/nv40_fragtex.c |2 +- src/gallium/drivers/nvfx/nvfx_context.h |1 - 3 files

[Mesa3d-dev] [Bug 27248] New: Mesa slang float to int casting bug

2010-03-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27248 Summary: Mesa slang float to int casting bug Product: Mesa Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: janitor Severity: normal

[Mesa3d-dev] [Bug 27250] New: glEnable(GL_VERTEX PROGRAM POINT SIZE) doesn't work

2010-03-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27250 Summary: glEnable(GL_VERTEX PROGRAM POINT SIZE) doesn't work Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

Re: [Mesa3d-dev] [PATCH] nvfx: fix sampler views support

2010-03-22 Thread Roland Scheidegger
On 22.03.2010 17:46, Luca Barbieri wrote: > The code was half converted, resulting in texturing being totally > broken. > > [sending this because my account hasn't been created yet] > > --- > src/gallium/drivers/nvfx/nv30_fragtex.c |2 +- > src/gallium/drivers/nvfx/nv40_fragtex.c |2 +- >

Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-22 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luc Verhaegen wrote: > On Fri, Mar 19, 2010 at 11:33:02AM -0700, Ian Romanick wrote: >> >> I've been busy trying to get a release out the door, so I haven't looked >> at these patches yet. I won't have a chance to look at the patches >> until at least

Re: [Mesa3d-dev] mesa 7.8 GIT: Broken by "glapi: Correctly generate static disatches for X86."

2010-03-22 Thread Chia-I Wu
2010/3/22 Michel Dänzer : > On Sat, 2010-03-20 at 14:51 +0100, Sedat Dilek wrote: >> while upgrading my mesa from 7.8 GIT branch, I saw with >> >> commit 41a87a43e11c664935349f938022d58d3e22da4e >> "glapi: Correctly generate static disatches for X86." >> >> the build breaking (especially with xdemo

Re: [Mesa3d-dev] [xserver patch v5 3/5] glx: Enforce a 1:1 correspondence between GLX and X11 windows.

2010-03-22 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristian Høgsberg wrote: > 2010/2/8 Francisco Jerez : >> The spec says (regarding glXCreateWindow): "If there is already a >> GLXFBConfig associated with win (as a result of a previous >> glXCreateWindow call), then a BadAlloc error is generated.". It

Re: [Mesa3d-dev] [xserver patch v5 3/5] glx: Enforce a 1:1 correspondence between GLX and X11 windows.

2010-03-22 Thread Kristian Høgsberg
2010/3/22 Ian Romanick : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kristian Høgsberg wrote: >> 2010/2/8 Francisco Jerez : >>> The spec says (regarding glXCreateWindow): "If there is already a >>> GLXFBConfig associated with win (as a result of a previous >>> glXCreateWindow call), then

Re: [Mesa3d-dev] A tiny problem regarding with the mesa source layout and DRI driver development

2010-03-22 Thread Nicolai Haehnle
On Mon, Mar 22, 2010 at 1:29 PM, LiYe wrote: > I'm interested in openGL implementation and the DRI driver development. > Specifically, I want to learn how an OpenGL command was implemented and > how it was converted into direct rendering context and transferred to > the hardware. I know this is a

Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-22 Thread Nicolai Haehnle
On Mon, Mar 22, 2010 at 2:24 AM, Luc Verhaegen wrote: >> In >> particular, the Mesa core <-> classic driver split only makes sense if >> there are enough people who are actually working on those drivers who >> would support the split. Otherwise, this is bound to lead straight >> into hell. >> >> I

[Mesa3d-dev] [Bug 27254] New: glBlitFramebuffer is defined while glBlitFramebufferEXT is hidden as described by the XMLs

2010-03-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27254 Summary: glBlitFramebuffer is defined while glBlitFramebufferEXT is hidden as described by the XMLs Product: Mesa Version: unspecified Platform: Other OS/Version: All

Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-22 Thread Luc Verhaegen
On Mon, Mar 22, 2010 at 10:46:37PM +0100, Nicolai Haehnle wrote: > On Mon, Mar 22, 2010 at 2:24 AM, Luc Verhaegen wrote: > >> In > >> particular, the Mesa core <-> classic driver split only makes sense if > >> there are enough people who are actually working on those drivers who > >> would support

[Mesa3d-dev] [Bug 27254] glBlitFramebuffer is defined while glBlitFramebufferEXT is hidden as described by the XMLs

2010-03-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27254 --- Comment #1 from Tom Fogal 2010-03-22 17:41:58 PST --- > EXT_framebuffer_object.xml specifies that BlitFramebufferEXT > to be hidden while BlitFramebuffer is exposed as described in > ARB_framebuffer_object.xml, is that intentional? This

Re: [Mesa3d-dev] [xserver patch v5 3/5] glx: Enforce a 1:1 correspondence between GLX and X11 windows.

2010-03-22 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristian Høgsberg wrote: > 2010/3/22 Ian Romanick : >> Kristian Høgsberg wrote: >>> 2010/2/8 Francisco Jerez : The spec says (regarding glXCreateWindow): "If there is already a GLXFBConfig associated with win (as a result of a previous g

[Mesa3d-dev] Mesa 7.7.1 release candidate 2 and Mesa 7.8 release candidate 2

2010-03-22 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My intention is that these will be the last release candidates. Unless there is some major show-stopping bug discovered, I plan to release 7.7.1 and 7.8 this *Friday*. I will ping people on IRC before making the release. Mesa 7.7.1-rc2 available for

[Mesa3d-dev] [Bug 27254] glBlitFramebuffer is defined while glBlitFramebufferEXT is hidden as described by the XMLs

2010-03-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27254 --- Comment #2 from Alan 2010-03-22 18:49:55 PST --- (In reply to comment #1) > > EXT_framebuffer_object.xml specifies that BlitFramebufferEXT > > to be hidden while BlitFramebuffer is exposed as described in > > ARB_framebuffer_object.xml, i

[Mesa3d-dev] [Bug 22536] glxgears_pixmap shows black screen and seeing error message from X

2010-03-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22536 Kristian Høgsberg changed: What|Removed |Added CC||k...@bitplanet.net Statu

Re: [Mesa3d-dev] GSOC: Gallium R300 driver

2010-03-22 Thread Tom Stellard
On Thu, Mar 18, 2010 at 03:25:04PM -0700, Corbin Simpson wrote: > > Nifty. Well, there's a few places to look for information. > > If you're not sure how the actual video card works, > http://www.x.org/wiki/Development/Documentation/HowVideoCardsWork is a > great starting point. Of particular int