diff options
Diffstat (limited to 'src/uxa/i965_render.c')
-rw-r--r-- | src/uxa/i965_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uxa/i965_render.c b/src/uxa/i965_render.c index c1943fb6..32dbf2f9 100644 --- a/src/uxa/i965_render.c +++ b/src/uxa/i965_render.c @@ -277,7 +277,7 @@ i965_check_composite_texture(ScreenPtr screen, PicturePtr picture) /* Set up a default static partitioning of the URB, which is supposed to * allow anything we would want to do, at potentially lower performance. */ -#define URB_CS_ENTRY_SIZE 0 +#define URB_CS_ENTRY_SIZE 1 #define URB_CS_ENTRIES 0 #define URB_VS_ENTRY_SIZE 1 // each 512-bit row |