Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-21 | translate: fail on x86 rtasm fail | Keith Whitwell | |
2008-04-19 | translate: fix several bugs | Keith Whitwell | |
- specify cdecl calling convention on WIN32 - fix load bgra8 function - fix previous don't crash fix. | |||
2008-04-19 | translate: don't crash on failure to create sse version | Keith Whitwell | |
2008-04-18 | translate: missing file | Keith Whitwell | |
2008-04-18 | translate: add sse version based on old draw_vf_sse.c | Keith Whitwell | |
2008-04-16 | gallium: Get the translate module to build on msvc. | José Fonseca | |
Appearently MSVC c-preprocessor parses "255.0f" as two tokens: "255.0" and "f", and performs variable substitution on "f". | |||
2008-04-16 | gallium: Build and link the translate module. | José Fonseca | |
2008-04-15 | gallium: Switch one vertex path over to new translate module | Keith Whitwell | |
Will eventually do this for all instances where we are converting vertices from one format to another. | |||
2008-04-15 | translate: typo in emit_B8G8R8A8_UNORM | Keith Whitwell | |
2008-04-15 | gallium: add a generic vertex (or other) buffer translation module | Keith Whitwell | |