Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/glsl_to_nir: make st_glsl_to_nir() static | Timothy Arceri | 2017-12-04 | 1 | -4/+0 |
* | st/glsl: move nir linking loop to new function st_link_nir() | Timothy Arceri | 2017-12-04 | 1 | -4/+3 |
* | st/glsl_to_nir: pass gl_shader_program to st_finalize_nir() | Timothy Arceri | 2017-11-03 | 1 | -1/+3 |
* | mesa/st: add nir pass to lower tex_src_plane | Rob Clark | 2016-09-26 | 1 | -0/+3 |
* | mesa/st: Use 'struct nir_shader' instead of 'nir_shader'. | Vinson Lee | 2016-07-01 | 1 | -6/+6 |
* | glsl/mesa: split gl_shader in two | Timothy Arceri | 2016-06-30 | 1 | -1/+1 |
* | mesa/st: add support for NIR as possible driver IR | Rob Clark | 2016-05-17 | 1 | -0/+21 |
* | mesa/st: add nir pass for lowering builtin uniforms | Rob Clark | 2016-05-17 | 1 | -0/+31 |