util: add missing R8G8B8A8_SRGB format to vk_format_map
[mesa.git] / src / freedreno /
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
2019-11-08 Kristian H. Kristensenfreedreno/registers: Move SP_PRIMITIVE_CNTL and SP_VS_V...
2019-11-08 Kristian H. Kristensenfreedreno/registers: Fix typo
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-10-31 Bas Nieuwenhuizenturnip: Remove _mesa_locale_init/fini calls.
2019-10-30 Jonathan Marekfreedreno/a2xx: add missing vertex formats (SSCALE...
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-27 Eric Engestromtu: fix empty-body instruction
2019-10-24 Rob Clarkfreedreno/ir3: handle the progress case
2019-10-24 Rob Clarkfreedreno/ir3: remove restrictions on const + (abs...
2019-10-24 Rob Clarkfreedreno/ir3: allow copy-propagate out of fanout
2019-10-24 Rob Clarkfreedreno/ir3: treat high vs low reg as conversion
2019-10-24 Rob Clarkfreedreno/ir3: propagate dest flags for collect/fanin
2019-10-24 Rob Clarkfreedreno/ir3: make high regs easier to see in IR dumps
2019-10-24 Rob Clarkfreedreno/ir3: debug cleanup
2019-10-22 Rob Clarkfreedreno/ir3: fixup register footprint fixup
2019-10-22 Rob Clarkfreedreno/ir3: handle scalarized varying inputs
2019-10-21 Marijn Suijtenfreedreno/ir3: Add missing ir3_nir_lower_tex_prefetch...
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-10-18 Rob Clarkfreedreno/ir3: handle imad24_ir3 case in UBO lowering
2019-10-18 Rob Clarkfreedreno/ir3: add imul24 opcode
2019-10-18 Rob Clarkfreedreno/ir3: optimize immed 2nd src to mad
2019-10-18 Rob Clarkfreedreno/ir3: add rule to generate imad24
2019-10-18 Rob Clarknir: add nir_lower_amul pass
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Handle newly added opcode nir_op_imad24_ir3
2019-10-18 Rob Clarkfreedreno/ir3: rename mul.s/mul.u
2019-10-18 Rob Clarkfreedreno/ir3: enable pre-fs texture fetch for a6xx
2019-10-18 Rob Clarkturnip: add support for pre-fs texture fetch
2019-10-18 Hyunjun Kofreedreno/ir3: Add support for texture sampling pre...
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Add a NIR pass to select tex instruction...
2019-10-18 Rob Clarkfreedreno/ir3: force i/j pixel to r0.x
2019-10-18 Rob Clarkfreedreno/ir3: add pre-dispatch tex fetch to disasm
2019-10-18 Rob Clarkfreedreno/ir3: add dummy bary.f(ei) for pre-fs-fetch
2019-10-18 Rob Clarkfreedreno/ir3: fixup register footprint to account...
2019-10-18 Rob Clarkfreedreno/ir3: add meta instruction for pre-fs texture...
2019-10-18 Rob Clarkfreedreno/ir3: don't DCE ij_pix if used for pre-fs...
2019-10-18 Rob Clarkfreedreno/ir3: track sysval slot for inputs
next