Re: [Mesa3d-dev] Build failure in Mesa

2010-02-16 Thread Ben Skeggs
On Tue, 2010-02-16 at 09:25 +0100, Johannes Obermayr wrote: Hi, Ben Skeggs latest changes in Mesa cause a build failure (libdrm is latest git ...). Rebuild latest libdrm from git, you'll also need an updated kernel module. Ben. Thanks. Johannes gmake[3]: Entering directory `/usr/src

Re: [Mesa3d-dev] Gallium feature levels

2010-01-12 Thread Ben Skeggs
On Tue, 2010-01-12 at 11:01 -0500, Younes Manton wrote: On Tue, Jan 12, 2010 at 9:44 AM, Keith Whitwell kei...@vmware.com wrote: On Tue, 2010-01-12 at 06:33 -0800, Roland Scheidegger wrote: Profile 7 (2009)6 (2008) 5 (2006)4 (2004)3

Re: [Mesa3d-dev] st/dri: no need to request fake front buffer

2009-12-30 Thread Ben Skeggs
On Wed, 2009-12-30 at 18:45 +0100, Thomas Hellstrom wrote: Ben, Hey Thomas, Your commit 1336989ec breaks front buffer rendering on Xserver 1.7. Shouldn't the change that silently added a fake front attachment have been accompanied by a bump in SERVER_DRI2_MINOR_VERSION to signal a new

Re: [Mesa3d-dev] [RFC] gallium-blitter

2009-10-16 Thread Ben Skeggs
On Mon, 2009-11-16 at 14:59 +0100, Christoph Bumiller wrote: Corbin Simpson schrieb: URL: http://cgit.freedesktop.org/~csimpson/mesa/log/?h=gallium-blitter So, with r600g right around the corner, I'd like to do something about this blitter/no blitter thing. This patch series

Re: [Mesa3d-dev] Nouveau git drm git, mesa 7.5 git, xbmc crash and kwin crash

2009-05-16 Thread Ben Skeggs
On Sat, 2009-05-16 at 09:44 +0200, Eric Valette wrote: Younes Manton wrote: However, I have a permanent, always reproducible crash running xbmc Mesa driver is not stable or ready for end users so things like this are normal at the moment. Very constructive answer when I see 7.5 is

Re: [Mesa3d-dev] Mesa (master): nouveau: rewrite winsys in terms of drm_api, support dri2 state tracker

2009-03-18 Thread Ben Skeggs
On Wed, 2009-03-18 at 09:04 +, Keith Whitwell wrote: On Tue, 2009-03-17 at 18:15 -0700, Ben Skeggs wrote: Module: Mesa Branch: master Commit: e00ae524e236afba1305150cacd634eaa1f5460b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e00ae524e236afba1305150cacd634eaa1f5460b

Re: [Mesa3d-dev] [Nouveau] Memory corruption on Gallium window resize, diagnosed?

2008-11-11 Thread Ben Skeggs
Am Mittwoch, den 12.11.2008, 00:26 +0200 schrieb Pekka Paalanen: Hi, I've been playing with nouveau/mesa branch gallium-0.1, trying to get trivial/tri working on nv20 (with nv10 code). When ever I resize the window, it ends up in an assert failure: Hey, I fixed nv4x recently, gallium-0.2

Re: [Mesa3d-dev] Gallium HW winsys

2008-07-11 Thread Ben Skeggs
Am Freitag, den 11.07.2008, 16:56 +0200 schrieb Jakob Bornecrantz: On Thu, Jul 10, 2008 at 6:22 PM, Younes Manton [EMAIL PROTECTED] wrote: I'm trying to get the HW winsys stuff set up for XvMC and have some questions. Is there any problem with dlopen()ing the DRI driver (in this case

[Mesa3d-dev] gallium: ARB_position_invariant fix

2008-03-30 Thread Ben Skeggs
Hey, Current git ignores the IsPositionInvariant vertex program flag. Attached is a patch to fix the issue. Tested with progs/tests/arbvptorus on Nouveau/NV40. Cheers, Ben. 0001-gallium-obey-ARB_position_invariant-in-vertex-progr.patch Description: application/mbox

Re: [Mesa3d-dev] Gallium + NV40 + glClipPlane

2007-12-14 Thread Ben Skeggs
Am Dienstag, den 11.12.2007, 12:47 +1100 schrieb Ben Skeggs: Hello, On nv40 hardware, fixed-function glClipPlane must be implemented in a vertex program. Attached is a patch which adds support for the clip distance vtxprog outputs as described in GL_NV_vertex_program{2,3,4}. The patch

[Mesa3d-dev] Gallium + NV40 + glClipPlane

2007-12-10 Thread Ben Skeggs
Hello, On nv40 hardware, fixed-function glClipPlane must be implemented in a vertex program. Attached is a patch which adds support for the clip distance vtxprog outputs as described in GL_NV_vertex_program{2,3,4}. The patch also allows the driver to configure whether it wants the fixed-function

Re: [Mesa3d-dev] Query object interface.

2007-11-23 Thread Ben Skeggs
Am Freitag, den 23.11.2007, 10:21 + schrieb Keith Whitwell: Ben Skeggs wrote: Hey, Attached is a patch which adds driver hooks to update the status of a query object (both to core mesa, and the gallium state tracker). There is currently an issue with applications that spin

[Mesa3d-dev] Query object interface.

2007-11-23 Thread Ben Skeggs
Hey, Attached is a patch which adds driver hooks to update the status of a query object (both to core mesa, and the gallium state tracker). There is currently an issue with applications that spin waiting for GL_QUERY_RESULT_AVAILABLE_ARB to be true (eg. arbocclude). The current code will simply

Re: [Mesa3d-dev] Scenes, [was: Re: Gallium buffer clear interface.]

2007-09-21 Thread Ben Skeggs
Am Freitag, den 21.09.2007, 08:45 +0100 schrieb Keith Whitwell: Brian Paul wrote: Ben Skeggs wrote: I've been playing gallium on NV40 hardware a bit this week, so far it seems very nice. However... :) The hardware supports selective clearing of each channel of the primary render

[Mesa3d-dev] Gallium buffer clear interface.

2007-09-20 Thread Ben Skeggs
I've been playing gallium on NV40 hardware a bit this week, so far it seems very nice. However... :) The hardware supports selective clearing of each channel of the primary render target, depth, and stencil buffers in a single operation. The current buffer clear interface is called with