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