Hi.

Following is a list of patches for core mesa that are needed for the new 
openchrome inclusion. They should be pretty straightforward:

1) A macro to validate two DRI drawables in one go for DRI1. Most 
drivers validate first the drawable buffer and then the readable. 
However, that may race with the X server as the HW lock might be 
unlocked then the second drawable is validated.
2) Add RGBA4444 and RGBA5551 texture formats.
3) Fix ARGB8888 storetexel. (Software glbitmap to fbo_firecube otherwise 
gets the color wrong).
4) Fix ARGB4444 storetexel. Same as above.
5) Add a utility function to emit indexed vertices directly to DMA 
buffers for hardware that don't support index buffer.  A small 
optimization that can probably be done a lot faster with SSE, but here 
it is.

I'd appreciate a review.

Thomas



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to