summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_emit.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-25broadcom/vc4: Switch the Viewport Center fields to a fixed-point representation.Eric Anholt1-2/+2
2017-06-30vc4: Move rasterizer state packing to CSO creation time.Eric Anholt1-14/+1
2017-06-30vc4: Simplify pack header usageEric Anholt1-11/+10
2017-06-30vc4: Start using the pack header.Eric Anholt1-24/+41
2016-11-22vc4: Disable MSAA rasterization when the job binning is single-sampled.Eric Anholt1-2/+13
2016-09-14vc4: Move the render job state into a separate structure.Eric Anholt1-9/+10
2016-07-26vc4: Disable early Z with computed depth.Eric Anholt1-2/+4
2015-12-08vc4: Add a workaround for HW-2905, and additional failure I saw with MSAA.Eric Anholt1-2/+16
2015-12-05vc4: Fix accidental scissoring when scissor is disabled.Eric Anholt1-5/+23
2015-07-14vc4: Fix some -Wdouble-promotion warnings.Eric Anholt1-4/+4
2015-07-14vc4: Rework cl handling to be friendlier to the compiler.Eric Anholt1-27/+30
2014-12-30vc4: Only render tiles where the scissor ever intersected them.Eric Anholt1-2/+9
2014-12-11vc4: Fix triangle-guardband-viewport piglit test.Eric Anholt1-5/+14
2014-09-24vc4: Add support for point size setting.Eric Anholt1-0/+3
2014-09-24vc4: Add support for line width setting.Eric Anholt1-0/+3
2014-09-24vc4: Actually add support for polygon offset.Eric Anholt1-0/+6
2014-09-23vc4: Add support for flat shading.Eric Anholt1-0/+6
2014-08-11vc4: Add support for depth clears and tests within a tile.Eric Anholt1-4/+10
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+59