Re: [Mesa-dev] [PATCH libclc] Implement barrier() builtin

2013-06-13 Thread Aaron Watry
FYI: I've applied your related piglit test and R600 back-end patches and tested this on a CEDAR (HD5400). Note: I had some trouble applying patches 4 and 5 of the R600 patches but after chopping out the unit tests and creating those files by hand (and using --ignore-whitespace), everything is

[Mesa-dev] [PATCH libclc] Implement barrier() builtin

2013-06-12 Thread Tom Stellard
From: Tom Stellard thomas.stell...@amd.com --- r600/lib/SOURCES | 2 ++ r600/lib/synchronization/barrier.cl | 15 +++ r600/lib/synchronization/barrier_impl.ll | 12 3 files changed, 29 insertions(+) create mode 100644