Re: [Mesa-dev] [PATCH 2/2] r600g/compute: Accept LDS size from the LLVM backend

2013-06-13 Thread Aaron Watry
For both patches in this series, the original files use tabs for indentation, not the spaces that the patches introduce. Might want to fix that for consistency. I'm not familiar enough with the register poking to give a qualified review, but everything else looks reasonable to me. Tested-by:

[Mesa-dev] [PATCH 2/2] r600g/compute: Accept LDS size from the LLVM backend

2013-06-12 Thread Tom Stellard
From: Tom Stellard thomas.stell...@amd.com And allocate the correct amount before dispatching the kernel. --- src/gallium/drivers/r600/evergreen_compute.c | 53 +++--- .../drivers/r600/evergreen_compute_internal.h | 1 + src/gallium/drivers/r600/evergreen_state.c