meson: Add support for the vc4 driver.
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir_schedule.c
2017-03-08 Eric Anholtvc4: Fix register pressure cost estimates when a src...
2016-12-01 Eric Anholtvc4: Try to schedule QIR instructions between writing...
2016-12-01 Eric Anholtvc4: Improve interleaving of texture coordinates vs...
2016-11-29 Eric Anholtvc4: Restructure texture insts as ALU ops with tex_...
2016-11-29 Eric Anholtvc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc...
2016-11-23 Eric Anholtvc4: Make sure we don't overflow texture input/output...
2016-11-13 Eric Anholtvc4: Add THRSW nodes after each tex sample setup in...
2016-11-13 Eric Anholtvc4: Add some spec citations about texture fifo management.
2016-07-14 Eric Anholtvc4: Emit resets of the uniform stream at the starts...
2016-07-13 Eric Anholtvc4: Define a QIR branch instruction
2016-07-12 Eric Anholtvc4: Make vc4_qir_schedule handle each block in the...
2016-07-12 Eric Anholtvc4: Create a basic block structure and move the instru...
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-05-30 Rhys Kiddvc4: Fix doxygen warnings
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-09 Eric Anholtvc4: Allow TLB Z/color/stencil writes from any ALU...
2016-04-09 Eric Anholtvc4: Add missing scheduling dependency for MS color...
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-16 Eric Anholtvc4: Move discard handling to the condition flag.
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-16 Rhys Kiddvc4: Add missing braces in initializer
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-06 Eric Anholtvc4: Replace the SSA-style SEL operators with condition...
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...