meson/broadcom: libbroadcom_cle also needs zlib
[mesa.git] / src / freedreno /
2019-12-10 Rob Clarkfreedreno/a6xx: fix LRZ logic
2019-12-09 Eric Anholtfreedreno: Track the set of UBOs to be uploaded in...
2019-12-09 Rob Clarkfreedreno/fdperf: use drmOpen()
2019-12-09 Jonathan Marekturnip: add hw binning
2019-12-06 Jonathan Marekturnip: implement border color
2019-12-06 Jonathan Marekturnip: improve emit_textures
2019-12-06 Jonathan Marekturnip: add function to allocate aligned memory in...
2019-12-05 Eric Anholtturnip: Add support for compute shaders.
2019-12-05 Eric Anholtturnip: Move pipeline BO list adding to BindPipeline.
2019-12-05 Eric Anholtturnip: Sanity check that we're adding valid BOs to...
2019-12-05 Eric Anholtturnip: Add a helper function for getting tu_buffer...
2019-12-05 Eric Anholtturnip: Refactor the graphics pipeline create implement...
2019-12-05 Eric Anholtturnip: Add basic SSBO support.
2019-12-05 Eric Anholtturnip: Reuse tu6_stage2opcode() more.
2019-12-05 Eric Anholtturnip: Drop redefinition of VALIDREG now that it's...
2019-12-05 Eric Anholtturnip: Fix unused variable warnings.
2019-12-04 Jonathan Marekturnip: allow writes to draw_cs outside of render pass
2019-12-04 Rob Clarkfreedreno/ir3: fix neverball assert in case of unused...
2019-12-04 Rob Clarkfreedreno/ir3: remove store_output lowered to store_sha...
2019-12-04 Jonathan Marekturnip: MSAA resolve directly from GMEM
2019-12-04 Jonathan Marekturnip: don't set unused BLIT_DST_INFO bits for GMEM...
2019-12-04 Jonathan Marekturnip: implement CmdClearAttachments
2019-12-04 Jonathan Marekturnip: don't skip unused attachments when setting...
2019-12-02 Jonathan Marekturnip: fix display wsi fence timing out
2019-11-27 Eric Anholtturnip: Disable timestamp queries for now.
2019-11-27 Jonathan Marekfreedreno/perfcntrs/fdperf: add missing a2xx case in...
2019-11-27 Jonathan Marekfreedreno/perfcntrs/fdperf: add missing a20x compatible
2019-11-27 Jonathan Marekfreedreno/perfcntrs/fdperf: fix u64 print on 32-bit...
2019-11-27 Jonathan Marekfreedreno/perfcntrs: add a2xx MH counters
2019-11-27 Jonathan Marekfreedreno/registers: add missing MH perfcounter enum...
2019-11-27 Jonathan Marekturnip: fix integer render targets
2019-11-26 Eric Anholtfreedreno: Introduce a resource layout header.
2019-11-21 Jonathan Marekturnip: implement UBWC
2019-11-21 Jonathan Marekfreedreno/regs: update UBWC related bits
2019-11-21 Rob Clarkfreedreno/perfctrs/fdperf: periodically restore counters
2019-11-21 Rob Clarkfreedreno/perfcntrs: add fdperf
2019-11-21 Rob Clarkfreedreno/perfcntrs/a6xx: remove RBBM counters
2019-11-21 Rob Clarkfreedreno/perfctrs/a2xx: move CP to be first group
2019-11-21 Rob Clarkfreedreno/perfcntrs: add accessor to get per-gen tables
2019-11-21 Rob Clarkfreedreno/perfcntrs: move to shared location
2019-11-20 Hyunjun Kofreedreno/ir3: enable half precision for pre-fs texture...
2019-11-20 Hyunjun Kofreedreno/ir3: fixup when changing to mad.f16
2019-11-20 Hyunjun Kofreedreno/ir3: fix printing output registers of FS.
2019-11-20 Neil Robertsfreedreno/ir3: Enabling lowering 16-bit flrp
2019-11-20 Hyunjun Kofreedreno: support 16b for the sampler opcode
2019-11-20 Neil Robertsfreedreno/ir3: Implement f2b16 and i2b16
2019-11-20 Neil Robertsfreedreno/ir3: Add implementation of nir_op_b16csel
2019-11-20 Neil Robertsfreedreno/ir3: Support 16-bit comparison instructions
2019-11-20 Hyunjun Kofreedreno/ir3: cleanup by removing repeated code
2019-11-19 Eric Anholtturnip: Drop the copy of the formats table.
2019-11-19 Jonathan Marekturnip: fix sRGB GMEM clear
2019-11-19 Jonathan Marekturnip: implement CmdClearColorImage/CmdClearDepthStenc...
2019-11-18 Jonathan Marekturnip: add x11 wsi
2019-11-18 Jonathan Marekturnip: add display wsi
2019-11-17 Jonathan Marekfreedreno/registers: fix a6xx_2d_blit_cntl ROTATE
2019-11-17 Jonathan Marekfreedreno/ir3: disable texture prefetch for 1d array...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Rob Clarkfreedreno/ir3: remove unused parameter
2019-11-12 Rob Clarkfreedreno/ir3: legalize cleanups
2019-11-12 Rob Clarkfreedreno/ir3: fix gpu hang with pre-fs-tex-fetch
2019-11-12 Rob Clarkfreedreno/ir3: only tex instructions have wrmask
2019-11-12 Rob Clarkfreedreno/ir3: re-work shader inputs/outputs
2019-11-12 Rob Clarkfreedreno/ir3: simplify creating sysval inputs
2019-11-12 Rob Clarkfreedreno/ir3: remove first-vertex sysval
2019-11-12 Rob Clarkfreedreno/ir3: helper to print ir if debug enabled
2019-11-12 Rob Clarkfreedreno/ir3: show input/output wrmask's in disasm
2019-11-12 Rob Clarkfreedreno/ir3: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: remove impossible condition
2019-11-12 Rob Clarkfreedreno/ir3: rename fanin/fanout to collect/split
2019-11-12 Rob Clarkfreedreno/ir3: remove half-precision output
2019-11-12 Rob Clarkfreedreno/ir3: fix valgrind complaint with STLW
2019-11-12 Jonathan Marekfreedreno: add Adreno 640 ID
2019-11-09 Rob Clarkfreedreno/ir3: also track # of nops for shader-db
2019-11-09 Rob Clarkfreedreno/ir3: sync disasm changes from envytools
2019-11-09 Rob Clarkfreedreno/ir3: remove obsolete comment
2019-11-09 Rob Clarkfreedreno/ir3/ra: remove ir print after livein/out
2019-11-09 Rob Clarkfreedreno/ir3/ra: move regs_count==0 check
2019-11-09 Rob Clarkfreedreno/ir3: ir3_print tweaks
2019-11-09 Rob Clarkfreedreno/ir3: use SSA flag on dest register too
2019-11-09 Rob Clarkfreedreno/ir3: split pre-coloring to it's own function
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Use regid() helper when setting up preco...
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Program state for tessellation stages
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Allocate const space for tessellation...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Pre-color TCS header and primitive ID...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Don't assume binning shader is always VS
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Setup inputs and outputs for tessellatio...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Implement TCS synchronization intrinsics
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Implement tess coord intrinsic
2019-11-08 Kristian H. Kristensenfreedreno/ir3: End TES with chsh when using GS
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add new synchronization opcodes
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Extend geometry lowering pass to handle...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add tessellation field to shader key
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Use imul24 in offset calculations
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add ir3 intrinsics for tessellation
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add load and store intrinsics for global io
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Add register offset for STG/LDG
2019-11-08 Kristian H. Kristensenfreedreno/a6x: Rename z/s formats
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Fix layered texture type enum
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Clear sysmem with CP_BLIT
2019-11-08 Kristian H. Kristensenfreedreno/registers: Add comments about primitive counters
next