https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #88 from madcatx@atlas.cz --- Is this patch supposed to apply cleanly against mesa 10.1.5? I'm getting the following build error: In file included from ../../../../src/gallium/auxiliary/util/u_inlines.h:41:0, from ../../../../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49, from ../../winsys/radeon/drm/radeon_winsys.h:43, from si_pm4.h:30, from si_state.h:30, from si_pipe.h:29, from si_state.c:27: si_state.c: In function 'si_init_config': si_state.c:3291:49: error: 'struct radeon_info' has no member named 'max_sh_per_se' unsigned sh_per_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1); ^ ../../../../src/gallium/auxiliary/util/u_math.h:767:27: note: in definition of macro 'MAX2' #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) ^ si_state.c:3291:49: error: 'struct radeon_info' has no member named 'max_sh_per_se' unsigned sh_per_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1); ^ ../../../../src/gallium/auxiliary/util/u_math.h:767:37: note: in definition of macro 'MAX2' #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) ^ si_state.c:3292:46: error: 'struct radeon_info' has no member named 'max_sh_per_se' unsigned num_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1); ^ ../../../../src/gallium/auxiliary/util/u_math.h:767:27: note: in definition of macro 'MAX2' #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) ^ si_state.c:3292:46: error: 'struct radeon_info' has no member named 'max_sh_per_se' unsigned num_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1); ^ ../../../../src/gallium/auxiliary/util/u_math.h:767:37: note: in definition of macro 'MAX2' #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) -- You are receiving this mail because: You are the assignee for the bug.