[ANNOUNCE] libdrm 2.4.21

2010-06-10 Thread Eric Anholt
Getting new intel API out the door. The two major changes: 1) media ring support on kernel 2.6.35 for doing media decode on G45+ 2) Reduced memory allocation for BO cached objects -- saves about 1/4 of the graphics memory on workloads I tested on Ironlake and 945GM. Alan Coopersmith (2):

Re: EXA classic problem with Xv

2010-06-10 Thread Yves De Muyter
OK so i'm porting the 'poulsbo' driver to Xorg 1.7. What I'm working on right now is to make Xv work in the driver. What the Xv-code does is to get the address of the drawable, map it into SHM and ask the hardware to blit the videoframe onto that drawable. The problem is that the address of the

Re: EXA classic problem with Xv

2010-06-10 Thread Yves De Muyter
Here you find the code: http://code.google.com/p/gma500/source/browse/trunk/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/src/psb_video.c The problem is on line 688. The code tries to find the pointer to the buffer and the offset, and if it doesnt find it, it calls exaMoveInPixmap(). I

Re: EXA classic problem with Xv

2010-06-10 Thread Michel Dänzer
On Don, 2010-06-10 at 12:54 +0200, Yves De Muyter wrote: Here you find the code: http://code.google.com/p/gma500/source/browse/trunk/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/src/psb_video.c The problem is on line 688. The code tries to find the pointer to the buffer and the

Re: [ANNOUNCE] libdrm 2.4.21

2010-06-10 Thread Arkadiusz Miskiewicz
On Thursday 10 of June 2010, Eric Anholt wrote: Unresolved symbols found in: /usr/lib64/libkms.so.1.0.0 drmIoctl drmCommandWriteRead drmCommandWrite and the patch http://cvs.pld-linux.org/cgi-bin/cvsweb/packages/libdrm/libdrm- kms.patch?rev=1.1 -- Arkadiusz Miśkiewicz

Re: EXA classic problem with Xv

2010-06-10 Thread Maarten Maathuis
On Thu, Jun 10, 2010 at 8:56 PM, Corbin Simpson mostawesomed...@gmail.com wrote: 2010/6/10 Yves De Muyter y...@alfavisio.be: Is there any documentation available about the differences between exa_mixed and exa_driver ? Is exa_driver like complete handover of pixmap migration to the driver ?

Re: Why is MAXRESOURCES 400?

2010-06-10 Thread Alan Coopersmith
Yoshihiro Takahashi wrote: Why is MAXRESOURCES 400? I want to get of Resources more than 400 in XtGetApplicationResources. I doubt anyone knows since no one has really worked on Xt in a decade. Most developers moved on to Gtk+, Qt, or other non-Xt toolkits many years ago. -- -Alan