summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/isl_storage_image.c
Commit message (Expand)AuthorAgeFilesLines
* intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand2018-09-261-1/+1
* intel/compiler: Use two components for 1D array image sizesJason Ekstrand2018-08-291-6/+6
* isl: Use the view array length for the image sizeJason Ekstrand2018-08-291-2/+5
* intel/isl: Add bounds-checking assertions in isl_format_get_layoutJason Ekstrand2018-06-071-1/+1
* intel/isl/storage: Don't lower most UNORM formats on gen11+Jason Ekstrand2018-05-101-6/+10
* isl: Don't use surface format R32_FLOAT for typed atomic integer operationsAnuj Phogat2018-02-141-1/+8
* intel/isl: Take 3D surfaces into account in image paramsTopi Pohjolainen2017-07-181-2/+6
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1/+1
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-2/+2
* isl: Kill off isl_format_layout::bsJason Ekstrand2016-07-131-2/+2
* isl: Use bpb in a few places where it's more natural than bsJason Ekstrand2016-07-131-2/+2
* isl: Add a helper for determining when a typed load/store can be usedJason Ekstrand2016-04-211-0/+13
* isl: Take a devinfo in lower_storage_image_format instead of an isl_deviceJason Ekstrand2016-04-211-15/+15
* isl: Add helpers for filling out brw_image_paramJason Ekstrand2016-02-271-1/+106
* isl: Move isl_image.c to isl_storage_image.cJason Ekstrand2016-02-271-0/+188