Shader Optimizations For The AMD R600g Driver
Vadim Girlin, an independent contributor to Mesa, has announced some shader optimization work he has done to the R600 Gallium3D driver for the Radeon HD 5000 "Evergreen" series.
This work by Girlin provides a working implementation of a simple ALU scheduler and register allocator, while not regressing Piglit. Right now this ALU scheduler and register allocator is just for Evergreen hardware, but he plans to make it work with other generations of Radeon hardware too. Vadim also plans to implement some earlier optimization passes.
See more in his mailing list message. The R600g shader optimization work is currently found in this GitHub repository.
This work by Girlin provides a working implementation of a simple ALU scheduler and register allocator, while not regressing Piglit. Right now this ALU scheduler and register allocator is just for Evergreen hardware, but he plans to make it work with other generations of Radeon hardware too. Vadim also plans to implement some earlier optimization passes.
See more in his mailing list message. The R600g shader optimization work is currently found in this GitHub repository.
3 Comments