summaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: Implement PIPE_QUERY_PRIMITIVES_GENERATED for GSKristian H. Kristensen2019-10-172-0/+34
* freedreno/ir3: End VS with CHMASK and CHSH in GS pipelinesKristian H. Kristensen2019-10-171-1/+18
* freedreno/ir3: Start GS with (ss) and (sy)Kristian H. Kristensen2019-10-171-0/+13
* freedreno/ir3: Pre-color GS header and primitive IDKristian H. Kristensen2019-10-171-0/+9
* freedreno/ir3: Setup ir3 inputs and outputs for GSKristian H. Kristensen2019-10-171-3/+64
* freedreno/ir3: Implement primitive layout intrinsicsKristian H. Kristensen2019-10-173-0/+31
* freedreno/ir3: Implement lowering passes for VS and GSKristian H. Kristensen2019-10-178-2/+496
* freedreno/ir3: Add has_gs flag to shader keyKristian H. Kristensen2019-10-171-0/+4
* freedreno/ir3: Add intrinsics that map to LDLW/STLWKristian H. Kristensen2019-10-171-0/+75
* freedreno/ir3: Add new LDLW/STLW instructionsKristian H. Kristensen2019-10-174-3/+8
* freedreno/ir3: Extend RA with mechanism for pre-coloring registersKristian H. Kristensen2019-10-173-50/+60
* freedreno/ir3: Use third register for offset for LDL and LDLVKristian H. Kristensen2019-10-174-12/+18
* freedreno/ir3: Add support for CHSH and CHMASK instructionsKristian H. Kristensen2019-10-172-1/+3
* freedreno/registers: Update with GS, HS and DS registersKristian H. Kristensen2019-10-174-9/+105
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-171-1/+1
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-171-2/+2
* turnip: more descriptor setsJonathan Marek2019-10-156-50/+250
* turnip: push constantsJonathan Marek2019-10-153-11/+50
* turnip: depth/stencilJonathan Marek2019-10-153-20/+95
* turnip: basic msaa workingJonathan Marek2019-10-154-20/+67
* turnip: improve CmdCopyImage and implement CmdBlitImageJonathan Marek2019-10-158-590/+526
* turnip: use nir_assign_io_var_locations instead of nir_assign_var_locationsJonathan Marek2019-10-151-6/+2
* turnip: add missing nir passesJonathan Marek2019-10-151-5/+50
* turnip: add code to lower indirect samplersJonathan Marek2019-10-151-14/+63
* turnip: fixup constsJonathan Marek2019-10-152-5/+6
* turnip: update some shader state bits from GL driverJonathan Marek2019-10-151-68/+80
* turnip: Emit clears of gmem using linear.Eric Anholt2019-10-151-1/+1
* turnip: Set up the correct tiling mode for small attachments.Eric Anholt2019-10-153-3/+17
* turnip: Tell spirv_to_nir that we want fragcoord as a sysval.Eric Anholt2019-10-151-0/+1
* turnip: Fill in clear color packing for r10g11b11 and rgb9e5.Eric Anholt2019-10-151-0/+13
* turnip: Drop unused tu_pack_clear_value() return.Eric Anholt2019-10-152-4/+2
* turnip: add anisotropy and compressed formats to device featuresJonathan Marek2019-10-151-4/+4
* turnip: disable tiling as necessaryJonathan Marek2019-10-151-3/+12
* turnip: update setup_slicesJonathan Marek2019-10-153-49/+64
* turnip: add VK_KHR_sampler_mirror_clamp_to_edgeJonathan Marek2019-10-151-0/+1
* turnip: add black border colorJonathan Marek2019-10-151-1/+30
* turnip: improve sampler descriptorJonathan Marek2019-10-151-11/+11
* turnip: improve view descriptorJonathan Marek2019-10-151-33/+51
* turnip: add more 2d_ifmt translationsJonathan Marek2019-10-151-9/+8
* turnip: format table fixesJonathan Marek2019-10-151-19/+12
* turnip: add format_is_uint/format_is_sintJonathan Marek2019-10-151-0/+22
* turnip: add astc format layoutJonathan Marek2019-10-151-28/+28
* turnip: fix assert failing for 0 color attachmentsJonathan Marek2019-10-151-2/+2
* turnip: fix segmentation fault with compute pipelineJonathan Marek2019-10-151-1/+1
* turnip: fix segmentation fault in eventsJonathan Marek2019-10-152-4/+18
* turnip: fix 32 vertex attributes caseJonathan Marek2019-10-151-3/+2
* turnip: fix triangle stripJonathan Marek2019-10-151-1/+1
* freedreno/regs: update a6xx 2d blit bitsJonathan Marek2019-10-151-22/+30
* freedreno/ir3: implement fquantize2f16Jonathan Marek2019-10-141-0/+5
* freedreno/ir3: implement texop_texture_samplesJonathan Marek2019-10-141-5/+9