summaryrefslogtreecommitdiff
path: root/lib/rendercopy_gen9.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-08 17:06:58 +0100
committerThomas Wood <thomas.wood@intel.com>2014-10-17 15:34:43 +0100
commitd4e3b6a0f5cd759182a53e2bc51a3d3f317a81f0 (patch)
tree6d428ec6e5ef785085796bbe3176c823cf55ec95 /lib/rendercopy_gen9.c
parent303fe742fcdd7da6f03f948a4e41b529ee39613a (diff)
lib: various documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/rendercopy_gen9.c')
-rw-r--r--lib/rendercopy_gen9.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rendercopy_gen9.c b/lib/rendercopy_gen9.c
index 92265c16..9ff4b3a3 100644
--- a/lib/rendercopy_gen9.c
+++ b/lib/rendercopy_gen9.c
@@ -286,7 +286,7 @@ gen8_fill_ps(struct intel_batchbuffer *batch,
return offset;
}
-/**
+/*
* gen7_fill_vertex_buffer_data populate vertex buffer with data.
*
* The vertex buffer consists of 3 vertices to construct a RECTLIST. The 4th
@@ -327,7 +327,7 @@ gen7_fill_vertex_buffer_data(struct intel_batchbuffer *batch,
return offset;
}
-/**
+/*
* gen6_emit_vertex_elements - The vertex elements describe the contents of the
* vertex buffer. We pack the vertex buffer in a semi weird way, conforming to
* what gen6_rendercopy did. The most straightforward would be to store
@@ -384,7 +384,7 @@ gen6_emit_vertex_elements(struct intel_batchbuffer *batch) {
GEN6_VFCOMPONENT_STORE_1_FLT << VE1_VFCOMPONENT_3_SHIFT);
}
-/**
+/*
* gen7_emit_vertex_buffer emit the vertex buffers command
*
* @batch