diff options
author | José Fonseca <[email protected]> | 2010-03-13 10:45:52 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-13 11:23:52 +0000 |
commit | 3160cbabccf1f7d8bdf344242507b9c3082f15c6 (patch) | |
tree | 68594948373306db36cd062def473727f02d2ee2 /src/gallium/drivers/llvmpipe/lp_rast.h | |
parent | 83fe7149eaea7ca607a5aa74e092b9cf86f12b73 (diff) |
llvmpipe: setup_context -> lp_setup_context
Otherwise IDEs and debuggers have trouble distinguishing from softpipe's
setup_context.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index dc5fc5fc7d6..303f6e3f7e4 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -95,7 +95,7 @@ struct lp_rast_shader_inputs { * Rasterization information for a triangle known to be in this bin, * plus inputs to run the shader: * These fields are tile- and bin-independent. - * Objects of this type are put into the setup_context::data buffer. + * Objects of this type are put into the lp_setup_context::data buffer. */ struct lp_rast_triangle { #ifdef DEBUG |