On Sun, 19 Jun 2011 14:51:28 -0700, Chad Versace wrote:
> On Sun, 19 Jun 2011 10:15:49 -0700, Eric Anholt wrote:
> Non-text part: multipart/signed
> > On Fri, 17 Jun 2011 15:43:43 -0700, Chad Versace
> > wrote:
> > > Now all infrastructure is in place to support s8_z24 non-texture
> > > renderb
On 06/19/2011 03:27 PM, Chad Versace wrote:
[snip]
Yes. I neglected to duplicate that the (!irb->region) check in the S8
case. I'll add it to the patch.
But, "leaving that check below" is no longer possible due to patch
4 --- !irb->region is always false for the wrapped S8_Z24 case. So the
check
https://bugs.freedesktop.org/show_bug.cgi?id=38483
--- Comment #2 from Jos van Wolput 2011-06-19
21:21:18 PDT ---
(In reply to comment #1)
> There is a new option for selecting Gallium drivers.
>
> Try: --with-gallium-drivers=
./autogen.sh --with-gallium-drivers=r600,swrast
no longer complaint
https://bugs.freedesktop.org/show_bug.cgi?id=38483
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=38483
Summary: git mesa gallium configuration error
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: med
Add the breakpoint flag for all instructions when doing wm shader
debugging.
Signed-off-by: Ben Widawsky
---
src/mesa/drivers/dri/i965/brw_wm.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_wm.c
b/src/mesa/drivers/dri/i965/brw_wm.c
inde
The debugger shared memory needs to be a fixed size. Since this is
scratch memory that is already used by register spilling, add
appropriate hooks to do the right thing when debugging.
Also copy in a binary blob system routine based on an environment
variable. This blob will need to be relocated,
The system routine requires m0 be reserved. for saving off architectural
state. Moved the allocation to start at 2 instead of 0.
Signed-off-by: Ben Widawsky
---
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/mesa
Provide a function to allow emitting breakpoints in the instruction
qword.
Signed-off-by: Ben Widawsky
---
src/mesa/drivers/dri/i965/brw_eu.c |6 ++
src/mesa/drivers/dri/i965/brw_eu.h |1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_e
These are the mesa patches that go with the patches that I posted to
intel-gfx for intel-gpu-tools:
<1308080767-21176-1-git-send-email-...@bwidawsk.net> which begin to
allow HW supported shader debugging on Gen6 and above.
I'll send out a big patch series with all the components when ready, but
I
Since the debug system routine will share scratch space with threads
doing register spilling, we must offset the registers to accomodate.
This is more easily accomplished (and less bug prone) in Mesa, so there
you go...
Signed-off-by: Ben Widawsky
---
src/mesa/drivers/dri/i965/brw_fs_emit.cpp |
Upload the system routine as part of the invariant state if debugging.
Remove SIP setting if not debugging to make it more friendly for others
that may be debugging shaders or media kernels.
Signed-off-by: Ben Widawsky
---
src/mesa/drivers/dri/i965/brw_misc_state.c | 24 +++---
Pushed, thanks.
The other patch should be pushed by someone who understands it (i.e. not me).
You already have 36 commits in Mesa master. You should really apply
for an account.
Marek
On Mon, Jun 20, 2011 at 12:28 AM, Marcin Slusarz
wrote:
> On Mon, May 16, 2011 at 09:50:29PM +0200, Marcin Slu
Pushed, thanks.
Marek
On Mon, Jun 20, 2011 at 12:09 AM, Marcin Slusarz
wrote:
> On Sun, Jun 05, 2011 at 09:05:24PM +0200, Marcin Slusarz wrote:
>> it's uninitialized, but used by kernel (drm_mode_setcrtc ->
>> drm_mode_set_crtcinfo)
>> ---
>> src/gallium/state_trackers/xorg/xorg_crtc.c | 1
Pushed, thanks.
Marek
On Mon, Jun 20, 2011 at 12:08 AM, Marcin Slusarz
wrote:
> On Sun, Jun 05, 2011 at 09:04:49PM +0200, Marcin Slusarz wrote:
>> Without it changes to GALLIUM_AUXILIARIES don't induce target rebuild
>> ---
>> src/gallium/targets/Makefile.xorg | 2 +-
>> 1 files changed, 1 i
Pushed, thanks.
Marek
On Mon, Jun 20, 2011 at 12:06 AM, Marcin Slusarz
wrote:
> On Mon, May 09, 2011 at 12:35:10AM +0200, Marcin Slusarz wrote:
>>
>> ---
>> src/gallium/drivers/nouveau/nouveau_screen.c | 14 --
>> src/gallium/drivers/nouveau/nouveau_screen.h | 2 --
>> 2 files
Pushed, thanks.
Marek
On Mon, Jun 20, 2011 at 12:02 AM, Marcin Slusarz
wrote:
> On Mon, May 16, 2011 at 09:52:47PM +0200, Marcin Slusarz wrote:
>> samplers[0] may remain uninititialized if src picture/pixmap is null
>> ---
>> src/gallium/state_trackers/xorg/xorg_composite.c | 2 +-
>> 1 file
On Sun, 19 Jun 2011 10:15:49 -0700, Eric Anholt wrote:
Non-text part: multipart/signed
> On Fri, 17 Jun 2011 15:43:43 -0700, Chad Versace wrote:
> > Now all infrastructure is in place to support s8_z24 non-texture
> > renderbuffers for gen7.
> >
> > Signed-off-by: Chad Versace
> > ---
> > src/
On Sun, 19 Jun 2011 02:56:51 -0700, Kenneth Graunke
wrote:
> On 06/17/2011 03:43 PM, Chad Versace wrote:
> > Hiz buffer allocation can only occur if the 'else' branch has been taken,
> > so move the hiz buffer allocation into the 'else' branch.
> >
> > Having the hiz buffer allocation dangling ou
On Sun, Jun 05, 2011 at 10:31:59PM +0200, Marcin Slusarz wrote:
> From: Marcin Slusarz
> Subject: [PATCH] xorg/nouveau: blacklist all pre NV30 cards
>
> Bail out early in probe, so other driver (xf86-video-nouveau) can take control
> of the card. Doing it in screen_create would be too late.
> ---
On Mon, May 16, 2011 at 09:50:29PM +0200, Marcin Slusarz wrote:
>
> ---
> src/gallium/targets/xorg-nouveau/Makefile |2 +-
> src/gallium/targets/xorg-nouveau/nouveau_xorg.c | 14 +++---
> 2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/src/gallium/targets/xo
On Sun, Jun 05, 2011 at 09:05:24PM +0200, Marcin Slusarz wrote:
> it's uninitialized, but used by kernel (drm_mode_setcrtc ->
> drm_mode_set_crtcinfo)
> ---
> src/gallium/state_trackers/xorg/xorg_crtc.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/gallium/sta
On Sun, Jun 05, 2011 at 09:04:49PM +0200, Marcin Slusarz wrote:
> Without it changes to GALLIUM_AUXILIARIES don't induce target rebuild
> ---
> src/gallium/targets/Makefile.xorg |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/gallium/targets/Makefile.xorg
> b/s
On Mon, May 09, 2011 at 12:35:10AM +0200, Marcin Slusarz wrote:
>
> ---
> src/gallium/drivers/nouveau/nouveau_screen.c | 14 --
> src/gallium/drivers/nouveau/nouveau_screen.h |2 --
> 2 files changed, 0 insertions(+), 16 deletions(-)
>
> diff --git a/src/gallium/drivers/nouveau
On Mon, May 16, 2011 at 09:52:47PM +0200, Marcin Slusarz wrote:
> samplers[0] may remain uninititialized if src picture/pixmap is null
> ---
> src/gallium/state_trackers/xorg/xorg_composite.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/gallium/state_trackers
On Mon, May 16, 2011 at 09:52:05PM +0200, Marcin Slusarz wrote:
>
> ---
> src/gallium/state_trackers/xorg/xorg_composite.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c
> b/src/gallium/state_trackers/xorg/xorg_c
On 06/19/2011 02:21 PM, Eric Anholt wrote:
On Sat, 18 Jun 2011 09:29:32 +0200, Keith Packard wrote:
On Fri, 17 Jun 2011 17:43:14 -0700, Dan McCabe wrote:
break; // implicit exit from loop at end of switch
} while (true);
Seems like this could just be
} whil
On Sat, 18 Jun 2011 09:29:32 +0200, Keith Packard wrote:
> On Fri, 17 Jun 2011 17:43:14 -0700, Dan McCabe wrote:
>
> > break; // implicit exit from loop at end of switch
> > } while (true);
>
> Seems like this could just be
>
> } while (false);
>
> as I
On Fri, 17 Jun 2011 15:43:43 -0700, Chad Versace wrote:
> Now all infrastructure is in place to support s8_z24 non-texture
> renderbuffers for gen7.
>
> Signed-off-by: Chad Versace
> ---
> src/mesa/drivers/dri/intel/intel_fbo.c | 84 ++-
> 1 files changed, 81 inser
Hi There, Im trying to build Mesa so we can distribute it with
Blender3D on Windows (we already do this on Linux).
But I have have been unsable to build mesa 7.10.3
(Latest MingW XP, tested python 2.5, 2.7)
Simply running 'm;\python25\Scripts\scons.bat'
I always get this error:
# --- snip
scons:
On 06/17/2011 03:43 PM, Chad Versace wrote:
Hiz buffer allocation can only occur if the 'else' branch has been taken,
so move the hiz buffer allocation into the 'else' branch.
Having the hiz buffer allocation dangling outside of the if-tree was just
damn confusing.
Signed-off-by: Chad Versace
-
On 06/19/2011 01:24 AM, Dave Airlie wrote:
From: Dave Airlie
I just used an opcode I called txs, TGSI has a RESINFO opcode this corresponds
to.
Signed-off-by: Dave Airlie
Ah, sorry...I'd actually done all of this a few months ago, but got
snagged trying to make ir_to_mesa not die a horrible
On Sun, Jun 19, 2011 at 6:23 PM, Dave Airlie wrote:
> From: Dave Airlie
Oops sent this by mistake to this list, its on piglit list.
Dave.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
From: Dave Airlie
I just used an opcode I called txs, TGSI has a RESINFO opcode this corresponds
to.
Signed-off-by: Dave Airlie
---
src/glsl/builtins/profiles/130.frag |2 -
src/glsl/builtins/tools/texture_builtins.py | 59 +-
src/glsl/ir.cpp
From: Dave Airlie
Just does a basic test to check the compiler can handle textureSize from
GLSL 1.30.
Signed-off-by: Dave Airlie
---
.../glsl-1.30/compiler/texture/textureSize.frag| 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 tests/spec/glsl-1
35 matches
Mail list logo