Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-25 | llvmpipe: Allow different signs when unpacking. | José Fonseca | |
2009-10-22 | llvmpipe: Factor vector packing/unpacking to a separate source file. | José Fonseca | |
These functions will be needed to implement many of the 8bit operations, and they are quite complex on its own. | |||
2009-08-29 | llvmpipe: Merge all pixel format related files. | José Fonseca | |
2009-08-29 | llvmpipe: Split control flow function declarations and notes. | José Fonseca | |
2009-08-29 | llvmpipe: Avoid C99-isms. | José Fonseca | |
2009-08-29 | llvmpipe: Separate pixel packing/unpacking from loading/storing. | José Fonseca | |
2009-08-29 | llvmpipe: Adjust for pixel layout changes. | José Fonseca | |
2009-08-29 | llvmpipe: Fix typo in copyright. | José Fonseca | |
2009-08-29 | llvmpipe: Pixel packing/unpacking and loop code generators. | José Fonseca | |
Just a small proof of concept plus a standalone test app. Not integrated with the rest of the driver yet. |