summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4
Commit message (Expand)AuthorAgeFilesLines
* nir: Get rid of *_indirect variants of input/output load/store intrinsicsJason Ekstrand2015-12-104-34/+71
* vc4: Enable MSAA.Eric Anholt2015-12-081-2/+3
* vc4: Add support for mapping of MSAA resources.Eric Anholt2015-12-082-8/+105
* vc4: Add support for texel fetches from MSAA resources.Eric Anholt2015-12-085-15/+295
* vc4: Add support for multisample framebuffer operations.Eric Anholt2015-12-087-24/+191
* vc4: Add a workaround for HW-2905, and additional failure I saw with MSAA.Eric Anholt2015-12-081-2/+16
* vc4: Add support for drawing in MSAA.Eric Anholt2015-12-086-50/+148
* vc4: Add kernel RCL support for MSAA rendering.Eric Anholt2015-12-085-39/+239
* vc4: Rename color_ms_write to color_write.Eric Anholt2015-12-083-22/+21
* vc4: Allow RCL blits to the edge of the surface.Eric Anholt2015-12-081-2/+8
* vc4: Add disabled debug printf for describing blits.Eric Anholt2015-12-081-0/+10
* vc4: Fix check for tile RCL blits with mismatched y.Eric Anholt2015-12-081-1/+1
* vc4: Fix compiler warning from size_t change.Eric Anholt2015-12-081-1/+1
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* vc4: Fix accidental scissoring when scissor is disabled.Eric Anholt2015-12-051-5/+23
* vc4: Disable RCL blitting when scissors are enabled.Eric Anholt2015-12-051-0/+3
* vc4: Bring over cleanups from submitting to the kernel.Eric Anholt2015-12-054-87/+78
* vc4: Add debug dumping of MSAA surfaces.Eric Anholt2015-12-042-6/+145
* vc4: Add support for laying out MSAA resources.Eric Anholt2015-12-041-5/+20
* vc4: Add support for storing sample mask.Eric Anholt2015-12-045-0/+24
* vc4: Fix up tile alignment checks for blitting using just an RCL.Eric Anholt2015-12-041-6/+22
* vc4: Add support for loading sample mask.Eric Anholt2015-12-046-1/+19
* vc4: Add the RCL to CL debug dumping when in simulator mode.Eric Anholt2015-12-031-0/+6
* vc4: Just put USE_VC4_SIMULATOR in DEFINES.Eric Anholt2015-11-222-5/+0
* vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.Eric Anholt2015-11-212-6/+5
* vc4: Fix point size lookup.Eric Anholt2015-11-211-1/+1
* vc4: Don't bother lowering uniforms when the same value is used twice.Eric Anholt2015-11-171-13/+33
* vc4: Fix uniform reordering to support reading the same uniform twice.Eric Anholt2015-11-171-8/+18
* vc4: Fix documentation on vc4_qir_lower_uniforms.c.Eric Anholt2015-11-171-7/+3
* vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.Eric Anholt2015-11-175-0/+26
* gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin2015-11-111-0/+1
* vc4: Avoid loading undefined (newly-allocated) FBO contents.Eric Anholt2015-11-091-0/+17
* vc4: Return NULL when we can't make our shadow for a sampler view.Eric Anholt2015-11-091-0/+4
* vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.Eric Anholt2015-11-092-19/+32
* vc4: Add CL dumping for GL_ARRAY_PRIMITIVE.Eric Anholt2015-11-091-1/+16
* vc4: Fix a compiler warning.Eric Anholt2015-11-091-1/+1
* vc4: When the create ioctl fails, free our cache and try again.Eric Anholt2015-11-041-5/+24
* vc4: Print the rounded shader size in debug output.Eric Anholt2015-11-041-1/+1
* vc4: Fix dumping the size of BOs allocated/cached.Eric Anholt2015-11-041-2/+2
* vc4: Allow user index buffers, to avoid slow readback for shadow IBs.Eric Anholt2015-10-294-10/+25
* gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák2015-10-281-0/+1
* vc4: Add support for copy propagation with unpack flags present.Eric Anholt2015-10-262-36/+109
* vc4: Rewrite the pack instructions as a MOV with a dst pack flagEric Anholt2015-10-263-37/+18
* vc4: Move dst pack setup out to a helper function with more asserts.Eric Anholt2015-10-261-10/+22
* vc4: Switch the unpack ops to being unpack flags on a mov.Eric Anholt2015-10-266-123/+42
* vc4: Drop some confused code about pack/unpack handling.Eric Anholt2015-10-261-23/+4
* vc4: Reduce MOV special-casing in QIR-to-QPU.Eric Anholt2015-10-261-8/+11
* vc4: Fix up the test for whether the unpack can be from r4.Eric Anholt2015-10-263-8/+27
* vc4: Don't try to follow MOVs across a pack.Eric Anholt2015-10-261-1/+2
* vc4: Only copy propagate raw MOVs.Eric Anholt2015-10-261-6/+1