History log of /external/mesa3d/src/gallium/state_trackers/vega/handle.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99c67f27d35a4bbbbefada8117d5972c7583cf42 23-Jan-2011 Brian Paul <brianp@vmware.com> vega: implement handler/pointer conversion using a hash table

Before, we were just casting between 32-bit VGHandles and 64-bit pointers.
/external/mesa3d/src/gallium/state_trackers/vega/handle.h
d41e694cf78ada8c9258f96995115c9da8437894 23-Jan-2011 Brian Paul <brianp@vmware.com> vega: replace casts with pointer/handle conversion functions

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...
/external/mesa3d/src/gallium/state_trackers/vega/handle.h