mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 10:00:22 +01:00
r300: Added a few more Doxygen comments.
This commit is contained in:
parent
a6aa1f8016
commit
3c9e5cb0bd
2 changed files with 12 additions and 9 deletions
|
|
@ -27,9 +27,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
**************************************************************************/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
* Nicolai Haehnle <prefect_@gmx.net>
|
||||
/**
|
||||
* \file
|
||||
*
|
||||
* \author Nicolai Haehnle <prefect_@gmx.net>
|
||||
*/
|
||||
|
||||
#ifndef __R300_CMDBUF_H__
|
||||
|
|
@ -50,6 +51,8 @@ extern void r300EmitAOS(r300ContextPtr rmesa, GLuint nr, GLuint offset);
|
|||
/**
|
||||
* Make sure that enough space is available in the command buffer
|
||||
* by flushing if necessary.
|
||||
*
|
||||
* \param dwords The number of dwords we need to be free on the command buffer
|
||||
*/
|
||||
static __inline__ void r300EnsureCmdBufSpace(r300ContextPtr r300,
|
||||
int dwords, const char *caller)
|
||||
|
|
|
|||
|
|
@ -31,13 +31,13 @@
|
|||
* Jerome Glisse <j.glisse@gmail.com>
|
||||
*/
|
||||
|
||||
/*TODO'S
|
||||
/**
|
||||
* \todo Depth write, WPOS/FOGC inputs
|
||||
*
|
||||
* - Depth write, WPOS/FOGC inputs
|
||||
* - FogOption
|
||||
* - Verify results of opcodes for accuracy, I've only checked them
|
||||
* in specific cases.
|
||||
* - and more...
|
||||
* \todo FogOption
|
||||
*
|
||||
* \todo Verify results of opcodes for accuracy, I've only checked them in
|
||||
* specific cases.
|
||||
*/
|
||||
|
||||
#include "glheader.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue