dawn-cmake/generator/templates
Corentin Wallez fffe6dfa16 Split backend/common in backend/ and common/
This directory used to contain both the state tracking code for the
backends, and the common utilities that could be used both by the
backends and the rest of the code. Things are now:

 - src/common is utility code for the whole repo
 - src/backend contains libNXT's code
 - src/utils is utility code that we don't want in libNXT

This commit also changes all includes to use global paths from src/
bacause it had to touch a bunch of #include statements anyway.
2017-07-06 17:54:52 -04:00
..
blink Update blink generators for the big Blink rename. 2017-04-26 15:17:03 -04:00
wire Split backend/common in backend/ and common/ 2017-07-06 17:54:52 -04:00
BackendProcTable.cpp Split backend/common in backend/ and common/ 2017-07-06 17:54:52 -04:00
api.c Initial commit of all the NXT integration. 2017-04-20 14:38:20 -04:00
api.h Add Buffer::MapReadAsync state-tracking 2017-06-13 08:30:01 -07:00
apicpp.cpp Implement the device error callback. 2017-05-11 11:31:54 +02:00
apicpp.h Fix ObjectBase's move constructor not setting handle to nullptr 2017-05-30 10:40:43 -07:00
apicpp_traits.h Generate an nxtcpp_traits.h with metaprogramming helpers 2017-05-30 10:40:43 -07:00
mock_api.cpp Add Buffer::MapReadAsync state-tracking 2017-06-13 08:30:01 -07:00
mock_api.h Add Buffer::MapReadAsync state-tracking 2017-06-13 08:30:01 -07:00