Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-24 | vega: remove redundant functions found elsewhere | Brian Paul | |
2011-01-24 | vega: replace casts with pointer/handle conversion functions | Brian Paul | |
Per the spec, all OpenVG handles are 32-bit. We can't just cast them to/from integers on 64-bit systems. Start fixing that mess by introducing a set of handle/pointer conversion functions in handle.h. The next step is to implement a handle/pointer hash table... | |||
2009-05-01 | OpenVG 1.0 State Tracker | Zack Rusin | |
Import of the OpenVG 1.0 state tracker for Gallium. |