Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / vc4_emit.c
2016-07-26 Eric Anholtvc4: Disable early Z with computed depth.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-08 Eric Anholtvc4: Add a workaround for HW-2905, and additional failu...
2015-12-05 Eric Anholtvc4: Fix accidental scissoring when scissor is disabled.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-14 Eric Anholtvc4: Fix some -Wdouble-promotion warnings.
2015-07-14 Eric Anholtvc4: Rework cl handling to be friendlier to the compiler.
2014-12-30 Eric Anholtvc4: Only render tiles where the scissor ever intersect...
2014-12-12 Eric Anholtvc4: Fix triangle-guardband-viewport piglit test.
2014-09-24 Eric Anholtvc4: Add support for point size setting.
2014-09-24 Eric Anholtvc4: Add support for line width setting.
2014-09-24 Eric Anholtvc4: Actually add support for polygon offset.
2014-09-24 Eric Anholtvc4: Add support for flat shading.
2014-08-11 Eric Anholtvc4: Add support for depth clears and tests within...
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.