diff options
author | José Fonseca <[email protected]> | 2008-11-24 13:59:06 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-11-24 13:59:06 +0900 |
commit | a6d866f72c88d48d2bcfb3e3c882fdb639b5a8ce (patch) | |
tree | 200cb8e07bf58d0dd8e220ba6b5af0b074804b15 /src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | |
parent | d600c805c08288757185ce3af24b5f0a866bb0b2 (diff) |
pipebuffer: Implement proper buffer validation.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr.h')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h index cafbee045ae..8fe2704708f 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h @@ -43,7 +43,7 @@ * - the fenced buffer manager, which will delay buffer destruction until the * the moment the card finishing processing it. * - * \author José Fonseca <[email protected]> + * \author Jose Fonseca <[email protected]> */ #ifndef PB_BUFMGR_H_ |