summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4
AgeCommit message (Expand)AuthorFilesLines
2015-02-06gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy1-0/+1
2015-02-02gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin1-0/+1
2015-02-02dir-locals.el: Don't set variables for non-programming modesNeil Roberts2-2/+2
2015-02-01vc4: Kill a bunch of color write calculation when colormask is all off.Eric Anholt1-8/+35
2015-02-01vc4: Dump the VPM read index in QIR disasm.Eric Anholt1-4/+9
2015-01-29vc4: Fix point size handling when it's the first output.Eric Anholt1-1/+1
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2-7/+2
2015-01-20vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694Eric Anholt1-1/+1
2015-01-15vc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.Eric Anholt1-1/+79
2015-01-15vc4: Add dumping for the TILE_RENDERING_MODE_CONFIG packet.Eric Anholt1-1/+70
2015-01-15vc4: Fix CL dumping trying to dump too far.Eric Anholt1-2/+2
2015-01-15vc4: Fix texture type masking.Eric Anholt1-1/+1
2015-01-15vc4: Colormask should apply after all other fragment ops (like logic op).Eric Anholt1-9/+18
2015-01-15vc4: No turning unpack arguments into small immediates.Eric Anholt1-0/+3
2015-01-15vc4: Move the tests for src needing to be an A register to vc4_qir.c.Eric Anholt3-17/+28
2015-01-15vc4: Don't swap the raddr on instructions doing unpacks.Eric Anholt1-0/+5
2015-01-15vc4: Don't let pairing happen with badly mismatched unpack flags.Eric Anholt1-0/+39
2015-01-15vc4: Don't let pairing happen with badly mismatched pack flags.Eric Anholt1-0/+39
2015-01-15vc4: Fix early Z behavior on hardware.Eric Anholt1-2/+1
2015-01-11vc4: Clamp the inputs to the blend equation to [0, 1].Eric Anholt1-1/+10
2015-01-11vc4: Add a little helper for clamping to [0,1].Eric Anholt1-4/+10
2015-01-11vc4: Fix up statechange management for uncompiled/compiled FS/VS.Eric Anholt2-11/+10
2015-01-11vc4: Fix clear color setup for RGB565.Eric Anholt1-1/+4
2015-01-11vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.Eric Anholt2-38/+11
2015-01-10vc4: Allow dead code elimination of VPM reads.Eric Anholt2-1/+44
2015-01-10vc4: Cook up the draw-time VPM setup info during shader compile.Eric Anholt4-11/+28
2015-01-10vc4: Split two notions of instructions having side effects.Eric Anholt5-4/+15
2015-01-10vc4: Redo VPM reads as a read file.Eric Anholt5-16/+16
2015-01-10vc4: Fix miscalculation of the VPM space.Eric Anholt1-1/+1
2015-01-10vc4: Pack VPM attr contents according to just the size of the attribute.Eric Anholt3-11/+9
2015-01-10vc4: Restructure color packing as a series of channel replacements.Eric Anholt4-49/+60
2015-01-10vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.Eric Anholt1-1/+1
2015-01-10vc4: Move global seqno short-circuiting to vc4_wait_seqno().Eric Anholt2-6/+3
2015-01-06vc4: Fix scaling W projection of the Z coordinate when there's a Z offset.Eric Anholt1-3/+3
2015-01-06vc4: Fix deletion from the program cache.Eric Anholt1-1/+1
2015-01-06vc4: Skip storing the Z/S contents when it's invalidated.Eric Anholt1-0/+11
2014-12-31vc4: Fix memory leak as of 0404e7fe0ac2a6234a11290b4b1596e8bc127a4b.Eric Anholt1-5/+5
2014-12-30vc4: Only render tiles where the scissor ever intersected them.Eric Anholt4-10/+52
2014-12-30vc4: Move draw call reset handling to a helper function.Eric Anholt1-23/+31
2014-12-30vc4: Drop the content of vc4_flush_resource().Eric Anholt1-4/+4
2014-12-25vc4: Handle unaligned accesses in CL emits.Eric Anholt2-26/+78
2014-12-25vc4: Don't bother zero-initializing the shader reloc indices.Eric Anholt1-2/+2
2014-12-25vc4: Fix the argument type for cl_u16().Eric Anholt1-1/+1
2014-12-24vc4: Optimize CL emits by doing size checks up front.Eric Anholt5-16/+66
2014-12-24vc4: Avoid repeated hindex lookups in the loop over tiles.Eric Anholt2-15/+24
2014-12-18vc4: Coalesce MOVs into VPM with the instructions generating the values.Eric Anholt4-15/+143
2014-12-17vc4: Redefine VPM writes as a (destination) QIR register file.Eric Anholt3-7/+19
2014-12-17vc4: Add support for turning constant uniforms into small immediates.Eric Anholt13-46/+283
2014-12-17vc4: Move follow_movs() to common QIR code.Eric Anholt3-11/+12
2014-12-17vc4: Fix missing newline for load immediate instruction disasm.Eric Anholt1-4/+4