[Mesa-dev] [PATCH 0/9] glsl: Add C API to exec_node/exec_list.

Kristian Høgsberg hoegsberg at gmail.com
Wed Jun 11 15:04:19 PDT 2014


On Tue, Jun 10, 2014 at 11:00:43AM -0700, Matt Turner wrote:
> Our most frequently used list implementation was only usable from
> C by manipulating the members of the structs. This series adds a
> C API, wraps the C API with the C++ member functions (so no change
> for C++ code), makes the foreach_list macros usable from C, and
> replaces an open-coded list in the i965 driver with exec_list.
> 
> The C API consists of static inline functions, and the C++ member
> functions are also marked inline.

For the series:

Reviewed-by: Kristian Høgsberg <krh at bitplanet.net>

> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list