[PATCH] dri2: Don't throw an error on glXSwapBuffers() when single-buffered.

2011-06-01 Thread Eric Anholt
This fixes piglit glx-swap-singlebuffer (but not glx-swap-pixmap, which hits a BadMatch elsewhere that I haven't tracked down), and the original bug report of glean clipFlat, which was trying to do exactly this. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32589 ---

Re: [PATCH] dri2: Don't throw an error on glXSwapBuffers() when single-buffered.

2011-06-01 Thread Eric Anholt
On Thu, 2 Jun 2011 01:16:33 +0300, Ville Syrjälä syrj...@sci.fi wrote: On Wed, Jun 01, 2011 at 02:49:03PM -0700, Eric Anholt wrote: This fixes piglit glx-swap-singlebuffer (but not glx-swap-pixmap, which hits a BadMatch elsewhere that I haven't tracked down), and the original bug report

[PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-27 Thread Eric Anholt
--- Here's the actual patch I meant to send. What should we do about SwapComplete? src/dri2.xml | 97 - 1 files changed, 95 insertions(+), 2 deletions(-) diff --git a/src/dri2.xml b/src/dri2.xml index dbd43f8..9bcde4f 100644 ---

[PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-26 Thread Eric Anholt
--- src/dri2.xml | 75 +- 1 files changed, 74 insertions(+), 1 deletions(-) diff --git a/src/dri2.xml b/src/dri2.xml index dbd43f8..70c569d 100644 --- a/src/dri2.xml +++ b/src/dri2.xml @@ -1,7 +1,7 @@ ?xml version=1.0 encoding=utf-8?

[PATCH 1/2] Explicitly state padding in the BufferSwapComplete event struct.

2011-04-26 Thread Eric Anholt
--- dri2proto.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dri2proto.h b/dri2proto.h index 9708a4a..a01c908 100644 --- a/dri2proto.h +++ b/dri2proto.h @@ -290,6 +290,7 @@ typedef struct { CARD8 pad; CARD16 sequenceNumber B16; CARD16 event_type B16; +

[PATCH 2/2] Attempt to make the protocol spec text reflect reality.

2011-04-26 Thread Eric Anholt
This was done by comparing dri2proto.h to dri2proto.txt, with some confirmation from looking at what the server was doing. --- dri2proto.txt | 39 +-- 1 files changed, 9 insertions(+), 30 deletions(-) diff --git a/dri2proto.txt b/dri2proto.txt index

Re: [Xcb] [PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-26 Thread Eric Anholt
On Tue, 26 Apr 2011 20:12:12 +0200, Julien Cristau jcris...@debian.org wrote: On Tue, Apr 26, 2011 at 10:39:02 -0700, Eric Anholt wrote: --- src/dri2.xml | 75 +- 1 files changed, 74 insertions(+), 1 deletions(-) diff

[ANNOUNCE] libdrm 2.4.21

2010-06-10 Thread Eric Anholt
. Daniel Stone (1): libkms: Fix include paths Eric Anholt (7): intel_bufmgr_fake: fix compile warning. Enable silent automake rules. Allow a buffer to point at itself and still get relocs. intel: Add more intermediate sizes of cache buckets between powers of 2

Re: i915 interlaced display, again

2010-05-26 Thread Eric Anholt
On Tue, 25 May 2010 18:41:46 +0200, Krzysztof Halasa k...@pm.waw.pl wrote: Hi, Now that the non-KMS support is gone, the following patches implement interlaced mode display on i915 and similar hardware. Tested on i915 + analog VGA, it would be worth checking if newer chips (and which ones)

Regression in 1461b31e40a3e44f6327199d23cf2ab70d8f5176

2010-05-17 Thread Eric Anholt
As of this commit GL has become unreliable on my Intel system: commit 1461b31e40a3e44f6327199d23cf2ab70d8f5176 Author: Pauli Nieminen ext-pauli.niemi...@nokia.com Date: Fri May 14 16:25:43 2010 +0300 dri2: Fix xserver crash if dri2 buffer allocation fails. If driver fails to

Re: GSoC: KMSifying cirrus?

2010-03-24 Thread Eric Anholt
On Wed, 24 Mar 2010 00:02:20 -0400, Daniel Gnoutcheff dan...@gnoutcheff.name wrote: Hello all! I'm planing to apply for GSoC, and Xorg is one of the projects I'm considering. I see that KMS a non-KMSed driver is on the ideas list. One of the ideas I'm considering is the KMSification of the

[ANNOUNCE] libdrm 2.4.19

2010-03-03 Thread Eric Anholt
New version for new Intel API that we're about to start using in Mesa. Eric Anholt (8): intel: Add initial support for Sandybridge, and clean up the #defines. intel: Use an integer for chipset generation instead of many conditionals. intel: add a comment about tiled buffer alloc

[ANNOUNCE] intel-gpu-tools 1.0.2

2009-09-24 Thread Eric Anholt
Carl Worth (2): Fix error message for case of kernel prior to 2.6.30 Print unmatched opcode value for all 3D UNKNOWN messages Chris Wilson (2): Add gem_fence_thrash test dump: Minor typo Eric Anholt (18): intel_gpu_top: Print GPU clock information, which seems

[ANNOUNCE] libdrm 2.4.13

2009-08-28 Thread Eric Anholt
explicitly. libdrm_radeon: add tiling support radeon: fix GTT writing space check radeon: fix bo wait at map time. Eric Anholt (2): Add drm_intel_bo_busy to query whether mapping a BO would block. Bump to version 2.4.13 for release. Jakob Bornecrantz (1): Kill

Re: Intel i915 / GEM throttling / 2.6.31-rc

2009-08-03 Thread Eric Anholt
of this issue ? Any other thoughts ? Eric Anholt posted a patch on the mesa3d-dev list, which seems to be made for use with the new throttling behaviour. I don't think it has been commited yet though? http://www.nabble.com/-PATCH--intel%3A-Use-a-new-DRI2-extension-to-throttle-the-number

Re: xf86-video-intel: 2 commits - src/drmmode_display.c src/i830_exa.c src/i830.h src/i830_memory.c src/i830_video.c

2009-05-21 Thread Eric Anholt
On Wed, 2009-05-20 at 08:20 +0200, Michel Dänzer wrote: On Tue, 2009-05-19 at 10:09 -0700, Eric Anholt wrote: commit 34660fd2df5d61b77ed7041d32ac29053fc94f5a Author: Eric Anholt e...@anholt.net Date: Fri May 15 23:21:05 2009 -0700 Only sync XV to vblank when drawing

Re: [intel] 'Virtual' parameter to go away?

2009-05-21 Thread Eric Anholt
66.7 60.0 720x40070.1 640x35070.1 LVDS1 connected (normal left inverted right x axis y axis) 1280x800 60.0 + TV1 disconnected (normal left inverted right x axis y axis) -- Eric Anholt e...@anholt.net eric.anh...@intel.com

[ANNOUNCE] intel-gpu-tools 1.0.1

2009-05-19 Thread Eric Anholt
This release was inspired by going to roll a debian package for intel-gpu-tools and realizing I had no manpages. Whoops. And since I was in the directory, I decided to clean up some things that were bothering me about intel_gpu_dump output. Eric Anholt (6): Add gem_largeobject to ignore

[ANNOUNCE] intel-gpu-tools 1.0.1

2009-05-19 Thread Eric Anholt
This release was inspired by going to roll a debian package for intel-gpu-tools and realizing I had no manpages. Whoops. And since I was in the directory, I decided to clean up some things that were bothering me about intel_gpu_dump output. Eric Anholt (6): Add gem_largeobject to ignore

[ANNOUNCE] libdrm 2.4.11

2009-05-15 Thread Eric Anholt
: 3b24b3b2d7dd35ab16abc06ce80e9c86c59979ed libdrm-2.4.11.tar.gz -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg-announce mailing list xorg-announce@lists.freedesktop.org http

[ANNOUNCE] intel-gpu-tools 1.0

2009-04-27 Thread Eric Anholt
Add example command for mounting debugfs intel_gpu_dump: Mention filename in error message intel_gpu_dump: Give a nicer message for missing batchbuffer-dumping code intel_gpu_dump: Use asprintf instead of a static-sized array Eric Anholt (27): Initial import of intel-graphics

[ANNOUNCE] intel-gpu-tools 1.0

2009-04-27 Thread Eric Anholt
Add example command for mounting debugfs intel_gpu_dump: Mention filename in error message intel_gpu_dump: Give a nicer message for missing batchbuffer-dumping code intel_gpu_dump: Use asprintf instead of a static-sized array Eric Anholt (27): Initial import of intel-graphics

Re: VSync

2009-04-21 Thread Eric Anholt
(a trivial demo app in mesa/progs/xdemos) on an idle machine to make sure it's ever working. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg mailing list

Re: VSync

2009-04-20 Thread Eric Anholt
); glXSwapBuffers(dpy,stage); } If you're doing GL, why aren't you just using GLX_SGI_video_sync? -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg mailing list

[PATCH 4/4] Fix unused var warning from pci cleanups.

2009-04-08 Thread Eric Anholt
--- hw/xfree86/os-support/bus/linuxPci.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/os-support/bus/linuxPci.c b/hw/xfree86/os-support/bus/linuxPci.c index a60df25..e210fa1 100644 --- a/hw/xfree86/os-support/bus/linuxPci.c +++

shave support for xserver

2009-04-08 Thread Eric Anholt
Some of those VENDOR_* defines are already in other headers. I don't really care where they live or what they're called, but it does seem like quite a mess how they're sprinkled about right now (a subset in dix-config.h, some copies for xorg ddx only, the whole set now in version-config.h). Is

[PATCH 1/4] Move contributed m4 to a subdir so we can more easily update contributions.

2009-04-08 Thread Eric Anholt
--- Makefile.am |1 + acinclude.m4| 227 --- m4/ac_define_dir.m4 | 49 +++ m4/dolt.m4 | 178 4 files changed, 228 insertions(+), 227 deletions(-) delete mode 100644

[PATCH 3/4] Add shave so that we can see the steaming piles of warnings generated.

2009-04-08 Thread Eric Anholt
The old style output can be reenabled for build system debugging using make V=1, or --disable-shave at configure time. --- .gitignore |2 + configure.ac |7 + m4/shave.m4 | 73 +++ shave-libtool.in | 69

Re: [Intel-gfx] Bad Commit

2009-04-06 Thread Eric Anholt
on my Intel(R) Mobile Intel GM45 Express Chipset It's rare to see this bits are invalid for a new platform such as GM45 based platform. What's the specific model of your machine? The code's been removed from the branch for a while, anyway. -- Eric Anholt e...@anholt.net

Re: Kernel Ooops with i945

2009-03-10 Thread Eric Anholt
] SS:ESP 0068:f5f35df8 ---[ end trace 8f654121df941966 ]--- Regards, Tino ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg -- Eric Anholt e...@anholt.net eric.anh

Re: Intel - Dithering on a 6 bit panel

2009-03-06 Thread Eric Anholt
dithering. Assuming the display is actually 6 bits, is there any way I can get temporal dithering? Yeah, your panel is likely only 6 bits. I've never seen any knobs for better dithering. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description

Re: Tiling on i915-class hardware

2009-03-05 Thread Eric Anholt
for a workaround, but it's a bit complicated and not done yet. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg

[ANNOUNCE] xf86-video-intel 2.6.3

2009-03-03 Thread Eric Anholt
This is an easy one: two bugfixes for regressions in the last release. One broke initialization with UXA and DRI1, and the other made pixmap allocation on i915 take insane amounts of memory. Eric Anholt (3): Disable fb resizing for DRI1-only server so that DRI1 can initialize. Only

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-03-03 Thread Eric Anholt
| grep drm mm object | wc -l shows 700, is it OK? Yes. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-02-27 Thread Eric Anholt
On Wed, 2009-02-25 at 19:13 +0100, Brice Goglin wrote: Eric Anholt wrote: On Wed, 2009-02-25 at 14:10 +0100, Jacek Luczak wrote: this release is totally unusable while running in UXA. System eats lot of memory, including swapping. Is this that, reported earlier, ,,memory leak

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-02-25 Thread Eric Anholt
On Wed, 2009-02-25 at 13:20 +0100, Khashayar Naderehvandi wrote: On Tue, Feb 24, 2009 at 11:46 PM, Eric Anholt e...@anholt.net wrote: Here comes a pretty significant bugfix release for the 2.6 2D series. The goal of this release is to get out the major fixes for GEM and KMS that we think

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-02-25 Thread Eric Anholt
On Wed, 2009-02-25 at 14:10 +0100, Jacek Luczak wrote: Eric Anholt pisze: Here comes a pretty significant bugfix release for the 2.6 2D series. The goal of this release is to get out the major fixes for GEM and KMS that we think we've pounded on enough to be stable -- certainly more

[ANNOUNCE] xf86-video-intel 2.6.2

2009-02-24 Thread Eric Anholt
xf86-video-intel-2.6.2.tar.gz SHA1: 403da992f9352f4f2ee8ad13b392c47cc897bb91 xf86-video-intel-2.6.2.tar.gz -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part

[PATCH] try to make release.sh support version-only tags.

2009-02-24 Thread Eric Anholt
We're sick of typing xf86-video-intel-whatever in the Intel driver, but the script doesn't like our tags. This change nearly fixes that, but errors out and hasn't been tested for module-version tags. Perhaps someone else could clean it up. --- release.sh | 18 ++ 1 files

[PATCH] glx: Replace broken GLX visual setup with a fixed all mode.

2009-02-08 Thread Eric Anholt
With trying to match depths so that you didn't end up with a depth 24 fbconfig for the 32-bit composite visual, I broke the alpha bits on the depth 24 X visual, which angered other applications. But in fixing that, the pickFBconfigs code for minimal also could end up breaking GLX visuals if the

Re: xserver: Branch 'master' - 5 commits

2009-02-02 Thread Eric Anholt
On Mon, 2009-02-02 at 11:20 +0100, Michel Dänzer wrote: On Sun, 2009-02-01 at 09:26 -0800, Eric Anholt wrote: commit 29b3b88dc744f4919c6709747ddb7baac47486c5 Author: Pierre Willenbrock pie...@pirsoft.de Date: Fri Jan 30 21:16:48 2009 -0800 Prevent double unref of glxdrawables

Re: drm+intel error messages drm:i915_getparam conflicting memory types

2009-02-02 Thread Eric Anholt
: [drm:i915_getparam] *ERROR* Unknown parameter 5 Things will be slow because your kernel is old. Feb 2 20:27:56 jimmy klogd: X:3601 conflicting memory types d000-e000 write-combining-uncached-minus Things may be slow because your kernel is old. -- Eric Anholt e...@anholt.net

Re: Current tinderbox regression (xserver)

2009-01-26 Thread Eric Anholt
no acceleration and clients shaking their fists at you instead. I haven't heard of any use for it as a debugging platform, either. Nuke away, in my opinion. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed

[ANNOUNCE] xf86-video-intel 2.6.1

2009-01-21 Thread Eric Anholt
really dodgy code.) Eric Anholt (4): Re-emit i915 composite setup when the batchbuffer wraps. Protect i915 textured video against batchbuffer wrapping. Fix invarient state emits for DRI2 (do it per batch, since there's no lock). Bump version to 2.6.1. Jesse Barnes (2

[ANNOUNCE] xf86-video-intel 2.6.1

2009-01-21 Thread Eric Anholt
really dodgy code.) Eric Anholt (4): Re-emit i915 composite setup when the batchbuffer wraps. Protect i915 textured video against batchbuffer wrapping. Fix invarient state emits for DRI2 (do it per batch, since there's no lock). Bump version to 2.6.1. Jesse Barnes (2

[ANNOUNCE] libdrm 2.4.4

2009-01-14 Thread Eric Anholt
if irq is enabled Eric Anholt (2): intel: Retry pin ioctl on -EINTR. bump version to 2.4.4 Jesse Barnes (4): Remove executable from modeprint test dir libdrm: add timeout handling to drmWaitVBlank libdrm: only check for vblank timeout if we caught EINTR libdrm

Re: [ANNOUNCE] xf86-video-intel 2.5.99.2

2009-01-08 Thread Eric Anholt
. It'll depend on KMS most likely. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org http

Re: [PATCH] XFree86: Xv: Add ClipNotify helper

2009-01-08 Thread Eric Anholt
; QueryImageAttributesFuncPtr QueryImageAttributes; + ClipNotifyFuncPtr ClipNotify; } XvAdaptorRecPrivate, *XvAdaptorRecPrivatePtr; typedef struct { -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part

Re: [intel] 10...@60hz on an intel G45 chipset

2009-01-06 Thread Eric Anholt
). That's a non-reduced mode you produced, which is too high of a clock. Try cvt -v -r 1920 1080 60 -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg

Re: KMS with Xorg on G45 failing

2009-01-06 Thread Eric Anholt
happily submit a bug but thought the code was a little too new to harp on about especially if this is a known issue The segfault should be fixed as of: commit 342120be0956bfc12822d1ffbfbd8aaabf3e922f Author: Eric Anholt e...@anholt.net Date: Mon Jan 5 23:21:07 2009 -0800 Fix pin leakage

Re: [Fwd: Re: Intel + GEM + suspend - fail]

2009-01-05 Thread Eric Anholt
://lists.freedesktop.org/mailman/listinfo/xorg -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Intel 945 backtrace

2008-12-31 Thread Eric Anholt
the sysprof overhead skewed the timings. Thanks for the sysprof data. The fix for software fallback performance just got merged to the stable branch, so that should fix this problem in the next rc. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc

Re: [PATCH] Fix sis driver to compile with -Werror=format-security

2008-12-23 Thread Eric Anholt
On Tue, 2008-12-23 at 13:25 -0200, Ander Conselvan de Oliveira wrote: The attached patch fix the sis driver to compile with -Werror=format-security. Some of those strings are predefined and visible in the patch you posted (not a security issue). I certainly wouldn't apply this patch. -- Eric

Re: libdrm-2.4.3

2008-12-23 Thread Eric Anholt
On Tue, 2008-12-23 at 12:28 +, Colin Guthrie wrote: 'Twas brillig, and Colin Guthrie at 23/12/08 10:36 did gyre and gimble: 'Twas brillig, and Eric Anholt at 23/12/08 00:25 did gyre and gimble: I've tagged it and uploaded it. The big update this release is the modesetting userland

Re: intel without connected monitor

2008-12-16 Thread Eric Anholt
out what was going wrong with your Option enable true. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org

Re: git problems with kernel drm repository

2008-12-13 Thread Eric Anholt
. ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part

Re: Intel driver accesses reserved register bit SDVOC/SDVO_DETECTED

2008-12-11 Thread Eric Anholt
connected at startup, but the SDVO chip being present. -- Eric Anholt e...@anholt.net eric.anh...@intel.com signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Slow exaOffscreenAlloc ?

2008-12-10 Thread Eric Anholt
On Wed, 2008-12-10 at 11:52 +0100, Michel Dänzer wrote: On Mon, 2008-12-08 at 15:23 -0800, Eric Anholt wrote: We've got a few ideas to improve things for UXA performance still, so it may get better. It's already a win over EXA, since EXA's stuck with only 50MB of aperture space

Re: [PATCH 1/2] xf86-video-intel: i830_driver: drop I830GetRec

2008-12-10 Thread Eric Anholt
; pI830-pEnt = pEnt; pI830-use_drm_mode = drm_mode_setting; -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org

Re: Intel xf86-intel-video with G45: glxgears synchonised to VSYNC

2008-12-08 Thread Eric Anholt
around 1500. Is this correct behavior, I thought that glxgears simply drew as fast as possible and was not synchronised to the VSYNC frame rate ? No, this is correct behavior. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description

Re: Intel G45 ModeLines

2008-12-06 Thread Eric Anholt
as the preferred ini‐ tial mode of the monitor. (RandR 1.2-supporting drivers only) However the real preferred thing to do is write up a quirk for the server to fix your EDID so that other people get the benefit of your bugfixes. -- Eric Anholt [EMAIL PROTECTED

Re: Is intel/SVDO supported

2008-12-04 Thread Eric Anholt
. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH] Warning fix for the definer and conumer of CopyGetMasterEvent.

2008-12-03 Thread Eric Anholt
--- mi/mi.h |3 +++ xkb/ddxDevBtn.c |3 ++- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/mi/mi.h b/mi/mi.h index 444d3ad..1dc4780 100644 --- a/mi/mi.h +++ b/mi/mi.h @@ -222,6 +222,9 @@ extern void miClearDrawable( GCPtr /*pGC*/ ); +void

[PATCH] Warning fix (GL likes to call strings GLubyte * instead of char *).

2008-12-03 Thread Eric Anholt
--- glx/indirect_program.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/glx/indirect_program.c b/glx/indirect_program.c index d23a0a9..cbea40e 100644 --- a/glx/indirect_program.c +++ b/glx/indirect_program.c @@ -103,7 +103,7 @@ int DoGetProgramString(struct

[PATCH] Warning fix: Remove dead glXDisp{, Swap}_DrawArraysEXT definitions.

2008-12-03 Thread Eric Anholt
--- glx/render2.c |5 - glx/render2swap.c |5 - 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/glx/render2.c b/glx/render2.c index a86a22a..b958d90 100644 --- a/glx/render2.c +++ b/glx/render2.c @@ -252,8 +252,3 @@ void __glXDisp_DrawArrays(GLbyte *pc)

xserver master warning fixes

2008-12-03 Thread Eric Anholt
Here's a series of compile warning fixes I came up with while looking at them trying to figure out if anything was wrong that broke GLX (fix for that is already pushed). The ddxDevBtn.c one looks like a real bugfix. There are a few more that look important xf86Xinput.c:654: warning: ‘idev’ may

[PATCH] Warning fix in xf86Bus.c: too many brackets in initializer.

2008-12-03 Thread Eric Anholt
--- hw/xfree86/common/xf86Bus.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c index c825d23..eaa0618 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c @@ -66,7 +66,7 @@ xf86AccessRec

Re: xserver: Branch 'master' - 3 commits

2008-12-03 Thread Eric Anholt
}alloc via xnf{,c}alloc macros. Based on patch by Eric Anholt. You appear to have taken my patch and s/fprintf(stderr, /perror(/. Generally in a situation like this one would leave original authorship intact (even my comments were preserved!). diff --git a/configure.ac b

Re: Better gradient handling (migration/fallbacks)

2008-11-13 Thread Eric Anholt
to allow drivers to request gradients was easy last time I did it, though I've misplaced the branch it looks like. Then someone would just have to write the shader for it, and for 915-class hardware that shouldn't be hard. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Compile xorg from git, i915.ko missing

2008-11-07 Thread Eric Anholt
On Fri, 2008-11-07 at 16:40 +, Sergio Monteiro Basto wrote: export OS_HAS_GEM=1 Under no circumstances do this. That code is dead, and intel kernel modules come from the kernel now. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description

Re: Compile xorg from git, i915.ko missing

2008-11-07 Thread Eric Anholt
On Fri, 2008-11-07 at 13:36 -0600, Chris Pemberton wrote: Eric Anholt wrote: On Fri, 2008-11-07 at 16:40 +, Sergio Monteiro Basto wrote: export OS_HAS_GEM=1 Under no circumstances do this. That code is dead, and intel kernel modules come from the kernel now. So

Re: observations with git X server intel/MTRR/performance

2008-11-06 Thread Eric Anholt
that use libpciaccess (the X Server) should be getting correct wc mappings thanks to using the resource_wc sysfs file. If you update your kernel, the kernel also gets wc mappings using the new io_map_atomic interfaces. So at that point, the MTRR shouldn't be necessary. -- Eric Anholt [EMAIL PROTECTED

Re: How to tell if GEM is enabled.

2008-11-06 Thread Eric Anholt
to master git version? And what am I to recompile after I upgrade mesa? Thank you. git master, or we put out a release of mesa with gem. http://www.intellinuxgraphics.org/ -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally

Re: xf86-video-intel-2.5.0 is slow

2008-11-04 Thread Eric Anholt
testing or development time on it now. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org http

Re: xf86-video-intel-2.5.0 is slow

2008-11-04 Thread Eric Anholt
On Tue, 2008-11-04 at 09:17 +0200, Vasily Khoruzhick wrote: On 4 November 2008 06:58:51 Eric Anholt wrote: It's not a single patch. It's in linus's master now. (drm-intel-next is updated for our current work against it) This fix changed nothing for me (now using kernel 2.6.28-rc3-git

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Eric Anholt
that the cairo tests are coming out green despite failures. Expected so far? -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg

Re: xf86-video-intel-2.5.0 is slow

2008-11-03 Thread Eric Anholt
On Mon, 2008-11-03 at 18:07 +0100, Hanno Böck wrote: Am Montag 03 November 2008 schrieb Eric Anholt: We've got a fix for a major slowdown on x86_64 in the for-review branch of my kernel repository, but the x86 maintainers are dragging their feet on integrating it. Is there a single patch

Re: libdrm 2.4.1

2008-11-02 Thread Eric Anholt
On Sat, 2008-11-01 at 14:46 +, Colin Guthrie wrote: Eric Anholt wrote: New libdrm release to fix the symbol name collision between Mesa 7.2 and libdrm_intel. Also includes a fix for deadlock in non-GEM 2D, and support for aperture size checking in GEM. Eric Anholt (3

Re: libdrm 2.4.1

2008-11-02 Thread Eric Anholt
On Sun, 2008-11-02 at 20:06 +0100, Arkadiusz Miskiewicz wrote: On Thursday 30 of October 2008, Eric Anholt wrote: New libdrm release to fix the symbol name collision between Mesa 7.2 and libdrm_intel. soname version should be changed when doing such incompatible change :-/ Assuming

Re: Intel driver for graphics on dg45fc mainboard, getting it to work

2008-10-31 Thread Eric Anholt
2D driver (you're using 2.3.2, not 2.5.0, so you don't have support for HDMI or DVI), and make sure you have the kernel AGP patch (in Linux master and in your friendly local distribution hopefully), and delete your xorg.conf. -- Eric Anholt [EMAIL PROTECTED] [EMAIL

libdrm 2.4.1

2008-10-30 Thread Eric Anholt
-related tables a separate header file nv50: symlink nv50_grctx.h to linux-core... Eric Anholt (3): intel: Add dri_bufmgr_check_aperture support for bufmgr_gem. intel: Rename dri_ and intel_ symbols to drm_intel_. libdrm 2.4.1. Keith Packard (1): intel: ioctl

Re: Intel Xorg driver with GLSL freez system

2008-10-28 Thread Eric Anholt
the driver part will need to be mostly rewritten after that, anyway. However, if people could isolate failing shaders and get them into piglit testcases, we might be able to get to them earlier, and it would benefit all future GLSL work as well. -- Eric Anholt [EMAIL PROTECTED

Re: error messages - was: xf86-video-intel 2.5.0 performance questions

2008-10-26 Thread Eric Anholt
goes on a crusade to clean them up. It's happened a couple times before, and we're about due to do it again. It's going to be a goal of mine for 2.6.0. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message

Re: Lockup on intel dri

2008-10-26 Thread Eric Anholt
On Sat, 2008-10-25 at 15:33 +0100, Colin Guthrie wrote: Colin Guthrie wrote: Eric Anholt wrote: Could you get a gdb backtrace? Hmm it seems that whenever the machine is locked up and I attach gdb to the process it just prints: Redelivering pending alarm clock And then gdb freeze

Re: Lockup on intel dri

2008-10-24 Thread Eric Anholt
in server backtraces. Also, does whatever app you're running that causes this failure run in direct rendering mode? That may make it easier to get a decent backtrace. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed

Re: xf86-video-intel-2.5.0

2008-10-24 Thread Eric Anholt
it into the kernel yet. (Also, obglxgearsisnotabenchmark) -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org http

Re: [ANNOUNCE] xf86-video-intel 2.4.98

2008-10-20 Thread Eric Anholt
, and actually do that. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [ANNOUNCE] xf86-video-intel 2.4.98

2008-10-20 Thread Eric Anholt
mesa required. libdrm should always be safe to upgrade. If it isn't, we're doing something wrong. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part ___ xorg

Re: [ANNOUNCE] xf86-video-intel 2.4.98

2008-10-19 Thread Eric Anholt
for it than tag it and dump a tarball into this directory -- if any other DRM maintainer-types want to suggest an appropriate process, I'd love to hear. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: [ANNOUNCE] xf86-video-intel 2.4.98

2008-10-19 Thread Eric Anholt
On Sun, 2008-10-19 at 23:51 +0200, Stefan Dirsch wrote: On Sun, Oct 19, 2008 at 12:16:10PM -0700, Eric Anholt wrote: On Sun, 2008-10-19 at 20:50 +0200, Rémi Cardona wrote: Jesse Barnes a écrit : This is mainly a smoke test for the final 2.5.0 release which I hope to do on Monday

Re: ProcPutImage calls exaDoMoveOutPixmap, 4x slowdown

2008-10-15 Thread Eric Anholt
with this. Migrating out for a write-only operation is just broken, and is the thing that should be fixed there. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: For how long Intel users are stucked with OpenGL 1.4 ?

2008-10-07 Thread Eric Anholt
. I've got a branch of my work-in-progress ARB_oq support at git://anongit.freedesktop.org/~anholt/mesa#965-occlusion-query which I got compiling this morning waiting for a kernel build. I'm hoping to finish it in the next 2 weeks. -- Eric Anholt [EMAIL PROTECTED] [EMAIL

Re: For how long Intel users are stucked with OpenGL 1.4 ?

2008-10-07 Thread Eric Anholt
On Tue, 2008-10-07 at 12:05 -0700, Eric Anholt wrote: On Tue, 2008-10-07 at 20:26 +0200, Mateusz Kaduk wrote: Hi, Is there any chance to get OpenGL 2.1 on Intel 965GM ? A time ago I was using DRM module i915.ko from git and it was working nice. Now because of GEM, module is not compiling

Re: xf86-video-intel (2.4.2) and support for Focus FS454

2008-10-06 Thread Eric Anholt
can write a better native driver. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part ___ xorg mailing list xorg@lists.freedesktop.org http

[ANNOUNCE] libXfont 1.3.1

2007-09-06 Thread Eric Anholt
/individual/lib/libXfont-1.3.1.tar.gz MD5 (libXfont-1.3.1.tar.gz) = 59ca31a8dab4431af4ecc7c28bc8cdac SHA1 (libXfont-1.3.1.tar.gz) = e4ed676b704d5410402050eda381543c34b83553 -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED

[ANNOUNCE] libXi 1.1.3

2007-09-06 Thread Eric Anholt
Weinehall (1): XGetSelectedExtensionEvents: Still more locking bugs Eric Anholt (1): Bump version to 1.1.3. Eric S. Raymond (1): Bug #9659: Bad markup on XListInputDevices.3x James Cloos (1): Add *~ to .gitignore to skip patch/emacs droppings git tag: libXi-1.1.3 http

[ANNOUNCE] renderproto-0.9.3

2007-08-31 Thread Eric Anholt
) = c3425e2a5ceecd160b09462c50a69848756e449e http://xorg.freedesktop.org/archive/individual/proto/renderproto-0.9.3.tar.gz MD5 (renderproto-0.9.3.tar.gz) = ab8f3e356973d9c99810a8f092db3a2e SHA1 (renderproto-0.9.3.tar.gz) = c137ec00faf0aee0f88a986aa827a590827447c1 -- Eric Anholt [EMAIL PROTECTED] [EMAIL

[ANNOUNCE] xf86-video-intel-1.9.94 (2.0 RC4)

2007-04-03 Thread Eric Anholt
elided due to large numbers of commits from the crestline branch which had already been replayed before). -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

[ANNOUNCE] xf86-video-intel-1.9.93 (2.0 RC3)

2007-03-28 Thread Eric Anholt
since xf86-video-intel-1.9.92: Eric Anholt: Fix sparse warnings about using 0 for NULL. Don't reload the cursors if we haven't set up the screen yet. Fix crashes and other failures when a cursor allocation fails. Fix compile failure due to needed types being in inttypes.h