diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-23 15:14:16 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-23 15:14:16 +0100 |
commit | 816c94723632b4876b3b0b965009ceab5e8bec2b (patch) | |
tree | 7f4daf9e3f8231197dfc7d9bcda5d705784e696f /lib | |
parent | 187b66da0946bd213cfb8c52178d70739707cad9 (diff) |
lib/intel_batchbuffer: document header dependencies
At least with the core library headers the situation is now fairly
sane. There's still fun stuff going on around *_reg.h and most of the
source files just have a cargo-culted list of headers ...
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/intel_batchbuffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c index 32923946..0d583c73 100644 --- a/lib/intel_batchbuffer.c +++ b/lib/intel_batchbuffer.c @@ -56,6 +56,9 @@ * batchbuffers. All those macros presume that a pointer to a #intel_batchbuffer * structure called batch is in scope. The basic macros are #BEGIN_BATCH, * #OUT_BATCH, #OUT_RELOC and #ADVANCE_BATCH. + * + * Note that this library's header pulls in the [i-g-t core](intel-gpu-tools-i-g-t-core.html) + * library as a depency. */ /** |