Re: [Mesa-dev] [PATCH v2 0/8] SSBO optimizations

2015-10-23 Thread Francisco Jerez
Kristian Høgsberg Kristensen writes: > Here's an updated and expanded ssbo optimization series. I found a bit > of low-hanging fruit around dynamic ssbo array indexing. I removed the > IMM shortcut in emit_uniformize() and added the constant propagation > for the read and write opcodes. The resul

[Mesa-dev] [PATCH v2 0/8] SSBO optimizations

2015-10-22 Thread Kristian Høgsberg Kristensen
Here's an updated and expanded ssbo optimization series. I found a bit of low-hanging fruit around dynamic ssbo array indexing. I removed the IMM shortcut in emit_uniformize() and added the constant propagation for the read and write opcodes. The result is the same for constant indexing, and it hel