diff options
author | Tim Rowley <[email protected]> | 2017-04-26 13:10:23 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-04-28 19:55:26 -0500 |
commit | d523b824984ee43adb86eaf1422cf7882af79ea5 (patch) | |
tree | 63b07121c12938a82f4fd39af54e9d1b9b533a22 /src/gallium/drivers/swr | |
parent | 8c0e0bf141c61abd7c5ac44146f5a0c92f66250e (diff) |
swr/rast: clean up clipper comments
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/core/clip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/clip.h b/src/gallium/drivers/swr/rasterizer/core/clip.h index 28042d56755..ad2745b069b 100644 --- a/src/gallium/drivers/swr/rasterizer/core/clip.h +++ b/src/gallium/drivers/swr/rasterizer/core/clip.h @@ -610,7 +610,7 @@ public: uint8_t* pBase = (uint8_t*)(&vertices[0].attrib[VERTEX_POSITION_SLOT]) + sizeof(float) * inputPrim; #if USE_SIMD16_FRONTEND - // TEMPORARY WORKAROUND for bizarre VS2015 code-gen bug - use dx11_clipping_03-09 failures to check for existence of bug + // TEMPORARY WORKAROUND for bizarre VS2015 code-gen bug static const float *dummy = reinterpret_cast<const float *>(pBase); #endif @@ -867,7 +867,7 @@ public: uint8_t* pBase = (uint8_t*)(&vertices[0].attrib[VERTEX_POSITION_SLOT]) + sizeof(float) * inputPrim; #if 0 - // TEMPORARY WORKAROUND for bizarre VS2015 code-gen bug - use dx11_clipping_03-09 failures to check for existence of bug + // TEMPORARY WORKAROUND for bizarre VS2015 code-gen bug static const float *dummy = reinterpret_cast<const float *>(pBase); #endif |