Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / nir / nir_lower_samplers.cpp
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-01 Jason EkstrandNIR: Add a helper for doing sampler lowering for vulkan
2015-05-12 Tapani Pällinir: fix sampler lowering pass for arrays
2015-05-09 Jason Ekstrandnir/nir: Use a linked list instead of a hash set for...
2015-05-09 Jason Ekstrandnir: Add and use initializer #defines for nir_src and...
2015-04-10 Kenneth Graunkenir: Constify nir_lower_sampler's gl_shader_program...
2015-04-10 Kenneth Graunkenir: Remove linker_error calls from nir_lower_samplers().
2015-04-10 Kenneth Graunkenir: Make nir_lower_samplers take a gl_shader_stage...
2015-04-04 Jason Ekstrandnir/lower_samplers: Use the right memory context for...
2015-02-11 Matt Turnernir: Remove unused has_indirect variable.
2015-01-26 Jason Ekstrandnir: Use pointers for nir_src_copy and nir_dest_copy
2015-01-15 Jason Ekstrandnir/tex_instr: Add a nir_tex_src struct and dynamically...
2015-01-15 Jason Ekstrandnir: Rework the way samplers are lowered
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir: Use an integer index for specifying structure...
2015-01-15 Jason Ekstrandnir: Make array deref direct vs. indirect an enum
2015-01-15 Jason Ekstrandnir/lower_samplers: Use the nir_instr_rewrite_src function
2015-01-15 Connor Abbottnir: add a pass to lower sampler instructions