aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_nir_analyze_ubo_ranges.c
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Do not qsort zero sized arrayDanylo Piliaiev2020-02-191-2/+4
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-2/+4
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-121-1/+1
* intel/analyze_ubo_ranges: Use nir_src_is_const and friendsJason Ekstrand2018-11-081-8/+7
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-1/+0
* intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand2018-07-231-3/+38
* intel/compiler: Properly consider UBO loads that cross 32B boundaries.Kenneth Graunke2018-06-141-2/+14
* Revert "intel/compiler: Properly consider UBO loads that cross 32B boundaries."Jason Ekstrand2018-06-131-7/+1
* intel/compiler: Properly consider UBO loads that cross 32B boundaries.Kenneth Graunke2018-06-131-1/+7
* intel/compiler: fix 64bit value prints on 32bitGrazvydas Ignotas2018-02-101-1/+1
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-1/+1
* i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke2017-07-131-0/+298