Re: [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".

2012-06-01 Thread Eugeni Dodonov
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

[Mesa-dev] [PATCH 1/1] intel: add PCI IDs for Ivy Bridge GT2 server variant

2012-03-31 Thread Eugeni Dodonov
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

Re: [Mesa-dev] [PATCH 4/4] dri: Make "reverting to software direct rendering" a critical error.

2012-02-04 Thread Eugeni Dodonov
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

[Mesa-dev] [PATCH 2/2] intel: check for LLC support when reading maps

2012-02-01 Thread Eugeni Dodonov
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

[Mesa-dev] [PATCH 1/2] intel: verify if hardware has LLC support

2012-02-01 Thread Eugeni Dodonov
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

Re: [Mesa-dev] [PATCH 2/2] dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.

2012-01-31 Thread Eugeni Dodonov
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 --

Re: [Mesa-dev] [PATCH] i965: Remove the INTEL_OLD_VS option.

2012-01-17 Thread 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

Re: [Mesa-dev] [PATCH 4/4] i965/gen7: Enable transform feedback as long as kernel support is present.

2012-01-02 Thread Eugeni Dodonov
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

Re: [Mesa-dev] [PATCH] Revert "intel: Drop the immediate validation of the texture object in TFP."

2011-11-01 Thread Eugeni Dodonov
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

Re: [Mesa-dev] [PATCH] ralloc: Add new [v]asprintf_rewrite_tail functions.

2011-10-26 Thread Eugeni Dodonov
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

Re: [Mesa-dev] implicit declaration of function wl_drm_create

2011-10-18 Thread Eugeni Dodonov
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

Re: [Mesa-dev] [RFC 0/3] Fix several segmentation faults related to depth buffer

2011-09-06 Thread Eugeni Dodonov
>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

[Mesa-dev] [PATCH] intel: Give an explanation why we are exiting for debugging.

2011-09-04 Thread Eugeni Dodonov
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

Re: [Mesa-dev] [PATCH] intel: fix build error

2011-09-03 Thread Eugeni Dodonov
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

Re: [Mesa-dev] [PATCH] intel: Give an explanation why we are exiting for debugging.

2011-09-02 Thread Eugeni Dodonov
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

[Mesa-dev] [PATCH] intel: Give an explanation why we are exiting for debugging.

2011-09-02 Thread Eugeni Dodonov
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

Re: [Mesa-dev] DEATH to old drivers!

2011-08-24 Thread Eugeni Dodonov
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

[Mesa-dev] Version 7.11 is missing on freedesktop bugzilla

2011-08-23 Thread Eugeni Dodonov
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

[Mesa-dev] [PATCH] Fix format not a string literal error with -Werror=format-security

2011-06-10 Thread Eugeni Dodonov
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