Hi, Firstly, I shall introduce myself (at least more formally than just sending some patches). My name is Bruno Jiménez, I'm studying physics at Zaragoza's University (Spain) and I am participating in this year's Google Summer of Code, where I will try to improve the compute_memory_pool, solve an annoying bug related to mappings and anything else that I can do.
These patches are a little first cleanup. I sent the first five some time ago, but weren't pushed. The sixth fixes the alignment for items whose size is a multiple of 1024 dw and the last one corrects the format type of an unsigned. Thanks! Bruno Bruno Jiménez (7): r600g/compute: Fixing a typo and some indentation r600g/compute: Adding checks for NULL after CALLOC r600g/compute: Add more NULL checks r600g/compute: Tidy a bit compute_memory_finalize_pending r600g/compute: Cleanup of compute_memory_pool.h r600g/compute: align items correctly r600g/compute: Use %u as the unsigned format src/gallium/drivers/r600/compute_memory_pool.c | 64 +++++++++++++++++--------- src/gallium/drivers/r600/compute_memory_pool.h | 17 +------ src/gallium/drivers/r600/evergreen_compute.c | 2 +- 3 files changed, 46 insertions(+), 37 deletions(-) -- 1.9.3 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev