summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/swr/rasterizer/core/frontend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/frontend.cpp b/src/gallium/drivers/swr/rasterizer/core/frontend.cpp
index 15bc93db630..22a5705c480 100644
--- a/src/gallium/drivers/swr/rasterizer/core/frontend.cpp
+++ b/src/gallium/drivers/swr/rasterizer/core/frontend.cpp
@@ -798,7 +798,7 @@ static void GeometryShaderStage(
const SWR_GS_STATE* pState = &state.gsState;
SWR_GS_CONTEXT gsContext;
- static uint8_t sNullBuffer[1024] = { 0 };
+ static uint8_t sNullBuffer[128] = { 0 };
for (uint32_t i = 0; i < KNOB_SIMD_WIDTH; ++i)
{