https://bugs.freedesktop.org/show_bug.cgi?id=38085
--- Comment #5 from Alexandre Demers 2011-06-09
19:08:38 PDT ---
Maybe you can help me on that one. When adding a break point at _mesa_error, it
is catched, but then I lose the possibility to use my keyboard and mouse. So I
can't get a backtrace
https://bugs.freedesktop.org/show_bug.cgi?id=37274
--- Comment #2 from okias 2011-06-09 18:32:12 PDT ---
crash is still present :-( (few days old git)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assi
https://bugs.freedesktop.org/show_bug.cgi?id=38129
--- Comment #1 from Bryan Cain 2011-06-09 18:20:11
PDT ---
Created an attachment (id=47795)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47795)
SSH public key (RSA)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e
https://bugs.freedesktop.org/show_bug.cgi?id=38129
Summary: Account request
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Other
I have a patch that gets most of the way there, but it still has some quirks
that I'd like to figure out and address.
The generated code doesn't check for FramebufferTextureLayerARB as an alias for
FramebufferTextureLayerEXT. Could someone please explain what is going on
there and why Frameb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/08/2011 03:20 PM, Eric Anholt wrote:
> This sadly requires work in the VS to rescale them, because the
> hardware doesn't support this format natively.
>
> Fixes arb_es2_compatibility-fixed-type and gtf/fixed_data_type.
This also fixes the ES2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/08/2011 07:54 AM, Jose Fonseca wrote:
> Personally, I prefer the standard C bool type, given it's a) standard, b)
> shorter. Furthermore Microsoft's windows.h already defines boolean:
I'm with Jose on this one.
-BEGIN PGP SIGNATURE-
Ver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/07/2011 03:35 PM, Brian Paul wrote:
> Module: Mesa
> Branch: master
> Commit: 1d71bbed3bbeb99d954cc137e4923c5db6e063c8
> URL:
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d71bbed3bbeb99d954cc137e4923c5db6e063c8
>
> Author: Nicolas Kai
On Thu, Jun 9, 2011 at 18:57:54 +1000, Christopher James Halse Rogers wrote:
> DRI2 will throw BadRequest for this when the client is not local, but
> DRI2 is an implementation detail and not something callers should have
> to know about. Silently swallow errors in this case, and just propagate
It turned out that the problem described below occured because for
pixmaps, dri2 glXWaitX() is a no-op: The X server side doesn't create a
fake front, and the dri2 glx code hence can't send a dri2CopyRegion from
front to fake front.
I'm not sure what the best way to fix this is,
but if I don't
On Mon, 06 Jun 2011 18:56:20 -0700, Kenneth Graunke
wrote:
> On 06/04/2011 05:45 PM, Chad Versace wrote:
> > When it is sensible to do so,
> > 1) intelCreateBuffer() now attaches separate depth and stencil
> > buffers
> > to the framebuffer it creates.
> > 2) intel_updat
On Mon, 06 Jun 2011 17:50:06 -0700, Kenneth Graunke
wrote:
> On 06/04/2011 05:45 PM, Chad Versace wrote:
> > ... which indicates if the X driver supports DRI2BufferHiz and
> > DRI2BufferStencil.
> >
> > I'm placing this in its own commit due to the large comment block.
> >
> > CC: Eric Anholt
> >
On Tue, 07 Jun 2011 08:15:51 -0700, Kenneth Graunke
wrote:
> On 06/07/2011 01:33 AM, Julien Cristau wrote:
> > On Mon, Jun 6, 2011 at 18:56:20 -0700, Kenneth Graunke wrote:
> >
> >> I'd make this an assertion. must_use_separate_stencil is only set for
> >> gen>= 7, and I assert that try_separat
I don't have performance data yet, but it's coming soon :)
I'm still unable to test real-world apps with hiz *fully* enabled because
i965 is still using packed detpth/stencil when the app requests a
texture or FBO with GL_DEPTH_STENCIL format. This should be fixed
in two or three days, and I'll gi
On Tue, 07 Jun 2011 10:33:44 -0700, Eric Anholt wrote:
> On Sat, 4 Jun 2011 17:45:37 -0700, Chad Versace wrote:
> > ... which indicates if the X driver supports DRI2BufferHiz and
> > DRI2BufferStencil.
> >
> > I'm placing this in its own commit due to the large comment block.
> >
> > CC: Eric
On Wed, 8 Jun 2011 12:27:04 -0700, Eric Anholt wrote:
> Fixes fbo-mipmap-copypix.
> ---
> src/mesa/drivers/dri/intel/intel_pixel_copy.c | 98 +---
> 1 files changed, 53 insertions(+), 45 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/intel/intel_pixel_copy.c
> b/src/m
https://bugs.freedesktop.org/show_bug.cgi?id=32000
Ian Romanick changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=38085
Ian Romanick changed:
What|Removed |Added
Keywords||NEEDINFO
--- Comment #4 from Ian Romanick
On Wed, 08 Jun 2011 14:49:39 -0700, Kenneth Graunke
wrote:
> For the series:
> Acked-by: Kenneth Graunke
>
> gen7_sf_state.c will need updating as well. Would you mind doing that,
> or should I?
I'll try to get to this at the office today, but I'll do it as a
separate series.
pgpcm4amXDsct
On Wed, 08 Jun 2011 13:00:48 -0700, Chad Versace wrote:
> On Wed, 8 Jun 2011 12:27:04 -0700, Eric Anholt wrote:
> > Fixes fbo-mipmap-copypix.
> > ---
> > src/mesa/drivers/dri/intel/intel_pixel_copy.c | 98
> > +---
> > 1 files changed, 53 insertions(+), 45 deletions(-)
>
DRI2 will throw BadRequest for this when the client is not local, but
DRI2 is an implementation detail and not something callers should have
to know about. Silently swallow errors in this case, and just propagate
the failure through DRI2Connect's return code.
Bugzilla: https://bugs.freedesktop.or
https://bugs.freedesktop.org/show_bug.cgi?id=37234
--- Comment #4 from Fabio Pedretti 2011-06-09 01:44:11
PDT ---
This is likely a duplicate of bug #36282 which is fixed now.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=36282
--- Comment #41 from Fabio Pedretti 2011-06-09 01:32:08
PDT ---
Just a note: configure says shared glapi is experimental:
--enable-shared-glapi EXPERIMENTAL. Enable shared glapi for OpenGL
[default=no]
Is it still
https://bugs.freedesktop.org/show_bug.cgi?id=36282
Marc changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=38092
Alexandre Demers changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
25 matches
Mail list logo