drm/radeon: using libdrm_radeon for a new display server

2011-03-29 Thread Chia-I Wu
On Tue, Mar 29, 2011 at 12:59 AM, Marek Ol??k wrote: > On Mon, Mar 28, 2011 at 9:35 AM, Chia-I Wu wrote: >> >> Hi list, >> >> I have a simple scenario that there are clients rendering to buffer >> objects using the CPU, and the display server compositing the buffers >> using OpenGL and doing page

Re: drm/radeon: using libdrm_radeon for a new display server

2011-03-29 Thread Chia-I Wu
On Tue, Mar 29, 2011 at 12:59 AM, Marek Olšák wrote: > On Mon, Mar 28, 2011 at 9:35 AM, Chia-I Wu wrote: >> >> Hi list, >> >> I have a simple scenario that there are clients rendering to buffer >> objects using the CPU, and the display server compositing the buffers >> using OpenGL and doing page

drm/radeon: using libdrm_radeon for a new display server

2011-03-28 Thread Chia-I Wu
[Answer myself for some of the questions] On Mon, Mar 28, 2011 at 3:35 PM, Chia-I Wu wrote: > Hi list, > > I have a simple scenario that there are clients rendering to buffer > objects using the CPU, and the display server compositing the buffers > using OpenGL and doing page flips to present the

drm/radeon: using libdrm_radeon for a new display server

2011-03-28 Thread Marek Olšák
On Mon, Mar 28, 2011 at 9:35 AM, Chia-I Wu wrote: > Hi list, > > I have a simple scenario that there are clients rendering to buffer > objects using the CPU, and the display server compositing the buffers > using OpenGL and doing page flips to present the final contents. It > is like doing the f

drm/radeon: using libdrm_radeon for a new display server

2011-03-28 Thread Chia-I Wu
Hi list, I have a simple scenario that there are clients rendering to buffer objects using the CPU, and the display server compositing the buffers using OpenGL and doing page flips to present the final contents. It is like doing the following steps repeatedly 1) process A (the server) allocates

Re: drm/radeon: using libdrm_radeon for a new display server

2011-03-28 Thread Marek Olšák
On Mon, Mar 28, 2011 at 9:35 AM, Chia-I Wu wrote: > Hi list, > > I have a simple scenario that there are clients rendering to buffer > objects using the CPU, and the display server compositing the buffers > using OpenGL and doing page flips to present the final contents. It > is like doing the f

Re: drm/radeon: using libdrm_radeon for a new display server

2011-03-28 Thread Chia-I Wu
[Answer myself for some of the questions] On Mon, Mar 28, 2011 at 3:35 PM, Chia-I Wu wrote: > Hi list, > > I have a simple scenario that there are clients rendering to buffer > objects using the CPU, and the display server compositing the buffers > using OpenGL and doing page flips to present the

drm/radeon: using libdrm_radeon for a new display server

2011-03-28 Thread Chia-I Wu
Hi list, I have a simple scenario that there are clients rendering to buffer objects using the CPU, and the display server compositing the buffers using OpenGL and doing page flips to present the final contents. It is like doing the following steps repeatedly 1) process A (the server) allocates