mesa.git
2020-04-28 Rhys Perryaco: add various GFX10 int16 opcodes
2020-04-28 Rhys Perryaco: fix sub-dword overwrite check in RA validator
2020-04-28 Rhys Perryaco: fix sub-dword out-of-bounds check in RA validator
2020-04-28 Rhys Perryaco: add missing adjust_max_used_regs()
2020-04-28 Rhys Perryaco: improve RA for uneven p_split_vector
2020-04-28 Rhys Perryaco: don't recurse in sub-dword get_reg_simple()
2020-04-28 Rhys Perryaco: split self-intersecting copies instead of swapping
2020-04-28 Rhys Perryaco: fix neighboring register check in get_reg_simple()
2020-04-28 Rhys Perryaco: check alignment of non-subdword registers in get_r...
2020-04-28 Rhys Perryaco: make RegisterFile::block() take a regclass
2020-04-28 Jason Ekstrandanv: Claim VK_EXT_robustness2 support
2020-04-28 Jason Ekstrandanv: Handle null vertex buffer bindings
2020-04-28 Jason Ekstrandanv: Handle NULL descriptors
2020-04-28 Jason Ekstrandnir/combine_stores: Handle volatile
2020-04-28 Jason Ekstrandnir/dead_write_vars: Handle volatile
2020-04-28 Jason Ekstrandnir/copy_prop_vars: Report progress when deleting self...
2020-04-28 Jason Ekstrandnir/copy_prop_vars: Handle volatile better
2020-04-28 Jason Ekstrandvulkan: Update Vulkan XML and headers to 1.2.139
2020-04-28 Jason Ekstrandanv: Allow all clear colors for texturing on Gen11+
2020-04-28 Jason Ekstrandanv: Use anv_layout_to_aux_usage for color during rende...
2020-04-28 Jason Ekstrandanv: Split color_attachment_compute_aux_usage in two
2020-04-28 Jason Ekstrandanv: Rework depth_stencil_attachment_compute_aux_usage
2020-04-28 Jason Ekstrandanv: Refactor cmd_buffer_setup_attachments
2020-04-28 Jason Ekstrandanv: Stop allowing non-zero clear colors in input attac...
2020-04-28 Jason Ekstrandanv: Disallow fast-clears which require format-reinterp...
2020-04-28 Jason Ekstrandintel: Move swizzle_color_value from blorp to ISL
2020-04-28 Jason Ekstrandanv: Allocate surface states per-subpass
2020-04-28 Jason Ekstrandanv: Split command buffer attachment setup in three
2020-04-28 Jason Ekstrandanv: Mark images written in end_subpass
2020-04-28 Jason Ekstrandanv: Use ANV_FROM_HANDLE for pInheritanceInfo fields
2020-04-28 Jason Ekstrandanv: Assert surface states are valid
2020-04-28 Jason Ekstrandanv: Stop filling out the clear color in compute_aux_usage
2020-04-28 Jason Ekstrandanv: Add TRANSFER_SRC to pass usage not subpass usage
2020-04-28 Jason Ekstrandanv: Return an error if allocating attachment memory...
2020-04-28 Samuel Pitoisetradv: advertise VK_AMD_memory_overallocation_behavior
2020-04-28 Samuel Pitoisetradv: track memory heaps usage if overallocation is...
2020-04-28 Samuel Pitoisetradv: remove unused radv_device_memory::map_size field
2020-04-28 Ian Romanicknir/algebraic: Require operands to iand be 32-bit
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-28 Alyssa Rosenzweigpan/bi: Add initial fcmp test
2020-04-28 Alyssa Rosenzweigpan/bit: Interpret CMP
2020-04-28 Alyssa Rosenzweigpan/bit: Prepare condition evaluation for vectors
2020-04-28 Alyssa Rosenzweigpan/bi: Relax double-abs condition
2020-04-28 Alyssa Rosenzweigpan/bi: Pack fma.fcmp16
2020-04-28 Alyssa Rosenzweigpan/bi: Factor out fp16 abs logic
2020-04-28 Alyssa Rosenzweigpan/bi: Pack FMA 32 FCMP
2020-04-28 Alyssa Rosenzweigpan/bi: Fix source mod testing for CMP
2020-04-28 Alyssa Rosenzweigpan/bi: Structify ADD ICMP 32
2020-04-28 Alyssa Rosenzweigpan/bi: Structify FMA ICMP 16
2020-04-28 Alyssa Rosenzweigpan/bi: Structify FMA ICMP 32
2020-04-28 Alyssa Rosenzweigpan/bi: Structify ADD FCMP16
2020-04-28 Alyssa Rosenzweigpan/bi: Structify FMA FCMP16
2020-04-28 Alyssa Rosenzweigpan/bi Strucitfy ADD FCMP 32
2020-04-28 Alyssa Rosenzweigpan/bi: Structify FMA FCMP
2020-04-28 Alyssa Rosenzweigpan/bi: Remove bi_round_op
2020-04-28 Alyssa Rosenzweigpan/bi: Deduplicate csel/cmp cond
2020-04-28 Alyssa Rosenzweigpan/bi(t): Fix SELECT tests
2020-04-28 Alyssa Rosenzweigpan/bi: Add CSEL.8 opcode
2020-04-28 Alyssa Rosenzweigpan/bi: Add FCMP.GL.v2f16 on ADD opcode
2020-04-28 Alyssa Rosenzweigpan/bi: Add 64-bit int compares
2020-04-28 Alyssa Rosenzweigpan/bi: Add some 8-bit compares
2020-04-28 Alyssa Rosenzweigpan/bi: Add CSEL.64 opcode
2020-04-28 Alyssa Rosenzweigpan/bi: Add bool->float opcodes
2020-04-28 Samuel Pitoisetradv: enable FMASK for color attachments only
2020-04-28 Jason Ekstrandanv: Expose CS workgroup sizes based on a maximum of...
2020-04-28 Jason Ekstrandintel/devinfo: Compute the correct L3$ size for Gen12
2020-04-28 Bas Nieuwenhuizenradv: Determine memory type for import based on fd.
2020-04-28 Bas Nieuwenhuizenradv/winsys: Add function to get domains/flags from fd.
2020-04-28 Bas Nieuwenhuizenradv: Stop using memory type indices.
2020-04-28 Bas Nieuwenhuizenradv: Use actual memory type count for setting app...
2020-04-28 Bas Nieuwenhuizenradeonsi: Count planes for imported textures.
2020-04-28 Gert Wollnyr600: Enable tesselation for NIR
2020-04-28 Gert Wollnyr600/sfn: Add tesselation shaders
2020-04-28 Gert Wollnyr600/sfn: Add lowering passes for Tesselation IO
2020-04-28 Gert Wollnyr600/sfn: Move removing of unused variables
2020-04-28 Gert Wollnyr600/sfn: Handle LDS output in VS
2020-04-28 Gert Wollnyr600/sfn: derive the GS from the vertex stage for a...
2020-04-28 Gert Wollnyr600/sfn: extract class to handle the VS export to...
2020-04-28 Gert Wollnyr600/sfn: Move some shader base methods to the public...
2020-04-28 Gert Wollnyr600/sfn: Add methods to valuepool to get a vector...
2020-04-28 Gert Wollnyr600/sfn: Move emission of barrier from compute shader...
2020-04-28 Gert Wollnyr600/sfn: Emit some LDS instructions
2020-04-28 Gert Wollnyr600/sfn: Handle umul24 and umad24
2020-04-28 Gert Wollnyr600/sfn: Add IR instruction to fetch the TESS parameters
2020-04-28 Gert Wollnyr600/sfn: Add TF write instruction
2020-04-28 Gert Wollnyr600/sfn: Add LDS instruction to assembly conversion
2020-04-28 Gert Wollnyr600/sfn: Add LDS IO instructions to r600 IR
2020-04-28 Gert Wollnyr600/sfn: Don't emit inline constants in the r600 IR
2020-04-28 Gert Wollnyr600/sfn: simplify UBO lowering pass
2020-04-28 Gert Wollnyr600: Handle texcoord semantics in LDS index evaluation
2020-04-28 Christian Gmeinerci: bare-metal: power down device after tests
2020-04-28 Icecream95panfrost: Fix GL_EXT_vertex_array_bgra
2020-04-27 Dave Airlieci: add llvmpipe paths to virgl rules
2020-04-27 Samuel Pitoisetradv: do not expose GTT as device local memory mostly...
2020-04-27 Jan Zielinskigallium/swr: Fix LLVM 11 compilation issues
2020-04-27 Eric Anholtci/freedreno: Add a test run of a few driver options.
next