summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_glsl_to_nir.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-05st/glsl_to_nir: fix edgeflag passthroughNicolai Hähnle1-0/+3
2017-06-14mesa: pass gl_program to _mesa_associate_uniform_storage()Samuel Pitoiset1-2/+1
2017-05-04mesa/st: compute support for glsl_to_nirRob Clark1-0/+14
2017-04-12st/mesa: Fix missing-braces warning.Vinson Lee1-1/+1
2017-04-07st/mesa: silence unused/uninitialized var warningsBrian Paul1-1/+2
2017-03-08st/mesa: don't propagate uniforms when restoring from cacheTimothy Arceri1-1/+2
2017-01-06st/mesa/glsl: move SamplerTargets to gl_programTimothy Arceri1-1/+1
2017-01-06st/mesa/glsl: set SamplersUsed directly in gl_programTimothy Arceri1-1/+0
2016-11-19glsl: create gl_program at the start of linking rather than the endTimothy Arceri1-7/+1
2016-11-19st/mesa/i965: simplify gl_program references and stop leakingTimothy Arceri1-1/+2
2016-11-17st/mesa: stop initialing Instructions and NumInstructionsTimothy Arceri1-3/+0
2016-10-26nir: stop adjusting driver location for varying packingTimothy Arceri1-3/+0
2016-10-26st/mesa: use common double inputs read fieldTimothy Arceri1-1/+1
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri1-1/+1
2016-10-26glsl: add temporary copy_shader_info() functionTimothy Arceri1-2/+2
2016-10-26mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shaderTimothy Arceri1-3/+3
2016-09-26mesa/st: support lowering multi-planar YUVRob Clark1-0/+1
2016-09-15nir: Add a flag to lower_io to force "sample" interpolationJason Ekstrand1-1/+2
2016-09-12mesa/glsl: Move string_to_uint_map into the util folderThomas Helland1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+1
2016-08-22st/nir: Trim out unused VS input variables.Eric Anholt1-7/+23
2016-07-07nir: use the same driver location for packed varyingsTimothy Arceri1-0/+3
2016-06-30glsl/mesa: split gl_shader in twoTimothy Arceri1-1/+1
2016-06-16mesa/glsl: stop using GL shader type internallyTimothy Arceri1-3/+3
2016-05-26compiler: Move glsl_to_nir to libglsl.laJason Ekstrand1-1/+1
2016-05-17mesa/st: add support for NIR as possible driver IRRob Clark1-0/+442