util/rand_xor: drop unused header
[mesa.git] / src / freedreno /
2020-05-14 Eduardo Lima Mitevfreedreno/uuid: Generate meaningful device and driver...
2020-05-14 Eduardo Lima Mitevfreedreno: Centralize UUID generation into new files...
2020-05-14 Connor Abbotttu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable...
2020-05-14 Connor Abbotttu: Implement dual-src blending
2020-05-14 Connor Abbotttu: Move RENDER_COMPONENTS setting to pipeline state
2020-05-14 Connor Abbottir3: Fixup dual-source blending slot
2020-05-14 Connor Abbottfreedreno/a6xx: Document dual-src blending enable bits
2020-05-14 Eric Anholtfreedreno: Avoid duplicate BO relocs in FD_RINGBUFFER_O...
2020-05-14 Eric Anholtfreedreno: Fix resource layout dump loop.
2020-05-14 Rob Clarkfreedreno/ir3: use lower_wrmasks pass
2020-05-14 Rob Clarknir: add helper to copy const_index[]
2020-05-14 Rob Clarkfreedreno/ir3: use const_index accessors
2020-05-14 Kristian H. Kristensenfreedreno/ir3: Drop wrmask for ir3 local and global...
2020-05-14 Eric Anholtfreedreno/a6xx: Use LDC for UBO loads.
2020-05-14 Eric Anholtfreedreno: Trim num_ubos to just the ones we haven...
2020-05-14 Eric Anholtfreedreno/ir3: Move i/o offset lowering after analyze_u...
2020-05-14 Eric Anholtfreedreno/ir3: Leave the cursor alone during ir3_nir_tr...
2020-05-14 Eric Anholtfreedreno/ir3: Clean up a silly nir_src_for_ssa(src...
2020-05-13 Eric Anholtfreedreno/a6xx: Fix UBWC mipmapping height alignment.
2020-05-13 Eric Anholtfreedreno/a6xx: Fix UBWC mipmap sizing.
2020-05-13 Eric Anholtfreedreno/a6xx: Fix UBWC blockheight for RG8.
2020-05-13 Eric Anholtfreedreno: Pull the tile_alignment lookup for a layout...
2020-05-13 Eric Anholtfreedreno/a6xx: Add a testcase for UBWC buffer sharing.
2020-05-13 Eric Anholtfreedreno/a6xx: Improve layout testcase logging for...
2020-05-13 Eric Anholtfreedreno/a4xx+: Increase max texture size to 16384.
2020-05-13 Connor Abbotttu: Implement fallback linear staging blit for CopyImage
2020-05-13 Connor Abbotttu: Add noubwc debug flag to disable UBWC
2020-05-13 Connor Abbotttu: Add a "scratch bo" allocation mechanism
2020-05-13 Samuel Pitoisetturnip: use the common code for generating extensions...
2020-05-13 Rob Clarkfreedreno/ir3/sched: try to avoid syncs
2020-05-13 Rob Clarkfreedreno/ir3/sched: avoid scheduling outputs
2020-05-13 Rob Clarkfreedreno/ir3/postsched: try to avoid (sy) syncs
2020-05-13 Rob Clarkfreedreno/ir3/postsched: reset sfu_delay on sync
2020-05-13 Rob Clarkfreedreno/ir3: limit # of tex prefetch by shader size
2020-05-12 Rob Clarkfreedreno/ir3: fix indirect cb0 load_ubo lowering
2020-05-12 Rob Clarkfreedreno/ir3: don't allow negative const_offset
2020-05-12 Brian Hoturnip: Execute ir3_nir_lower_gs pass again
2020-05-12 Jonathan Marekturnip: enable tiling for compressed formats
2020-05-12 Jonathan Marekturnip: update "fetchsize" value to match fdl6_layout...
2020-05-12 Eric Anholtfreedreno: Fix non-constbuf-upload UBO block indices...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCW with OUT_RELOC.
2020-05-12 Eric Anholtfreedreno: Tell the kernel that all BOs are for writing.
2020-05-12 Eric Anholtfreedreno: Mark all ringbuffer BOs as to be dumped...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCD with permanently flagging...
2020-05-12 Eric Anholtfreedreno: Start moving relocs flags into the BOs.
2020-05-09 Mauro Rossifreedreno: android: add adreno-pm4-pack.xml.h generatio...
2020-05-09 Mauro Rossifreedreno/drm: android: add libfreedreno_registers...
2020-05-08 Eric Anholtfreedreno: Initialize the bo's iova at creation time.
2020-05-08 Eric Anholtfreedreno: Rename append_bo() in case it doesn't get...
2020-05-08 Eric Anholtfreedreno: Clean up tests around ORing in the reloc...
2020-05-08 Eric Anholtfreedreno: Deduplicate ringbuffer macros with computera...
2020-05-08 Hyunjun Kofreedreno,tu: Don't request fragcoord components not...
2020-05-07 Connor Abbotttu: Support pipelines without a fragment shader
2020-05-07 Kristian H. Kristensenfreedreno/fdl: Align after dividing by block size
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
next