Re: [Mesa-dev] Difference in buffer between OSmesa and X11

2010-11-11 Thread Brian Paul
On 11/10/2010 09:08 PM, firos ismail wrote: On Wed, Nov 10, 2010 at 7:40 PM, Brian Paul mailto:bri...@vmware.com>> wrote: On 11/09/2010 09:03 PM, firos ismail wrote: Hi all, When comparing the buffers created by X11 and OSMesa i found that the fun

Re: [Mesa-dev] Difference in buffer between OSmesa and X11

2010-11-10 Thread firos ismail
On Wed, Nov 10, 2010 at 7:40 PM, Brian Paul wrote: > On 11/09/2010 09:03 PM, firos ismail wrote: > >> Hi all, >> >> When comparing the buffers created by X11 and OSMesa i found >> that the functions that put values to the buffers are different and >> their logic is different both take dif

Re: [Mesa-dev] Difference in buffer between OSmesa and X11

2010-11-10 Thread Brian Paul
On 11/09/2010 09:03 PM, firos ismail wrote: Hi all, When comparing the buffers created by X11 and OSMesa i found that the functions that put values to the buffers are different and their logic is different both take different origins to put values. Is this normal or is there any changes

[Mesa-dev] Difference in buffer between OSmesa and X11

2010-11-09 Thread firos ismail
Hi all, When comparing the buffers created by X11 and OSMesa i found that the functions that put values to the buffers are different and their logic is different both take different origins to put values. Is this normal or is there any changes that should be done ?