Karl Rasche wrote:
>>Sounds like you've got the destination pitch set incorrectly, at least.
>>
> 
> Turns out it was source pitch. Thing are behaving much better now, I'm
> sucessfully blitting from mmesa->mgaScreen->buffers.
> 
> But, it seems like i'm just re-mmapping the dma buffers and walking all
> over them. Would it be more approprate/safer to grab enough buffers with
> mgaGetBufferLocked, and fire off the blit from here? Then the blit
> commands don't accidently end up in the middle of the pixel data?

You should definitely be getting the buffers via the same ioctl as 
mgaGetBufferLocked - maybe even calling that function directly.

Keith


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to