Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: rename nir_var_function to nir_var_function_temp | Karol Herbst | 2019-01-19 | 1 | -10/+10 |
* | nir: rename nir_var_private to nir_var_shader_temp | Karol Herbst | 2019-01-19 | 1 | -8/+8 |
* | src/compiler: use new hash table and set creation helpers | Caio Marcelo de Oliveira Filho | 2019-01-14 | 1 | -12/+5 |
* | nir: rename global/local to private/function memory | Karol Herbst | 2019-01-08 | 1 | -15/+15 |
* | glsl_type: Add support for explicitly laid out matrices and arrays | Jason Ekstrand | 2019-01-08 | 1 | -3/+6 |
* | util: use C99 declaration in the for-loop set_foreach() macro | Eric Engestrom | 2018-10-25 | 1 | -1/+0 |
* | nir: Use nir_src_is_const and nir_src_as_* in core code | Jason Ekstrand | 2018-10-22 | 1 | -9/+8 |
* | Replace uses of _mesa_bitcount with util_bitcount | Dylan Baker | 2018-09-07 | 1 | -3/+3 |
* | nir: Add a array-of-vector variable shrinking pass | Jason Ekstrand | 2018-08-23 | 1 | -0/+717 |
* | nir: Add an array splitting pass | Jason Ekstrand | 2018-08-23 | 1 | -0/+583 |
* | nir: Add a structure splitting pass | Jason Ekstrand | 2018-08-23 | 1 | -0/+275 |