iris: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL
[mesa.git] / src / mesa / state_tracker / st_nir.h
2020-01-14 Eric Anholtmesa/st: Deduplicate the NIR uniform lowering code.
2019-10-24 Marek Olšákst/mesa: use pipe_screen::finalize_nir
2019-10-24 Marek Olšákst/mesa: assign driver locations for VS inputs for...
2019-10-10 Marek Olšákst/mesa: use nir_shader_compiler_options::lower_to_scalar
2019-03-05 Timur Kristófnir: Move nir_lower_uniforms_to_ubo to compiler/nir.
2019-02-12 Kenneth Graunkenir: Gather texture bitmasks in gl_nir_lower_samplers_a...
2019-02-12 Kenneth Graunkest/nir: Pull sampler lowering into a helper function.
2019-02-05 Kenneth Graunkest/nir: Make new helpers for constructing built-in...
2019-02-05 Kenneth Graunkest/nir: Move varying setup code to a helper function.
2018-11-04 Kenneth Graunkest/mesa: Pull nir_lower_wpos_ytransform work into a...
2018-07-25 Kenneth Graunkest/nir: Fix st_nir_opts() prototype.
2018-05-12 Timothy Arcerist/nir: make st_nir_opts() available externally
2018-04-10 Timothy Arcerist/glsl_to_nir: set paramater value offset as driver...
2018-03-20 Timothy Arcerist: add uniform packing support to lower_uniforms_to_ubo()
2018-03-20 Timothy Arcerist/nir/radeonsi: move nir_lower_uniforms_to_ubo() to...
2017-12-03 Timothy Arcerist/glsl_to_nir: make st_glsl_to_nir() static
2017-12-03 Timothy Arcerist/glsl: move nir linking loop to new function st_link_...
2017-11-02 Timothy Arcerist/glsl_to_nir: pass gl_shader_program to st_finalize_nir()
2016-09-26 Rob Clarkmesa/st: add nir pass to lower tex_src_plane
2016-07-01 Vinson Leemesa/st: Use 'struct nir_shader' instead of 'nir_shader'.
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-05-17 Rob Clarkmesa/st: add support for NIR as possible driver IR
2016-05-17 Rob Clarkmesa/st: add nir pass for lowering builtin uniforms