Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir_lower_uniforms.c
2016-07-12 Eric Anholtvc4: Convert uniforms lowering to work with multiple...
2016-07-12 Eric Anholtvc4: Create a basic block structure and move the instru...
2016-07-12 Eric Anholtvc4: Add a "qir_for_each_inst_inorder" macro and use...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-09 Eric Anholtvc4: Add a helper function for the construction of...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-18 Eric Anholtvc4: Don't bother lowering uniforms when the same value...
2015-11-18 Eric Anholtvc4: Fix documentation on vc4_qir_lower_uniforms.c.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-17 Eric Anholtvc4: Also consider uniform 0 in uniform lowering.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-02-20 Eric Anholtvc4: Keep an array of pointers to instructions defining...
2015-02-20 Eric Anholtvc4: Enforce one-uniform-per-instruction after optimiza...