On 12-03-14 10:20 AM, Brian Paul wrote:
> On Tue, Mar 13, 2012 at 9:14 PM, Matt Turner wrote:
>> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=47248
>> Signed-off-by: Matt Turner
>> ---
>> configure.ac |3 +++
>> 1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/confi
https://bugs.freedesktop.org/show_bug.cgi?id=47324
--- Comment #3 from Kai Li 2012-03-15 03:40:57 PDT ---
Sorry, I can't find any xorg log file under /var/log/ directory. Can it be
in some other place? I've installed bumblebee on my system, but I'm sure
the opengl doesn't work properly without bu
https://bugs.freedesktop.org/show_bug.cgi?id=47324
--- Comment #4 from Chris Wilson 2012-03-15 03:47:25
PDT ---
I use xorg.log as shorthand for /var/log/Xorg.0.log (as the '0' may be any
number depending upon your configuration and login manager). Just attach the
most recent of /var/log/Xorg.*.l
https://bugs.freedesktop.org/show_bug.cgi?id=47324
--- Comment #5 from Kai Li 2012-03-15 03:48:01 PDT ---
I just choose "Gnome Classic ( no effect )" in GDM login screen. In fact,
most of the 3D desktops is very unstable when I run 3D applications in my
computer, include Gnome 3, Gnome Classic, U
https://bugs.freedesktop.org/show_bug.cgi?id=47324
--- Comment #6 from Kai Li 2012-03-15 03:57:59 PDT ---
Thank you. I got it. It really under /var/log, I don't known why I didn't
find it just now. I'm sorry for that. You can find it in the attachment
/var/log/Xorg.0.log :
[ 2825.012]
X.Org X
https://bugs.freedesktop.org/show_bug.cgi?id=47324
--- Comment #7 from Chris Wilson 2012-03-15 04:23:07
PDT ---
Ok, that's a known bug in the Option "Shadow" "true". Your driver and xserver
are uptodate and should be stable without that option.
--
Configure bugmail: https://bugs.freedesktop.or
https://bugs.freedesktop.org/show_bug.cgi?id=47324
Chris Wilson changed:
What|Removed |Added
AssignedTo|mesa-dev@lists.freedesktop. |ch...@chris-wilson.co.uk
Just a workaround until we get a real unit-
testing tool for VDPAU.
Signed-off-by: Christian König
---
src/gallium/state_trackers/vdpau/presentation.c |9 ++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/gallium/state_trackers/vdpau/presentation.c
b/src/gallium/s
Signed-off-by: Christian König
---
src/gallium/state_trackers/vdpau/decode.c | 48
1 files changed, 41 insertions(+), 7 deletions(-)
diff --git a/src/gallium/state_trackers/vdpau/decode.c
b/src/gallium/state_trackers/vdpau/decode.c
index 56a171f..154ebd0 100644
--
- Original Message -
> On Wed, 14 Mar 2012 11:38:09 -0700 (PDT), Jose Fonseca
> wrote:
> > This commit caused the piglit tests
> >
> > glsl-algebraic-logicand-false-2
> > glsl-algebraic-logicor-true
> >
> > to start failing on llvmpipe. Not sure if this is failing for all
> > driv
2012/3/15 Christian König
> Signed-off-by: Christian König
> ---
> src/gallium/state_trackers/vdpau/decode.c | 48
>
> 1 files changed, 41 insertions(+), 7 deletions(-)
>
> diff --git a/src/gallium/state_trackers/vdpau/decode.c
> b/src/gallium/state_trackers/vdpau
On 03/14/2012 04:25 PM, Eric Anholt wrote:
We want to start emitting an INVALID_OPERATION from here for transform
feedback. Note that this forced dlist.c to almost not use this
function, since it wants different behavior during dlist compile.
Just pull the non-TF, non-GS test out for compile, be
Hi Emeric,
On 15.03.2012 15:13, Emeric Grange wrote:
I actually made some code that does exactly the opposite, for H.264
and VP8, removing the start code from the first buffer containing it
(so the first buffer alltoghether or just the 3 first bytes of the
first buffer). I think the start code
https://bugs.freedesktop.org/show_bug.cgi?id=47166
--- Comment #2 from hdew...@gmail.com 2012-03-15 09:09:46 PDT ---
Is there a secret to getting apitrace to work with OSMesa? Since I'm using
either OSMesaGetProcAddress or dlopen("libOSMesa.so",...)/dlsym(...) to get the
extension function pointe
https://bugs.freedesktop.org/show_bug.cgi?id=47166
--- Comment #3 from José Fonseca 2012-03-15 10:05:58 PDT
---
(In reply to comment #2)
> Is there a secret to getting apitrace to work with OSMesa? Since I'm using
> either OSMesaGetProcAddress or dlopen("libOSMesa.so",...)/dlsym(...) to get
>
On 03/13/2012 11:35 AM, Dylan Noblesmith wrote:
Module: Mesa
Branch: master
Commit: b536ac6b2bc54ad9bb6e58fbd307055e419a288f
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b536ac6b2bc54ad9bb6e58fbd307055e419a288f
Author: Dylan Noblesmith
Date: Thu Dec 22 21:05:38 2011 +
mesa: a
On Wed, Mar 7, 2012 at 4:28 PM, Anuj Phogat wrote:
> On Mon 27 Feb 2012 11:45:46 AM PST, Anuj Phogat wrote:
> > This patch handles a case when mapping a large texture fails
> > in drm_intel_gem_bo_map_gtt(). These changes avoid assertion
> > failure later in the driver as reported in following bu
On Fri, Mar 9, 2012 at 2:47 PM, Anuj Phogat wrote:
> Currently intel driver doesn't allow to create a FBO with luminace texture
> as render target. Piglit test getteximage-luminance skips a sub test due to
> this restriction. Test passes as expected after applying this patch.
>
> Signed-off-by: A
2012/3/15 Christian König
> Hi Emeric,
>
> On 15.03.2012 15:13, Emeric Grange wrote:
>
>> I actually made some code that does exactly the opposite, for H.264 and
>> VP8, removing the start code from the first buffer containing it (so the
>> first buffer alltoghether or just the 3 first bytes of t
On 03/12/2012 06:08 PM, Eric Anholt wrote:
From the GLSL 1.30 spec:
The discard keyword is only allowed within fragment shaders. It
can be used within a fragment shader to abandon the operation on
the current fragment. This keyword causes the fragment to be
discarded and
On 03/15/2012 11:26 AM, Ian Romanick wrote:
On 03/13/2012 11:35 AM, Dylan Noblesmith wrote:
Module: Mesa
Branch: master
Commit: b536ac6b2bc54ad9bb6e58fbd307055e419a288f
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b536ac6b2bc54ad9bb6e58fbd307055e419a288f
Author: Dylan Noblesmith
Date:
With the conversion to automake in commit
e5f895485e03ac60efcb3f6f83ec1d3e33ef7ec2, several additional build
artifacts are created:
src/egl/drivers/dri2/.deps/
src/egl/drivers/dri2/.libs/
src/egl/drivers/dri2/libegl_dri2.la
src/egl/drivers/glx/.deps/
src/egl/drivers/glx/.libs/
src/egl/
Couldn't we just add
.deps
.libs
*.la
only once, to the top .gitignore?
Jose
- Original Message -
> With the conversion to automake in commit
> e5f895485e03ac60efcb3f6f83ec1d3e33ef7ec2, several additional build
> artifacts are created:
>
> src/egl/drivers/dri2/.deps/
> src/egl/d
https://bugs.freedesktop.org/show_bug.cgi?id=47373
Bug #: 47373
Summary: [Intel HD3000] Desktop stop response when option
"shadow" set to false
Classification: Unclassified
Product: Mesa
Version: 8.0
Platform: x86-64 (
https://bugs.freedesktop.org/show_bug.cgi?id=47375
Bug #: 47375
Summary: Blender crash on startup after upgrade to mesa 8.0.1
Classification: Unclassified
Product: Mesa
Version: 8.0
Platform: x86 (IA32)
OS/Version: Linux (All)
https://bugs.freedesktop.org/show_bug.cgi?id=47310
Christopher Yeleighton changed:
What|Removed |Added
AssignedTo|giecr...@stegny.2a.pl |mesa-dev@lists.freedesktop.
On 03/15/2012 01:18 PM, Kenneth Graunke wrote:
On 03/15/2012 11:26 AM, Ian Romanick wrote:
On 03/13/2012 11:35 AM, Dylan Noblesmith wrote:
Module: Mesa
Branch: master
Commit: b536ac6b2bc54ad9bb6e58fbd307055e419a288f
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b536ac6b2bc54ad9bb6e58fbd
On Fri, 9 Mar 2012 14:47:32 -0800, Anuj Phogat wrote:
> Currently intel driver doesn't allow to create a FBO with luminace texture
> as render target. Piglit test getteximage-luminance skips a sub test due to
> this restriction. Test passes as expected after applying this patch.
>
> Signed-off-b
On 03/15/2012 01:47 PM, Jose Fonseca wrote:
Couldn't we just add
.deps
.libs
*.la
only once, to the top .gitignore?
Jose
Yes, please :)
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mes
On 15 March 2012 15:52, Kenneth Graunke wrote:
> On 03/15/2012 01:47 PM, Jose Fonseca wrote:
>
>> Couldn't we just add
>>
>> .deps
>> .libs
>> *.la
>>
>> only once, to the top .gitignore?
>>
>> Jose
>>
>
> Yes, please :)
>
Ok, that seems sensible. I'll revise the patch.
_
On Thu, 15 Mar 2012 08:35:25 -0600, Brian Paul wrote:
> On 03/14/2012 04:25 PM, Eric Anholt wrote:
> > We want to start emitting an INVALID_OPERATION from here for transform
> > feedback. Note that this forced dlist.c to almost not use this
> > function, since it wants different behavior during d
To avoid redundancies, this patch also removes .deps, .libs, and *.la
from .gitignore files in subdirectories.
---
.gitignore |3 +++
src/egl/main/.gitignore |3 ---
src/egl/wayland/.gitignore |4
src/gallium/drivers/.gitig
On 03/15/2012 04:43 PM, Paul Berry wrote:
To avoid redundancies, this patch also removes .deps, .libs, and *.la
from .gitignore files in subdirectories.
Reviewed-by: Kenneth Graunke
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lis
On Thu, Mar 15, 2012 at 2:26 PM, Anuj Phogat wrote:
>
>
> On Wed, Mar 7, 2012 at 4:28 PM, Anuj Phogat wrote:
>>
>> On Mon 27 Feb 2012 11:45:46 AM PST, Anuj Phogat wrote:
>> > This patch handles a case when mapping a large texture fails
>> > in drm_intel_gem_bo_map_gtt(). These changes avoid asser
On Thu, Mar 15, 2012 at 5:27 PM, Ian Romanick wrote:
> On 03/15/2012 01:18 PM, Kenneth Graunke wrote:
>>
>> On 03/15/2012 11:26 AM, Ian Romanick wrote:
>>>
>>> On 03/13/2012 11:35 AM, Dylan Noblesmith wrote:
Module: Mesa
Branch: master
Commit: b536ac6b2bc54ad9bb6e58fbd307055e41
On Thu, Mar 15, 2012 at 5:04 PM, nobled wrote:
> On Thu, Mar 15, 2012 at 2:26 PM, Anuj Phogat
> wrote:
> >
> >
> > On Wed, Mar 7, 2012 at 4:28 PM, Anuj Phogat
> wrote:
> >>
> >> On Mon 27 Feb 2012 11:45:46 AM PST, Anuj Phogat wrote:
> >> > This patch handles a case when mapping a large texture
On Thu, Mar 15, 2012 at 3:11 PM, Eric Anholt wrote:
> On Fri, 9 Mar 2012 14:47:32 -0800, Anuj Phogat
> wrote:
> > Currently intel driver doesn't allow to create a FBO with luminace
> texture
> > as render target. Piglit test getteximage-luminance skips a sub test due
> to
> > this restriction.
On Thu, Mar 15, 2012 at 01:22:10PM +0800, Yuanhan Liu wrote:
> On Tue, Mar 13, 2012 at 07:29:02AM -0700, Jakob Bornecrantz wrote:
> > - Original Message -
> > > On Mon, Mar 12, 2012 at 05:05:08PM -0700, Jakob Bornecrantz wrote:
> > > > Hi all
> > > >
> > > > We well over due for a 8.0.1 re
- Original Message -
> On Thu, Mar 15, 2012 at 01:22:10PM +0800, Yuanhan Liu wrote:
> > On Tue, Mar 13, 2012 at 07:29:02AM -0700, Jakob Bornecrantz wrote:
> > > - Original Message -
> > > > On Mon, Mar 12, 2012 at 05:05:08PM -0700, Jakob Bornecrantz
> > > > wrote:
> > > > > Hi all
>
On Thu, Mar 15, 2012 at 08:32:34PM -0700, Jakob Bornecrantz wrote:
> - Original Message -
> > On Thu, Mar 15, 2012 at 01:22:10PM +0800, Yuanhan Liu wrote:
> > > On Tue, Mar 13, 2012 at 07:29:02AM -0700, Jakob Bornecrantz wrote:
> > > > - Original Message -
> > > > > On Mon, Mar 12,
40 matches
Mail list logo