Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: use rand() instead of random() | Brian Paul | 2012-12-06 | 1 | -1/+1 |
| | | | | | | | As Vinson Lee did in commit bb284669f85a32900bfec648d68ba4c4300772f4 in hash_table.c Signed-off-by: Brian Paul <[email protected]> | ||||
* | mesa: add set support (stores a set of pointers) | Eric Anholt | 2012-12-06 | 1 | -0/+348 |
From: git://people.freedesktop.org/~anholt/hash_table Reviewed-by: Jordan Justen <[email protected]> [[email protected]: minor rework for mesa] Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Brian Paul <[email protected]> |