freedreno/ir3: handle scalarized varying inputs
[mesa.git] / src /
2019-10-22 Rob Clarkfreedreno/ir3: handle scalarized varying inputs
2019-10-22 Daniel Schürmannaco: refactor value numbering
2019-10-22 Erik Faye-Lundmesa/st: assert that lowering is supported
2019-10-22 Samuel Pitoisetradv: fix updating bound fast ds clear values with...
2019-10-22 Sagar Ghugeintel/compiler: Refactor disassembly of sources in...
2019-10-22 Sagar Ghugeintel/compiler: Don't move immediate in register
2019-10-22 Sagar Ghugeintel/compiler: Set bits according to source file
2019-10-22 Sagar Ghugeintel/compiler: Add Immediate support for 3 source...
2019-10-21 Sagar Ghugeintel: Add missing entry for brw_nir_lower_alpha_to_cov...
2019-10-21 Dave Airliellvmpipe: handle compute shader launch with 0 threads
2019-10-21 Marijn Suijtenfreedreno/ir3: Add missing ir3_nir_lower_tex_prefetch...
2019-10-21 Samuel Pitoisetac/llvm: fix ac_to_integer_type() for 32-bit const...
2019-10-21 Rhys Perryaco: run opt_algebraic in a loop
2019-10-21 Rhys Perryaco: use nir_lower_idiv_precise
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-10-21 Sagar Ghugeintel/compiler: Remove emit_alpha_to_coverage workaroun...
2019-10-21 Sagar Ghugenir: Add alpha_to_coverage lowering pass
2019-10-21 Daniel Schürmannaco: ensure that uniform booleans are computed in WQM...
2019-10-21 Timur Kristófaco/gfx10: Update constant addresses in fix_branches_gfx10.
2019-10-21 Timur Kristófaco/gfx10: Fix PS exports for SPI_SHADER_32_AR.
2019-10-21 Timur Kristófaco/gfx10: Wait for pending SMEM stores before loads
2019-10-21 Boris Brezillonpanfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
2019-10-21 Iago Toral Quirogast/mesa: only require ESSL 3.1 for geometry shaders
2019-10-21 Lepton Wuegl/android: Remove our own reference to buffers.
2019-10-21 Samuel Pitoisetradv: advertise VK_KHR_spirv_1_4
2019-10-21 Samuel Pitoisetradv: do not dump descriptors twice in hang reports
2019-10-21 Samuel Pitoisetradv: dump trace files earlier if a GPU hang is detected
2019-10-21 Samuel Pitoisetradv: print which ring is dumped in hang reports
2019-10-21 Samuel Pitoisetradv: do not print useless descriptors info in hang...
2019-10-21 Samuel Pitoisetradv: enable VK_KHR_shader_float_controls on GFX6-GFX7
2019-10-20 Alyssa Rosenzweigpan/midgard: Implement SIMD-aware dead code elimination
2019-10-20 Alyssa Rosenzweigpan/midgard: Create dependency graph bytewise
2019-10-20 Alyssa Rosenzweigpan/midgard: Handle nontrivial masks in texture RA
2019-10-20 Alyssa Rosenzweigpan/midgard: Implement per-byte liveness tracking
2019-10-20 Alyssa Rosenzweigpan/midgard: Simplify mir_bytemask_of_read_components
2019-10-20 Alyssa Rosenzweigpan/midgard: Report byte masks for read components
2019-10-20 Alyssa Rosenzweigpan/midgard: Add helpers for manipulating byte masks
2019-10-20 Alyssa Rosenzweigpan/midgard: Implement OP_IS_STORE with table
2019-10-20 Alyssa Rosenzweigpan/midgard: Tableize load/store ops
2019-10-20 Alyssa Rosenzweigpan/midgard: Factor out mir_get_alu_src
2019-10-20 Alyssa Rosenzweigpan/midgard/disasm: Fix printing 8-bit/16-bit masks
2019-10-20 Alyssa Rosenzweigpan/midgard: Identify 64-bit atomic opcodes
2019-10-20 Alyssa Rosenzweigpan/midgard: Debug mir_insert_instruction_after_scheduled
2019-10-20 Christian Gmeineretnaviv: keep track of buffer valid ranges for PIPE_BUFFER
2019-10-20 Christian Gmeineretnaviv: store updated usage in pipe_transfer object
2019-10-20 Christian Gmeineretnaviv: fix code style
2019-10-20 Lionel Landwerlinanv: fix memory leak on device destroy
2019-10-20 Christian Gmeineretnaviv: fix compile warnings
2019-10-20 Eric Anholtmesa: Redefine the RG formats as array formats.
2019-10-20 Eric Anholtgallium: Drop the unused PIPE_FORMAT_A*L* formats.
2019-10-20 Eric Anholtmesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB...
2019-10-20 Eric Anholtmesa: Replace the LA16_UNORM packed formats with one...
2019-10-20 Eric Anholtradeon: Drop the unused first arg of OUT_BATCH_RELOC.
2019-10-20 Eric Anholtradeon: Fill in the TXOFFSET field containing the tile...
2019-10-20 Eric Anholtr100/r200: factor out txformat/txfilter setup from...
2019-10-20 Vasily Khoruzhicklima: fix PP stack size
2019-10-19 Marijn Suijtenfreedreno/a5xx: enable a510
2019-10-19 Lionel Landwerlinanv: fix vkUpdateDescriptorSets with inline uniform...
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 Rob Clarknir: add address calc related opt rules
2019-10-18 Rob Clarknir: add amul instruction
2019-10-18 Rob Clarknir: Add a new ALU nir_op_imul24
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Handle newly added opcode nir_op_imad24_ir3
2019-10-18 Eduardo Lima Mitevnir: Add a new ALU nir_op_imad24_ir3
2019-10-18 Rob Clarkfreedreno/ir3: rename mul.s/mul.u
2019-10-18 Rob Clarknir/search: fix the PoT helpers
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 Rob Clarkfreedreno/a6xx: 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
2019-10-18 Rob Clarkfreedreno/ir3: remove unused ir3_instruction::inout
2019-10-18 Hyunjun Kofreedreno/ir3: Add data structures to support texture...
2019-10-18 Rob Clarkfreedreno: update registers
2019-10-18 Eduardo Lima Mitevnir: Add new texop nir_texop_tex_prefetch
2019-10-18 Eric Engestromosmesa: add missing #include <stdint.h>
2019-10-18 Dylan Bakermeson: Add support for wrapping llvm
2019-10-18 Dylan Bakermeson/llvmpipe: Add dep_llvm to driver_swrast
2019-10-18 Hal GentzRevert "egl: Fixes transparency with EGL and X11."
2019-10-18 Hal GentzRevert "egl: Puts RGBA visuals in the second config...
2019-10-18 Hal GentzRevert "egl: Configs w/o double buffering support have...
2019-10-18 Jonathan Mareketnaviv: check NO_ASTC feature bit
2019-10-18 Jonathan Mareketnaviv: fix TS samplers on GC7000L
2019-10-18 Jonathan Mareketnaviv: fix linear_nearest / nearest_linear filters...
2019-10-18 Lucas Stachetnaviv: GC7000: flush TX descriptor and instruction...
2019-10-18 Lucas Stachetnaviv: add linear texture support on GC7000
2019-10-18 Wladimir J. van... etnaviv: GC7000: Texture descriptors
2019-10-18 Lucas Stachetnaviv: check for softpin availability on Halti5 devices
2019-10-18 Lucas Stachetnaviv: drm: add softpin interface
next