Re: [Intel-gfx] [PATCH] Avoid calling xf86nameCompare() with a NULL pointer.

2012-06-12 Thread Cyril Brulebois
Chris Wilson (12/06/2012): > Pushed with only a slightly different colour of paint. Thanks, > -Chris Cake? Yummy! Mraw, KiBi. signature.asc Description: Digital signature ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedes

[Intel-gfx] [PATCH] Avoid calling xf86nameCompare() with a NULL pointer.

2012-06-12 Thread Cyril Brulebois
Device sections without a Driver property would lead to a server segfault because of a NULL pointer's being passed as the second argument of xf86nameCompare(). Debian bug #677206 <http://bugs.debian.org/677206> Signed-off-by: Cyril Brulebois --- src/intel_module.c |2 +- 1 file

Re: [Intel-gfx] Debian 6 support for Sandy Bridge

2012-06-12 Thread Cyril Brulebois
See, Anthony Chaur Yih (12/06/2012): > From the 2010Q4 released package which is the earliest package that > support Sandy Bridge platform, the OS requirement look is much more > newer than Debian 6. Is there any way to enable Sandy Bridge with 3D > acceleration on Debin 6? Intel 2010Q4 graphics

Re: [Intel-gfx] [PATCH 1/2] drm/i915: simplify pipe checking

2012-01-07 Thread Cyril Brulebois
Eugeni Dodonov (07/01/2012): > This is also handled by i915_reg.h, so just reuse this trick to reduce > universe enthropy. entropy. Besides that: Reviewed-by: Cyril Brulebois > Signed-off-by: Eugeni Dodonov > Reviewed-by: Jesse Barnes > --- > drivers/gpu/drm/i915/i91

Re: [Intel-gfx] [PATCH] Fix build failure when passing --with-builderstring.

2011-12-30 Thread Cyril Brulebois
Cyril Brulebois (07/11/2011): > If --with-builderstring="foo" is passed to configure (and sna enabled): > CC sna_driver.lo > src/sna/sna_driver.c: In function 'sna_init_scrn': > src/sna/sna_driver.c:1023:7: error: token ""foo"" is n

[Intel-gfx] [PATCH] Fix build failure when passing --with-builderstring.

2011-11-07 Thread Cyril Brulebois
defined() around the BUILDER_DESCRIPTION variable. Signed-off-by: Cyril Brulebois --- src/sna/sna_driver.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c index 83abdb3..767cd2c 100644 --- a/src/sna/sna_driver.c +++ b/src/sna

Re: [Intel-gfx] [ANNOUNCE] xf86-video-intel 2.14.902

2011-03-29 Thread Cyril Brulebois
Hi, Chris Wilson (29/03/2011): > git tag: 2.14.902 as mentioned on IRC, lies! :) (Dropping a mail anyway to make sure the tag gets pushed.) KiBi. signature.asc Description: Digital signature ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.or

Re: [Intel-gfx] [PATCH] xf86-video-intel: Update autotools configuration

2011-03-29 Thread Cyril Brulebois
Hi again, Cyril Brulebois (10/02/2011): > The commit message says: > | Update autotools configuration > | > | Use new libtool syntax and silent-rules to silent > | the build output a bit (linux-like) > > What it doesn't say is: > -AC_CONFIG_AUX_DIR(.) > +AC_CO

Re: [Intel-gfx] Sandy Bridge X crash - OpenGL/DPMS-related?

2011-03-26 Thread Cyril Brulebois
Hi, Ian Pilcher (26/03/2011): > Fedora 15 Alpha on a brand new Sandy Bridge system (Core i7 2600 > with "Intel HD" graphics). Running KDE and using GLMatrix > screensaver. Fedora might have a better doc but… > (I have installed the relevant debuginfo packages and reproduced the > crash, but th

Re: [Intel-gfx] [ANNOUNCE] xf86-video-intel 2.14.901

2011-03-02 Thread Cyril Brulebois
Hi, Chris Wilson (02/03/2011): > Some time ago, Cyril asked me if there might be a snapshot for 2.15. > The good news is that today is that day! And here it is... thanks! Maybe it'd make sense to also announce it on xorg-announce@? KiBi. signature.asc Description: Digital signature _

Re: [Intel-gfx] [PATCH] xf86-video-intel: Update autotools configuration

2011-02-10 Thread Cyril Brulebois
Hi Javier. Javier Jardón (09/02/2011): > here another patch to update the autotools configuration of the > xf86-video-intel package > > It uses the new libtool syntax and the new silent build mode. The commit message says: | Update autotools configuration | | Use new libtool syntax and silent-

[Intel-gfx] [PATCH 5/5] xvmc: Stop using uninitialized variable.

2011-01-30 Thread Cyril Brulebois
as errors | intel_xvmc.c: In function ‘XvMCSyncSurface’: | intel_xvmc.c:677: error: ‘ret’ may be used uninitialized in this function | intel_xvmc.c:672: note: ‘ret’ was declared here Signed-off-by: Cyril Brulebois --- src/xvmc/intel_xvmc.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff -

[Intel-gfx] [PATCH 2/5] xvmc: Silence gcc, add parentheses around assignment.

2011-01-30 Thread Cyril Brulebois
Get rid of the following with CFLAGS="-Wall -Werror": | CC intel_xvmc_dump.lo | cc1: warnings being treated as errors | intel_xvmc_dump.c: In function ‘intel_xvmc_dump_open’: | intel_xvmc_dump.c:41: error: suggest parentheses around assignment used as truth value Signed-off

[Intel-gfx] [PATCH 1/5] xvmc: Get rid of unused variables.

2011-01-30 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois --- src/xvmc/i915_xvmc.c |3 +-- src/xvmc/intel_batchbuffer.c |2 -- src/xvmc/intel_xvmc.c| 13 - src/xvmc/xvmc_vld.c |1 - 4 files changed, 1 insertions(+), 18 deletions(-) diff --git a/src/xvmc/i915_xvmc.c b/src

[Intel-gfx] [PATCH 3/5] xvmc: Silence gcc, add parentheses around arithmetic.

2011-01-30 Thread Cyril Brulebois
xvmc.c:713: error: suggest parentheses around arithmetic in operand of ‘|’ Signed-off-by: Cyril Brulebois --- src/xvmc/i915_xvmc.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/xvmc/i915_xvmc.c b/src/xvmc/i915_xvmc.c index fbd4555..dc3b593 100644 ---

[Intel-gfx] [PATCH 4/5] xvmc: Silence gcc, adding a cast to work around signedness issues.

2011-01-30 Thread Cyril Brulebois
c.lo | cc1: warnings being treated as errors | intel_xvmc.c: In function ‘XvMCSyncSurface’: | intel_xvmc.c:677: error: ‘ret’ may be used uninitialized in this function | intel_xvmc.c:672: note: ‘ret’ was declared here Signed-off-by: Cyril Brulebois --- src/xvmc/intel_xvmc.c |4 ++-- 1 files