mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
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>
This commit is contained in:
parent
187b66da09
commit
816c947236
@ -56,6 +56,9 @@
|
|||||||
* batchbuffers. All those macros presume that a pointer to a #intel_batchbuffer
|
* batchbuffers. All those macros presume that a pointer to a #intel_batchbuffer
|
||||||
* structure called batch is in scope. The basic macros are #BEGIN_BATCH,
|
* structure called batch is in scope. The basic macros are #BEGIN_BATCH,
|
||||||
* #OUT_BATCH, #OUT_RELOC and #ADVANCE_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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user