| Commit message (Expand) | Author | Age | Files | Lines |
* | vc4: Keep an array of pointers to instructions defining the temps around. | Eric Anholt | 2015-02-19 | 8 | -68/+67 |
* | vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h. | Eric Anholt | 2015-02-19 | 3 | -45/+49 |
* | vc4: Enforce one-uniform-per-instruction after optimization. | Eric Anholt | 2015-02-19 | 6 | -50/+209 |
* | vc4: Rename add_uniform() to qir_uniform(). | Eric Anholt | 2015-02-19 | 1 | -15/+15 |
* | vc4: Shut up runtime warnings about new pipe caps. | Eric Anholt | 2015-02-19 | 1 | -0/+2 |
* | gallium: add interface and state tracker support for GL_AMD_pinned_memory | Marek Olšák | 2015-02-17 | 1 | -0/+1 |
* | vc4: Make SF be a flag on the QIR instructions. | Eric Anholt | 2015-02-12 | 8 | -51/+47 |
* | gallium: Add MULTISAMPLE_Z_RESOLVE cap | Axel Davy | 2015-02-06 | 1 | -0/+1 |
* | gallium: add a cap to determine whether the driver supports offset_clamp | Ilia Mirkin | 2015-02-02 | 1 | -0/+1 |
* | dir-locals.el: Don't set variables for non-programming modes | Neil Roberts | 2015-02-02 | 2 | -2/+2 |
* | vc4: Kill a bunch of color write calculation when colormask is all off. | Eric Anholt | 2015-02-01 | 1 | -8/+35 |
* | vc4: Dump the VPM read index in QIR disasm. | Eric Anholt | 2015-02-01 | 1 | -4/+9 |
* | vc4: Fix point size handling when it's the first output. | Eric Anholt | 2015-01-29 | 1 | -1/+1 |
* | gallium: Replace u_simple_list.h with util/simple_list.h | Eric Anholt | 2015-01-28 | 2 | -7/+2 |
* | vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694 | Eric Anholt | 2015-01-20 | 1 | -1/+1 |
* | vc4: Add some dumping for STORE_TILE_BUFFER_GENERAL. | Eric Anholt | 2015-01-15 | 1 | -1/+79 |
* | vc4: Add dumping for the TILE_RENDERING_MODE_CONFIG packet. | Eric Anholt | 2015-01-15 | 1 | -1/+70 |
* | vc4: Fix CL dumping trying to dump too far. | Eric Anholt | 2015-01-15 | 1 | -2/+2 |
* | vc4: Fix texture type masking. | Eric Anholt | 2015-01-15 | 1 | -1/+1 |
* | vc4: Colormask should apply after all other fragment ops (like logic op). | Eric Anholt | 2015-01-15 | 1 | -9/+18 |
* | vc4: No turning unpack arguments into small immediates. | Eric Anholt | 2015-01-15 | 1 | -0/+3 |
* | vc4: Move the tests for src needing to be an A register to vc4_qir.c. | Eric Anholt | 2015-01-15 | 3 | -17/+28 |
* | vc4: Don't swap the raddr on instructions doing unpacks. | Eric Anholt | 2015-01-15 | 1 | -0/+5 |
* | vc4: Don't let pairing happen with badly mismatched unpack flags. | Eric Anholt | 2015-01-15 | 1 | -0/+39 |
* | vc4: Don't let pairing happen with badly mismatched pack flags. | Eric Anholt | 2015-01-15 | 1 | -0/+39 |
* | vc4: Fix early Z behavior on hardware. | Eric Anholt | 2015-01-15 | 1 | -2/+1 |
* | vc4: Clamp the inputs to the blend equation to [0, 1]. | Eric Anholt | 2015-01-11 | 1 | -1/+10 |
* | vc4: Add a little helper for clamping to [0,1]. | Eric Anholt | 2015-01-11 | 1 | -4/+10 |
* | vc4: Fix up statechange management for uncompiled/compiled FS/VS. | Eric Anholt | 2015-01-11 | 2 | -11/+10 |
* | vc4: Fix clear color setup for RGB565. | Eric Anholt | 2015-01-11 | 1 | -1/+4 |
* | vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31. | Eric Anholt | 2015-01-11 | 2 | -38/+11 |
* | vc4: Allow dead code elimination of VPM reads. | Eric Anholt | 2015-01-10 | 2 | -1/+44 |
* | vc4: Cook up the draw-time VPM setup info during shader compile. | Eric Anholt | 2015-01-10 | 4 | -11/+28 |
* | vc4: Split two notions of instructions having side effects. | Eric Anholt | 2015-01-10 | 5 | -4/+15 |
* | vc4: Redo VPM reads as a read file. | Eric Anholt | 2015-01-10 | 5 | -16/+16 |
* | vc4: Fix miscalculation of the VPM space. | Eric Anholt | 2015-01-10 | 1 | -1/+1 |
* | vc4: Pack VPM attr contents according to just the size of the attribute. | Eric Anholt | 2015-01-10 | 3 | -11/+9 |
* | vc4: Restructure color packing as a series of channel replacements. | Eric Anholt | 2015-01-10 | 4 | -49/+60 |
* | vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check. | Eric Anholt | 2015-01-10 | 1 | -1/+1 |
* | vc4: Move global seqno short-circuiting to vc4_wait_seqno(). | Eric Anholt | 2015-01-10 | 2 | -6/+3 |
* | vc4: Fix scaling W projection of the Z coordinate when there's a Z offset. | Eric Anholt | 2015-01-06 | 1 | -3/+3 |
* | vc4: Fix deletion from the program cache. | Eric Anholt | 2015-01-06 | 1 | -1/+1 |
* | vc4: Skip storing the Z/S contents when it's invalidated. | Eric Anholt | 2015-01-06 | 1 | -0/+11 |
* | vc4: Fix memory leak as of 0404e7fe0ac2a6234a11290b4b1596e8bc127a4b. | Eric Anholt | 2014-12-31 | 1 | -5/+5 |
* | vc4: Only render tiles where the scissor ever intersected them. | Eric Anholt | 2014-12-30 | 4 | -10/+52 |
* | vc4: Move draw call reset handling to a helper function. | Eric Anholt | 2014-12-30 | 1 | -23/+31 |
* | vc4: Drop the content of vc4_flush_resource(). | Eric Anholt | 2014-12-30 | 1 | -4/+4 |
* | vc4: Handle unaligned accesses in CL emits. | Eric Anholt | 2014-12-25 | 2 | -26/+78 |
* | vc4: Don't bother zero-initializing the shader reloc indices. | Eric Anholt | 2014-12-25 | 1 | -2/+2 |
* | vc4: Fix the argument type for cl_u16(). | Eric Anholt | 2014-12-25 | 1 | -1/+1 |