rm behavior.
>
> Acked-by: Eric Anholt
> Acked-by: Ian Romanick
> Cc: Eugeni Dodonov
> Signed-off-by: Kenneth Graunke
>
Acked-by: Eugeni Dodonov
Just to confirm my thoughts - this change would go in the 8.1 release as
the earliest, correct?
--
Eugeni Dodonov
<http://eu
Those IDs are used by Bromolow.
Signed-off-by: Eugeni Dodonov
---
include/pci_ids/i965_pci_ids.h |1 +
src/mesa/drivers/dri/intel/intel_chipset.h |4 +++-
src/mesa/drivers/dri/intel/intel_context.c |1 +
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a
nged, 1 insertions(+), 1 deletions(-)
>
For the series:
Reviewed-by: Eugeni Dodonov
Reverting to software rendering (or indirect rendering) is usually a
symptom of something being very very wrong, but right now we do not inform
the users about this clearly enough. So in some cases, what happens
This checks for advertised LLC support by the GPU instead of relying on
the GPU generation for detection.
Signed-off-by: Eugeni Dodonov
---
src/mesa/drivers/dri/intel/intel_mipmap_tree.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mesa/drivers/dri/intel
Rely on libdrm HAS_LLC parameter to verify if hardware supports it. In
case the libdrm version does not supports this check, fallback to older
way of detecting it which assumed that GPUs newer than GEN6 have it.
Signed-off-by: Eugeni Dodonov
---
src/mesa/drivers/dri/intel/intel_context.c |1
On Mon, Jan 30, 2012 at 21:23, Eric Anholt wrote:
> I wasn't seeing it be needed because of the previous bug.
> ---
> src/mesa/drivers/dri/common/drirc |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
For both patches:
Reviewed-by: Eugeni Dodonov
--
lt in immediate GPU hangs, presumably due
> to the driver uploading an empty program with no EOT message.
>
> Signed-off-by: Kenneth Graunke
>
Reviewed-by: Eugeni Dodonov
--
Eugeni Dodonov
<http://eugeni.dodonov.net/>
___
mesa-dev maili
either way. The check for GEN7 in
kernel looks cleaner and more logically correct to me, but in any case:
Reviewed-by: Eugeni Dodonov
--
Eugeni Dodonov
<http://eugeni.dodonov.net/>
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
with the Android Gingerbread home screen and application
> menu.
> Tested-by: Chad Versace
>
Tested-by: Eugeni Dodonov
--
Eugeni Dodonov
<http://eugeni.dodonov.net/>
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
These new functions allow you rewrite the tail of the string, given a
> starting index. If the starting index is the length of the string, this
> is equivalent to appending.
>
> Signed-off-by: Kenneth Graunke
>
Looks useful, and removal of extra str
Check out the wayland and wayland-demos projects.
--
Eugeni Dodonov
<http://eugeni.dodonov.net/>
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>From what it looks like, it could happen when GPU was hung for example.
Could you open a bug on freedesktop.org bugzilla and attach dmesg and
/sys/kernel/debug/dri/0/i915_error_state, so we could look into it further?
--
Eugeni Dodonov
___
mesa-dev
know what happened.
Signed-off-by: Eugeni Dodonov
---
src/mesa/drivers/dri/intel/intel_batchbuffer.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/intel/intel_batchbuffer.c
b/src/mesa/drivers/dri/intel/intel_batchbuffer.c
index db4343b..73367f3
nfo/mesa-dev
> >
> > I was just about to start tracking down this failure. Thanks.
> >
> > Reviewed-by: Paul Berry
> >
> > I'm guessing you don't have commit access since I don't see your name in
> the
> > commit history, so I'll go ahead and push the patch.
>
> Yes, please.
>
Thanks - I fixed this locally but forgot to push yesterday.
This serves as a mental note to myself that even one-line patches could go
wrong :(. Sorry.
--
Eugeni Dodonov
http://eugeni.dodonov.net/
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
On Fri, Sep 2, 2011 at 15:53, Eric Anholt wrote:
> On Fri, 2 Sep 2011 12:33:44 -0300, Eugeni Dodonov
> wrote:
> > From: Eugeni Dodonov
> >
> > This could happen in 3 different cases, and ERRNO can explain what
> > happened. First case would be EIO (gpu hang
From: Eugeni Dodonov
This could happen in 3 different cases, and ERRNO can explain what
happened. First case would be EIO (gpu hang), second EINVAL (something is
wrong inside the batch), and we also discovered that sometimes it happens
with ENOSPACE. All of those cases are different it it could
t
this someone will be very *very* welcomed to do so. Otherwise, I agree that
those drivers should be dropped from never releases.
That's how life works...
--
Eugeni Dodonov
http://eugeni.dodonov.net/
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Hi,
The 7.11 version of Mesa is missing on freedesktop bugzilla, could someone
add it please?
--
Eugeni Dodonov
http://eugeni.dodonov.net/
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
From: Eugeni Dodonov
A trivial fix for error: format not a string literal and no format
arguments with compiling with -Werror=format-security flags.
---
src/mesa/drivers/dri/i965/brw_fs.cpp |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mesa/drivers/dri/i965
19 matches
Mail list logo