Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | translate: pull in prefetch and other optimizations from draw_vs_aos.c | Keith Whitwell | 2008-11-14 | 1 | -2/+2 |
| | |||||
* | translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements. | José Fonseca | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | translate: mark functions as PIPE_CDECL | Keith Whitwell | 2008-05-23 | 1 | -9/+9 |
| | |||||
* | translate: helper functions for mimizing cost of key compares | Keith Whitwell | 2008-05-12 | 1 | -0/+21 |
| | |||||
* | draw: only fill in / compare the part of the translate key we're using. | Keith Whitwell | 2008-05-08 | 1 | -3/+2 |
| | | | | | It's quite a big struct & we examine it a lot (too much). Reduce the impact of this by just looking at the active part where possible. | ||||
* | Create a sharable translate_cache and use it. | Zack Rusin | 2008-04-23 | 1 | -1/+0 |
| | |||||
* | translate: add sse version based on old draw_vf_sse.c | Keith Whitwell | 2008-04-18 | 1 | -0/+4 |
| | |||||
* | gallium: Switch one vertex path over to new translate module | Keith Whitwell | 2008-04-15 | 1 | -7/+29 |
| | | | | | Will eventually do this for all instances where we are converting vertices from one format to another. | ||||
* | gallium: add a generic vertex (or other) buffer translation module | Keith Whitwell | 2008-04-15 | 1 | -0/+82 |