summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorLaura Ekstrand <laura@jlekstrand.net>2015-02-27 17:23:59 -0800
committerFredrik Höglund <fredrik@kde.org>2015-05-14 15:48:12 +0200
commit3d100372f15c377bb1cff3d23621f1f5958f4c53 (patch)
treec42a643a347c35cede5cb05f47df811a53458d80 /src/mesa/swrast
parent2bb138e7ec24b9e56715a53f9c4e911b99d4a97b (diff)
downloadexternal_mesa3d-3d100372f15c377bb1cff3d23621f1f5958f4c53.zip
external_mesa3d-3d100372f15c377bb1cff3d23621f1f5958f4c53.tar.gz
external_mesa3d-3d100372f15c377bb1cff3d23621f1f5958f4c53.tar.bz2
main: Rename framebuffer renderbuffer software fallback.
Rename _mesa_framebuffer_renderbuffer to _mesa_FramebufferRenderbuffer_sw in preparation for adding the ARB_direct_state_access backend function for FramebufferRenderbuffer and NamedFramebufferRenderbuffer to share. Reviewed-by: Fredrik Höglund <fredrik@kde.org> Signed-off-by: Fredrik Höglund <fredrik@kde.org>
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_texrender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texrender.c b/src/mesa/swrast/s_texrender.c
index fa853c9..4e41b3b 100644
--- a/src/mesa/swrast/s_texrender.c
+++ b/src/mesa/swrast/s_texrender.c
@@ -72,7 +72,7 @@ update_wrapper(struct gl_context *ctx, struct gl_renderbuffer_attachment *att)
* \param fb the framebuffer object the texture is being bound to
* \param att the fb attachment point of the texture
*
- * \sa _mesa_framebuffer_renderbuffer
+ * \sa _mesa_FramebufferRenderbuffer_sw
*/
void
_swrast_render_texture(struct gl_context *ctx,