Re: Xrender transforms...

2003-08-11 Thread Havoc Pennington
On Mon, Aug 11, 2003 at 10:59:19AM +1000, Carsten Haitzler wrote: to the best of my knowledge, no. i remember it being discussed, but keith was very particular on a client being able to depend on the exact output of render so software and hardware/render routines could match. i can't find

Re: Xrender transforms...

2003-08-11 Thread Havoc Pennington
On Mon, Aug 11, 2003 at 09:02:32AM +1000, Carsten Haitzler wrote: though i've said it before, xrender really should be an easily accessible 2d subset of opengl and pixel-exact rendering as it defines limits the ability to accelerate it - either with tricks in software (by losing 1 bit of

sparc pci patch

2003-08-11 Thread Warren Turkal
Here is a patch for sparc and PCI. --- xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile~2002-10-30 10:03:18.0 +0900 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile 2002-11-18 09:49:56.0 +0900 @@ -18,8 +18,8 @@ XCOMM Sparc SBUS driver and generic Linux

Re: Xrender transforms...

2003-08-11 Thread The Rasterman
On Sun, 10 Aug 2003 14:27:13 +1000 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] babbled: Would I be correct in the assumption that the only accelerated path for xrender is the identity transform (1:1 scale)? all other transforms are done in software? (my initial tests here

Re: patch for ia64 page size

2003-08-11 Thread Ian Romanick
Jakub Jelinek wrote: On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. I seem to recall some discussion about this a few months

patch for ia64

2003-08-11 Thread Warren Turkal
This patch makes the radeon driver treat ia64 as a non-legacy architecture. This patch by Alex Williamson. xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile assumes ia64 should behave the same as i386 and allows random probing or I/O port space. In moving away from the legacy model, I

Re: patch to include some kernel info in banner

2003-08-11 Thread Daniel Stone
On Sun, Aug 10, 2003 at 09:04:42PM -0600, Marc Aurele La France wrote: On Mon, 11 Aug 2003, Daniel Stone wrote: On Sun, Aug 10, 2003 at 04:57:14PM -0500, Warren Turkal wrote: This patch puts the kernel version in the banner, on Linux, and also whether or not it's tainted (providing it's a