This function makes it possible to include input / payload registers in
the interference graph.
---
src/mesa/program/register_allocate.c | 21 ++---
src/mesa/program/register_allocate.h |1 +
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/src/mesa/program/reg
On 04/19/2011 05:43 PM, Ian Romanick wrote:
> On 04/18/2011 04:51 PM, Bryan Cain wrote:
> > This patch was revised several times before submitting, and even after
> > that I still wasn't sure that adding conversion operations was the right
> > solution. So I'm not really surprised that there are p
On 19 April 2011 16:52, Martin Gräßlin wrote:
> Hi Mesa-devs,
>
> yesterday I published a rant about Mesa breaking KWin and given some
> comments on Phoronix Forums it seems like there is the wish for more
> communication between our development groups and so I want to start it. Please
> note that
---
src/mapi/glapi/gen/ARB_robustness.xml | 185 +
src/mapi/glapi/gen/Makefile |1 +
src/mapi/glapi/gen/gl_API.xml |2 +
3 files changed, 188 insertions(+), 0 deletions(-)
create mode 100644 src/mapi/glapi/gen/ARB_robustness.xml
diff --g
As long as GLX_ARB_create_context_robustness isn't
implemented yet, these function calls are all that's
needed to implement the spec.
The function pointers just need to be hooked up
to the GLAPI dispatch table and such.
---
src/mesa/main/colortab.c| 13 -
src/mesa/main/convolve.c|
---
src/mesa/main/context.c|4
src/mesa/main/extensions.c |1 +
src/mesa/main/get.c|3 +++
src/mesa/main/mtypes.h |6 ++
4 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 8053edc..ea13bdd
---
src/mesa/main/readpix.c | 25 ++---
src/mesa/main/texgetimage.c | 63 ++-
2 files changed, 53 insertions(+), 35 deletions(-)
diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c
index fd6752b..465be9f 100644
--- a/src/mesa/
---
src/mesa/main/pixel.c | 41 -
1 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c
index 6e4ed99..62dd13e 100644
--- a/src/mesa/main/pixel.c
+++ b/src/mesa/main/pixel.c
@@ -145,8 +145,9 @@ store
---
src/mesa/main/colortab.c |4 +-
src/mesa/main/pbo.c | 64 +++--
src/mesa/main/pbo.h |8 +++---
src/mesa/main/polygon.c |7 +++--
4 files changed, 48 insertions(+), 35 deletions(-)
diff --git a/src/mesa/main/colortab.c b/src/mesa
This is the first step towards supporting the extension
GL_ARB_robustness.
---
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c |2 +-
src/mesa/drivers/x11/xm_dd.c|6 +-
src/mesa/main/dlist.c |4 +-
src/mesa/main/drawpix.c
---
src/mesa/drivers/x11/xm_dd.c |4 ++--
src/mesa/main/drawpix.c |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/mesa/drivers/x11/xm_dd.c b/src/mesa/drivers/x11/xm_dd.c
index 3031b7b..1369946 100644
--- a/src/mesa/drivers/x11/xm_dd.c
+++ b/src/mesa/drivers
https://bugs.freedesktop.org/show_bug.cgi?id=36295
--- Comment #15 from Ian Romanick 2011-04-19 17:21:46
PDT ---
(In reply to comment #14)
> (In reply to comment #13)
> > The downside is that app developers never fix *THEIR* bugs.
> >
> [...]
> >
> > And this is the disaster that we're trying t
Acked-by: Corbin Simpson
Sending from a mobile, pardon the brevity. ~ C.
On Apr 19, 2011 4:13 PM, "Ian Romanick" wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 04/16/2011 09:45 AM, Corbin Simpson wrote:
>> On Fri, Apr 15, 2011 at 11:10 PM, Ian Romanick
wrote:
>>> This patch ser
On Tue, Apr 19, 2011 at 7:13 PM, Ian Romanick wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 04/16/2011 09:45 AM, Corbin Simpson wrote:
>> On Fri, Apr 15, 2011 at 11:10 PM, Ian Romanick wrote:
>>> This patch series cleans out the last vestiges of fixed-function fog
>>> support wi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/16/2011 06:48 AM, Brian Paul wrote:
> On Sat, Apr 16, 2011 at 12:10 AM, Ian Romanick wrote:
>> From: Ian Romanick
>>
>> ---
>> src/mesa/swrast/s_context.c | 15 ---
>> src/mesa/tnl/t_context.c| 12
>> 2 files c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/16/2011 09:45 AM, Corbin Simpson wrote:
> On Fri, Apr 15, 2011 at 11:10 PM, Ian Romanick wrote:
>> This patch series cleans out the last vestiges of fixed-function fog
>> support with ARB_fragment_program. We talked about doing this quite
>> so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/18/2011 04:51 PM, Bryan Cain wrote:
> This patch was revised several times before submitting, and even after
> that I still wasn't sure that adding conversion operations was the right
> solution. So I'm not really surprised that there are proble
Keep track of when the caches are dirty, and only flush them when
the framebuffer state is set and when the context is flushed.
---
src/gallium/drivers/r600/evergreen_state.c | 19 +++-
src/gallium/drivers/r600/evergreend.h |1 +
src/gallium/drivers/r600/r600.h
On 04/19/2011 02:43 PM, Ian Romanick wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/19/2011 12:23 PM, nobled wrote:
spec file:
http://www.opengl.org/registry/specs/ARB/robustness.txt
The first four parts of this series add infrastructure to support
bounds-checking client memory buf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/19/2011 12:23 PM, nobled wrote:
> spec file:
> http://www.opengl.org/registry/specs/ARB/robustness.txt
>
> The first four parts of this series add infrastructure to support
> bounds-checking client memory buffers by re-using the PBO
> bounds-che
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b64886c817ffa2d86abb9b4a5d79d1e2451
> 2011-03-11 19:49:28 (GMT)
>
> Without this, EXT_texture_from_pixmap is trivially broken. With it,
> it's merely subtly broken.
>
> Signed-off-by: Adam Jackson
What does 'subtly broken' mean in this case
On 04/19/2011 12:25 PM, Ian Romanick wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/18/2011 08:43 PM, Brian Paul wrote:
On Mon, Apr 18, 2011 at 8:10 PM, Eric Anholt wrote:
On Mon, 18 Apr 2011 16:16:37 -0700, Ian Romanick wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 0
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/18/2011 08:43 PM, Brian Paul wrote:
> On Mon, Apr 18, 2011 at 8:10 PM, Eric Anholt wrote:
>> On Mon, 18 Apr 2011 16:16:37 -0700, Ian Romanick
>> wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> On 04/18/2011 01:37 PM, Eric
Date: Sun, 13 Feb 2011 23:45:47 +
This makes it useable with the egl_gallium driver in X11.
It only works for the DRI2 backend, not ximage.
---
src/gallium/state_trackers/egl/common/egl_g3d.c|3 ++
.../state_trackers/egl/common/native_buffer.h |3 +-
src/gallium/state_tracke
On Tue, Apr 19, 2011 at 1:24 PM, Henri Verbeet wrote:
> On 19 April 2011 18:11, Alex Deucher wrote:
>> I've pushed the r600c patch. I'll take a look at the r600g patch later
>> today.
>>
> I'm without r600 hardware this week, but personally I think I'd be
> happier with a helper function for th
On Tue, Apr 19, 2011 at 12:11 PM, Alex Deucher wrote:
> On Tue, Apr 19, 2011 at 4:06 AM, Cédric Cano
> wrote:
>> Hi
>>
>> Few days ago, I posted a couple of patches on dri-devel but it doesn't seem
>> to be the correct place. Here you are 2 patches that adds support for RV730
>> in r600c and r60
On Fri, 15 Apr 2011 23:10:52 -0700, "Ian Romanick" wrote:
> From: Ian Romanick
>
> None of this ever gets used. Fog is always calculated by a fragment
> program. Even though the fixed-function fog unit is never used, state
> updates are still sent to the hardware. Removing those spurious stat
On 19 April 2011 18:11, Alex Deucher wrote:
> I've pushed the r600c patch. I'll take a look at the r600g patch later today.
>
I'm without r600 hardware this week, but personally I think I'd be
happier with a helper function for the endian swap, instead of
sprinkling ifdefs all over the source cod
On Tue, Apr 19, 2011 at 10:52 AM, Martin Gräßlin wrote:
> Hi Mesa-devs,
>
> yesterday I published a rant about Mesa breaking KWin and given some
> comments on Phoronix Forums it seems like there is the wish for more
> communication between our development groups and so I want to start it. Please
>
On Tue, Apr 19, 2011 at 4:06 AM, Cédric Cano wrote:
> Hi
>
> Few days ago, I posted a couple of patches on dri-devel but it doesn't seem
> to be the correct place. Here you are 2 patches that adds support for RV730
> in r600c and r600g.
>
I've pushed the r600c patch. I'll take a look at the r600
Hello Martin,
sorry for the kick-in, but I feel obligated to speak up here.
First of all you wrote a rather long text, but you don't make a single
point _how_ to make the collaboration between mesa and kwin devs any
better. It seems you just want to explain why you are doing things the
way you ar
On Tuesday 19 April 2011 10:52:08 Martin Gräßlin wrote:
> Hi Mesa-devs,
>
> yesterday I published a rant about Mesa breaking KWin and given some
> comments on Phoronix Forums it seems like there is the wish for more
> communication between our development groups and so I want to start it.
> Plea
https://bugs.freedesktop.org/show_bug.cgi?id=36238
--- Comment #1 from Brian Paul 2011-04-19 08:13:32 PDT
---
Ok, I've fixed this in git on master and the 7.10 branch. I did test builds
and everything seems in order, but there's still a chance that I might have
missed something. If I make some
Hi Mesa-devs,
yesterday I published a rant about Mesa breaking KWin and given some
comments on Phoronix Forums it seems like there is the wish for more
communication between our development groups and so I want to start it. Please
note that I am not subscribed to this mailing list, so please ke
https://bugs.freedesktop.org/show_bug.cgi?id=36282
--- Comment #12 from Alexandre Demers 2011-04-19
07:36:02 PDT ---
(In reply to comment #11)
> only happens here when shared-glapi is enabled (r600g)
Confirmed also here that the bug only appears when Mesa is compiled with
--enable-shared-glapi.
On 04/19/2011 04:00 AM, Christoph Bumiller wrote:
On 16.04.2011 18:50, Christoph Bumiller wrote:
I hope the new version is correct, the commit message describes why I
did the first change, and the second change is described in a comment.
Note that the MAD for inversion uses Height - 1 instead
On 04/18/2011 02:53 PM, Eric Anholt wrote:
---
docs/relnotes-7.11.html |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/relnotes-7.11.html b/docs/relnotes-7.11.html
index 131fecd..2bd126c 100644
--- a/docs/relnotes-7.11.html
+++ b/docs/relnotes-7.11.html
@@ -3
On 04/18/2011 02:37 PM, Eric Anholt wrote:
Of these, intel will be using I and L initially, and A once we rewrite
fragment shaders and the CC for rendering to it as R.
---
src/mesa/main/renderbuffer.c | 218 ++
1 files changed, 218 insertions(+), 0 dele
https://bugs.freedesktop.org/show_bug.cgi?id=36384
--- Comment #3 from Brian Paul 2011-04-19 06:56:18 PDT
---
Hmmm, I can't seem to add George Sapountzis to the cc
list.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
https://bugs.freedesktop.org/show_bug.cgi?id=36384
Brian Paul changed:
What|Removed |Added
CC||wallbra...@gmail.com
--- Comment #2 from Br
On Mon, Apr 18, 2011 at 11:14 PM, Tilman Sauerbeck
wrote:
> Ian Romanick [2011-04-18 17:12]:
>> On 04/18/2011 04:48 PM, tom fogal wrote:
>> > Hey all,
>> >
>> > We recently became more aware of a dependency on python's libxml2 for
>> > building Mesa. We're not as proactive as we should be, but te
- Original Message -
> From: "Michel Dänzer"
> To: "Cédric Cano"
> Cc: "icthj" , mesa-dev@lists.freedesktop.org
> Sent: Tuesday, April 19, 2011 10:39:41 AM
> Subject: Re: [Mesa-dev] [PATCH] Big endian support for RV730 (Gallium r600g)
>
> [ Moving to the mesa-dev list ]
>
> On Fre, 201
Le 18/04/2011 16:37, Benjamin BELLEC a écrit :
> Le 18/04/2011 10:20, Dave Airlie a écrit :
>> On Mon, Apr 18, 2011 at 11:00 AM, Dave Airlie wrote:
>>> From: Dave Airlie
>>>
>>> This is a first step to decreasing the CPU usage, by decreasing how much
>>> stuff we pass to the GPU and hence to the
2011/4/19 Michel Dänzer
> On Die, 2011-04-19 at 12:00 +0200, Christoph Bumiller wrote:
> > On 16.04.2011 18:50, Christoph Bumiller wrote:
> > > I hope the new version is correct, the commit message describes why I
> > > did the first change, and the second change is described in a comment.
> > >
https://bugs.freedesktop.org/show_bug.cgi?id=36384
--- Comment #1 from Marek Olšák 2011-04-19 03:45:45 PDT ---
(2) and (3) is done. I leave (1) to swrastg maintainers.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
On Die, 2011-04-19 at 12:00 +0200, Christoph Bumiller wrote:
> On 16.04.2011 18:50, Christoph Bumiller wrote:
> > I hope the new version is correct, the commit message describes why I
> > did the first change, and the second change is described in a comment.
> >
> > Note that the MAD for inversio
OK, thanks for testing. I have pushed the patch.
Marek
On Tue, Apr 19, 2011 at 11:54 AM, Nicolas Kaiser wrote:
> * Ian Romanick :
> > > ./src/demos/vao_demo
> > > GL_RENDERER = Mesa DRI R200 (R200 514D) TCL DRI2
> > > GL_VERSION = 1.3 Mesa 7.11-devel (git-4ee40c3)
> >
> > Do we have VAO (eithe
On 16.04.2011 18:50, Christoph Bumiller wrote:
> I hope the new version is correct, the commit message describes why I
> did the first change, and the second change is described in a comment.
>
> Note that the MAD for inversion uses Height - 1 instead of Height.
>
> With this, piglit glsl-arb-fragm
* Ian Romanick :
> > ./src/demos/vao_demo
> > GL_RENDERER = Mesa DRI R200 (R200 514D) TCL DRI2
> > GL_VERSION = 1.3 Mesa 7.11-devel (git-4ee40c3)
>
> Do we have VAO (either ARB or APPLE) in piglit? That would actually be
> a more interesting test. The Mesa demos exercise extensions pretty
>
[ Moving to the mesa-dev list ]
On Fre, 2011-04-15 at 18:20 +0200, Cédric Cano wrote:
>
> Here you are a patch that adds big endian support for rv730 in r600
> gallium driver.
>
> I used the mesa-demos to test the driver status on big endian platform.
> Except with demos using accumulation bu
https://bugs.freedesktop.org/show_bug.cgi?id=36384
Summary: configure tips
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
Signed-off-by: Cedric Cano
---
diff --git a/src/gallium/drivers/r600/r600_asm.c
b/src/gallium/drivers/r600/r600_asm.c
index c22bd8e..7e854b1 100644
--- a/src/gallium/drivers/r600/r600_asm.c
+++ b/src/gallium/drivers/r600/r600_asm.c
@@ -22,6 +22,7 @@
*/
#include
#include
+#include
#includ
Signed-off-by: Cedric Cano
---
diff -Naur Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h
Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h
--- Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h 2010-02-05
01:10:40.0 +0100
+++ Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h 20
Hi
Few days ago, I posted a couple of patches on dri-devel but it doesn't
seem to be the correct place. Here you are 2 patches that adds support
for RV730 in r600c and r600g.
More details are available here :
http://lists.freedesktop.org/archives/dri-devel/2011-April/010056.html
http://lists.
https://bugs.freedesktop.org/show_bug.cgi?id=36282
Marc changed:
What|Removed |Added
CC||marvi...@gmx.de
--- Comment #11 from Marc 2011-0
On Mon, Apr 18, 2011 at 4:48 PM, tom fogal wrote:
> Hey all,
>
> We recently became more aware of a dependency on python's libxml2 for
> building Mesa. We're not as proactive as we should be, but tend to upgrade
> Mesa every few releases; I think this was a jump from 7.8 to 7.10.
>
> Anyway, libx
https://bugs.freedesktop.org/show_bug.cgi?id=36295
--- Comment #14 from José Fonseca 2011-04-19 00:19:54 PDT
---
(In reply to comment #13)
> The downside is that app developers never fix *THEIR* bugs.
>
[...]
>
> And this is the disaster that we're trying to fix via conformance testing.
> This
https://bugs.freedesktop.org/show_bug.cgi?id=36341
Fabio Pedretti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hi,
I found this patch by Andrew Péteri on the bugtracker (#9379), it seems
like it's still incomplete (projective textures were disabled), but it
fixes a lockup problems with r128 (like the game cube, some farbrausch
demos and gta vice city in wine (not very fast but meh) works now).
--- a/src/me
59 matches
Mail list logo