Re: [Mesa-dev] [PATCH 08/14] i965: Define and initialize image parameter structure.

2015-08-04 Thread Francisco Jerez
Francisco Jerez writes: > Ping. Some 10-20 other ARB_shader_image_load_store patches are blocking > on this patch I've been carrying around since I originally sent it for > review in Dec 2013. > Hint for reviewers: A quick comparison with "i965/fs: Import image memory offset calculation code."

Re: [Mesa-dev] [PATCH 08/14] i965: Define and initialize image parameter structure.

2015-08-04 Thread Francisco Jerez
Ping. Some 10-20 other ARB_shader_image_load_store patches are blocking on this patch I've been carrying around since I originally sent it for review in Dec 2013. Francisco Jerez writes: > This will be used to pass image meta-data to the shader when we cannot > use typed surface reads and write

[Mesa-dev] [PATCH 08/14] i965: Define and initialize image parameter structure.

2015-02-06 Thread Francisco Jerez
This will be used to pass image meta-data to the shader when we cannot use typed surface reads and writes. All entries except surface_idx and size are otherwise unused and will get eliminated by the uniform packing pass. size will be used for bounds checking with some image formats and will be us