Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / Makefile.sources
2016-07-28 Emil Velikovvc4: automake: remove vc4_drm.h from the sources lists
2016-07-14 Eric Anholtvc4: Emit resets of the uniform stream at the starts...
2016-07-13 Eric Anholtvc4: Implement live intervals using a CFG.
2016-07-04 Eric Anholtvc4: Move SF removal to a separate peephole pass.
2016-05-06 Eric Anholtvc4: Add a small QIR validate pass.
2016-05-02 Eric Anholtvc4: Remove the CSE pass.
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-15 Varad Gautamvc4: rename file to group vpm optimizations together
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-19 Eric Anholtvc4: Do instruction scheduling on the QIR to hide textu...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-08 Eric Anholtvc4: Add support for texel fetches from MSAA resources.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-14 Eric Anholtvc4: Move all of our fixed function fragment color...
2015-07-30 Eric Anholtvc4: Start adding a NIR-based output lowering pass.
2015-07-14 Eric Anholtvc4: Move uniforms handling to a separate file.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-18 Eric Anholtvc4: Move RCL generation into the kernel.
2015-06-16 Eric Anholtvc4: Move vc4_packet.h to the kernel/ directory, since...
2015-06-09 Eric Anholtvc4: Drop subdirectory in vc4 build.
2015-04-14 Eric Anholtvc4: Move the blit code to a separate file.
2015-04-14 Eric Anholtvc4: Separate out a bit of code for submitting jobs...
2015-03-30 Eric Anholtvc4: Add a constant folding pass.
2015-02-20 Eric Anholtvc4: Enforce one-uniform-per-instruction after optimiza...
2014-12-18 Eric Anholtvc4: Coalesce MOVs into VPM with the instructions gener...
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-01 Eric Anholtvc4: Introduce scheduling of QPU instructions.
2014-11-20 Eric Anholtvc4: Update for new kernel ABI with async execution...
2014-10-16 Emil Velikovvc4: correctly include the source files
2014-10-09 Eric Anholtvc4: Move the mirrored kernel code to a kernel/ directory.
2014-09-29 Eric Anholtvc4: Add the necessary stubs for occlusion queries.
2014-09-18 Eric Anholtvc4: Actually implement VC4_DEBUG=cl.
2014-09-17 Eric Anholtvc4: Add support for reordering the uniform stream...
2014-09-16 Eric Anholtvc4: Move register allocation to a separate file.
2014-09-05 Emil Velikovgallium/vc4: ship all files in the tarball
2014-09-04 Eric Anholtvc4: Add a CSE optimization pass.
2014-08-22 Eric Anholtvc4: Add support for all the texture and FBO formats...
2014-08-22 Eric Anholtvc4: Add support for texture tiling.
2014-08-11 Eric Anholtvc4: Rewrite the kernel ABI to support texture uniform...
2014-08-11 Eric Anholtvc4: Switch simulator to using kernel validator
2014-08-09 Eric Anholtvc4: Add copy propagation between temps.
2014-08-09 Eric Anholtvc4: Add dead code elimination.
2014-08-09 Eric Anholtvc4: Add an initial pass of algebraic optimization.
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.