llvmpipe: add centroid interpolation support.
[mesa.git] / src / freedreno /
2020-05-05 Eric Anholtfreedreno/ir3: Disable sin/cos range reduction for...
2020-05-05 Joshua Ashtonturnip: Remove RANGE_SIZE usage
2020-05-04 Eric Anholtfreedreno/ir3: Define the bindful uniform/nonuniform...
2020-05-04 Eric Anholtfreedreno/ir3: Sync some new changes from envytools.
2020-05-04 Eric Anholtfreedreno/ir3: Add some more tests of cat6 disasm.
2020-05-01 Eric Anholtfreedreno/ir3: Set up outputs for multi-slot varyings.
2020-05-01 Eric Anholtfreedreno/ir3: Stop initializing regid of so->outputs...
2020-05-01 Eric Anholtfreedreno/ir3: Improve shader key normalization.
2020-05-01 Eric Anholtfreedreno: Emit debug messages when doing draw-time...
2020-05-01 Eric Anholtfreedreno/ir3: Remove unused half precision shader...
2020-05-01 Eric Anholtfreedreno: Fix assertion failures on GS/tess shaders...
2020-05-01 Eric Anholtfreedreno/ir3: Skip tess epilogue if the program is...
2020-05-01 Eric Anholtfreedreno/ir3: Fix register allocation assertion failures.
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Drop hack to clean up split vars
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Lower GS builtins before lowering IO
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Add ir3_nir_lower_to_explicit_input...
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Rename ir3_nir_lower_to_explicit_io
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Pass stream output info to ir3_shader_fr...
2020-05-01 Eric Anholtfreedreno/ir3: Fix the a3xx TF outputs stores.
2020-05-01 Eric Anholtfreedreno/ir3: Set up the block predecessors for a3xx TF
2020-04-30 Eric Anholtfreedreno/ir3: Leave bools as 1-bit, storing them in...
2020-04-30 Eric Anholtfreedreno/ir3: Drop redundant IR3_REG_HALF setup in...
2020-04-30 Rob Clarkfreedreno: sync registers with envytools
2020-04-30 Rob Clarkfreedreno/a6xx: add OUT_PKT()
2020-04-30 Rob Clarkfreedreno/drm: inline the things
2020-04-30 Rob Clarkfreedreno/drm: drop atomic refcnts
2020-04-30 Eric Anholtfreedreno/ir3: Initialize the unused dwords of the...
2020-04-29 Jonathan Marekturnip: fix wrong substream size in parse_multisample_a...
2020-04-28 Rob Clarkfreedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2
2020-04-28 Rob Clarkfreedreno/ir3/ra: only assign array base in first pass
2020-04-28 Rob Clarkfreedreno/ir3/ra: split out helper for array assignment
2020-04-28 Rob Clarkfreedreno/ir3/ra: use ir3_debug_print helper
2020-04-28 Rob Clarkfreedreno/ir3/ra: remove unused variable
2020-04-28 Rob Clarkfreedreno/computer: add script to test widening/narrowing
2020-04-27 Eric Anholtfreedreno/ir3: Add support for disasm of cat2 float32...
2020-04-27 Eric Anholtfreedreno/ir3: Refactor out print_reg_src().
2020-04-27 Eric Anholtfreedreno/ir3: Convert remaining disasm src prints...
2020-04-27 Eric Anholtfreedreno/ir3: Add a unit test for our disassembler.
2020-04-27 Eric Anholtfreedreno/ir3: Print a space after nop counts, like...
2020-04-27 Eric Anholtfreedreno/ir3: Fix the disasm of half-float STG dests.
2020-04-27 Jonathan Marekfreedreno/ir3: run nir_lower_pack
2020-04-27 Jonathan Mareknir: add pack_32_2x16_split/unpack_32_2x16_split lowering
2020-04-27 Alyssa Rosenzweigir3: Use shared mediump output lowering
2020-04-25 Connor Abbotttu: Don't invert point coords
2020-04-25 Connor Abbottir3: Remove VARYING_SLOT_PNTC remapping hack
2020-04-25 Connor Abbotttu: Implement PrimID passthrough
2020-04-25 Connor Abbottir3: Skip missing VS outputs in VS out map when linking
2020-04-25 Connor Abbottfreedreno/a6xx: Document PrimID passthrough registers
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Print @tex write mask using 0x%x
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Reset lex line number when we start...
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Parse, but ignore @in, @out and @tex...
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Move ir3 assembler to backend compiler
2020-04-25 Kristian H. Kristensenfreedreno/computerator: Decouple ir3 assembler
2020-04-24 Jonathan Marekturnip: add adreno 650
2020-04-24 Jonathan Marekturnip: use RESOLVE_TS event
2020-04-24 Jonathan Marekturnip: remove unused RB_UNKNOWN_8E04_blit
2020-04-24 Jonathan Marekfreedreno/ir3: fix incorrect conversion folding
2020-04-24 Jonathan Marekfreedreno/ir3: set even bit for f2f16_rtne
2020-04-24 Jonathan Marekfreedreno/ir3: fix 16-bit ssbo access
2020-04-24 Jonathan Marekturnip: divide cube map depth by 6
2020-04-24 Jason Ekstrandspirv: Use nir_const_value for spec constants
2020-04-24 Jason Ekstrandturnip: Properly handle all sizes of specialization...
2020-04-23 Eric Anholtfreedreno/ir3: Fix sizing of the inputs/outputs array.
2020-04-23 Eric Anholtfreedreno/ir3: Fix driver_location of the added vertex_...
2020-04-23 Eric Anholtdrm-shim: Let the driver choose to overwrite the first...
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-23 Eric Anholtfreedreno: Introduce a "cpp_shift" value for cpp divs...
2020-04-23 Hyunjun Koturnip: Fix crashes when geometry shader constants...
2020-04-23 Hyunjun Koturnip: Skip unused regs when setting up streamout...
2020-04-23 Hyunjun Koturnip : Fix wrong offset calculation for xfb buffer.
2020-04-23 Hyunjun Koturnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FE...
2020-04-23 Hyunjun Koturnip: make the struct slot_value of queries get 2...
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sampler_filter_minmax
2020-04-22 Jonathan Marekturnip: enable cube arrays
2020-04-22 Jonathan Marekturnip: implement VK_EXT_filter_cubic
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sample_locations
2020-04-22 Jonathan Marekturnip: set shader key msaa field
2020-04-22 Jonathan Marekturnip: enable VK_FORMAT_S8_UINT as stencil format
2020-04-22 Jonathan Marekturnip: improve GMEM load/store logic
2020-04-22 Jonathan Marekturnip: disable depth test for S8_UINT attachment
2020-04-22 Connor Abbottir3: Fix bug with shaders that only exit via discard
2020-04-22 Connor Abbottir3: Don't double-insert the first block
2020-04-21 Eric Anholtfreedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing...
2020-04-21 Jonathan Marekturnip: fix GMEM resolve in CmdNextSubpass
2020-04-21 Eric Anholtfreedreno/drm-shim: Add support for faking other adreno...
2020-04-21 Connor Abbotttu: Fix the advertised maxFragmentInputComponents
2020-04-21 Connor Abbottfreedreno/a6xx: Expand various varying-count bitfields
2020-04-18 Connor Abbottir3/ra: Fix off-by-one issues with live-range extension
2020-04-17 Connor Abbotttu: Use tu_cs_add_entries() with non-render-pass second...
2020-04-16 Jonathan Marekturnip: image_view rework
2020-04-16 Jonathan Marekturnip: don't limit framebuffer size to image size
2020-04-16 Jonathan Marekturnip: compute render_components/srgb_cntl at renderpa...
2020-04-16 Connor Abbotttu: Align GMEM resolve blit scissor
2020-04-15 Connor Abbottir3: Handle load_ubo_ir3 when promoting to constants
2020-04-15 Connor Abbottir3: Fix LDC offset units
2020-04-15 Brian Hofreedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LA...
2020-04-15 Brian Hoturnip: Emit geometry shader descriptor consts
2020-04-15 Brian Hoturnip: Correctly set layer stride for 3D images
2020-04-14 Jonathan Marekfreedreno/ir3: don't overwrite wrmask in ir3_SAM
2020-04-14 Jonathan Marekfreedreno/ir3: fix emit_tex_info split_dest
next