st/mesa: don't propagate uniforms when restoring from cache
[mesa.git] / src / mesa / state_tracker / st_glsl_to_nir.cpp
2017-03-07 Timothy Arcerist/mesa: don't propagate uniforms when restoring from...
2017-01-06 Timothy Arcerist/mesa/glsl: move SamplerTargets to gl_program
2017-01-06 Timothy Arcerist/mesa/glsl: set SamplersUsed directly in gl_program
2016-11-18 Timothy Arceriglsl: create gl_program at the start of linking rather...
2016-11-18 Timothy Arcerist/mesa/i965: simplify gl_program references and stop...
2016-11-17 Timothy Arcerist/mesa: stop initialing Instructions and NumInstructions
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcerist/mesa: use common double inputs read field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
2016-10-26 Timothy Arcerimesa: modify _mesa_copy_linked_program_data() to take...
2016-09-26 Rob Clarkmesa/st: support lowering multi-planar YUV
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-12 Thomas Hellandmesa/glsl: Move string_to_uint_map into the util folder
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-22 Eric Anholtst/nir: Trim out unused VS input variables.
2016-07-07 Timothy Arcerinir: use the same driver location for packed varyings
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-16 Timothy Arcerimesa/glsl: stop using GL shader type internally
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la
2016-05-17 Rob Clarkmesa/st: add support for NIR as possible driver IR