Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | anv: Move a comment that got left behind in the u_vector refactor. | Eric Anholt | 2017-08-18 | 1 | -0/+9 |
| | |||||
* | util: Remove u_math from u_vector | Daniel Stone | 2017-07-14 | 1 | -0/+3 |
| | | | | | | | | | | | u_vector.h doesn't actually use anything from u_math, but it does mean everyone has to pull in src/gallium/auxiliary/util includes. Just remove it, adding a <string.h> include to u_vector.c to cover memcpy. Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | util: add vector util code. | Dave Airlie | 2016-10-19 | 1 | -0/+98 |
This is ported from anv, both anv and radv can share this. Reviewed-by: Nicolai Hähnle <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Signed-off-by: Dave Airlie <[email protected]> |