platform/upstream/mesa.git
2020-09-24 Pierre-Eric... radeonsi: introduce SI_RESOURCE_FLAG_INTERNAL / RADEON_...
2020-09-24 Pierre-Eric... radeonsi/tmz: allocate depth/stencil buffers as encrypted
2020-09-24 Pierre-Eric... radeonsi/tmz: add safety assert when tmz is enabled
2020-09-24 Pierre-Eric... radeonsi/tmz: use secure job if using an encrypted...
2020-09-24 Pierre-Eric... radeonsi/tmz: use secure job if framebuffer has dcc
2020-09-24 Jonathan Marekturnip: rework fences to use syncobjs
2020-09-24 Jonathan Marekturnip: require syncobj support
2020-09-24 Jonathan Marekturnip: add a fd field to tu_device
2020-09-24 Jonathan Marekturnip: delete unused tu_fence_signal function
2020-09-24 Erik Faye-Lundmesa: handle GL_FRONT after translating to it
2020-09-24 Samuel Pitoisetci: adjust RadeonSI rules
2020-09-24 Jonathan Marekvulkan/wsi/display: add option for display fence to...
2020-09-24 Marek Olšákradeonsi: always inline draw-related functions that...
2020-09-24 Marek Olšákradeonsi: lift the conditional for skipping si_upload_v...
2020-09-24 Marek Olšákradeonsi: add unlikely statements into si_draw_vbo
2020-09-24 Marek Olšákradeonsi: move si_upload_vertex_buffer_descriptors...
2020-09-24 Marek Olšákradeonsi: reorganize the code around the gfx9 scissor bug
2020-09-24 Marek Olšákradeonsi: don't call emit_cache_flush after uploading...
2020-09-24 Marek Olšákradeonsi: move a displaced comment in si_draw_vbo
2020-09-24 Marek Olšákradeonsi: call si_upload_graphics_shader_descriptors...
2020-09-24 Marek Olšákradeonsi: use optimal order of operations when setting...
2020-09-24 Icecream95panfrost: Remove redundant casts of viewport position
2020-09-24 Icecream95panfrost: Handle non-positive viewport positions
2020-09-24 Icecream95panfrost: Clamp uniform buffer size
2020-09-24 Marek Olšáknir: replace lower_ffma and fuse_ffma with has_ffma
2020-09-24 Marek Olšákradeonsi: fuse or lower ffma optimally on all chips
2020-09-24 Marek Olšáknir: split lower_ffma into lower_ffma16/32/64
2020-09-24 Marek Olšáknir: split fuse_ffma into fuse_ffma16/32/64
2020-09-24 Pierre-Eric... radeonsi: force linear for textures with height=1 ...
2020-09-24 Marek Olšákradeonsi: add a tweak for PS wave CU utilization for...
2020-09-24 Marek Olšákradeonsi: break a binning batch on a new PS if bins...
2020-09-24 Marek Olšákradeonsi: move binning parameters into si_screen
2020-09-24 Marek Olšákradeonsi: set KEEP_TOGETHER_ENABLE if needed
2020-09-24 Alyssa Rosenzweigpan/bi: Remove old register mode definitions
2020-09-24 Alyssa Rosenzweigpan/bi: Use canonical register packing
2020-09-24 Alyssa Rosenzweigpan/bi: Rename port -> slot
2020-09-24 Alyssa Rosenzweigpan/bi: Decode all 32-bit register modes
2020-09-24 Alyssa Rosenzweigpan/bi: Pass 'first' through disassembler
2020-09-24 Alyssa Rosenzweigpan/bi: Add bifrost_reg_mode enum
2020-09-24 Alyssa Rosenzweigpan/bi: Disassemble PC-relative addresses
2020-09-24 Alyssa Rosenzweigpan/bi: Decode M values in disasm
2020-09-24 Alyssa Rosenzweigpan/bi: Track M values of disassembled constants
2020-09-24 Alyssa Rosenzweigpan/bi: Inline dump_instr
2020-09-24 Alyssa Rosenzweigpan/bi: Annotate disassemble with format names
2020-09-24 Alyssa Rosenzweigpan/bi: Annotate stop bit (canonically "Z-bit")
2020-09-24 Samuel Pitoisetradv: add a tweak for PS wave CU utilization for gfx10.3
2020-09-24 Samuel Pitoisetradv: set KEEP_TOGETHER_ENABLE if necessary on GFX10+
2020-09-24 Rhys Perryradeonsi: don't use nir_opt_access
2020-09-24 Rhys Perryst/nir: call nir_opt_access before gl_nir_lower_buffers
2020-09-23 Bas Nieuwenhuizenradv: Add VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 rendering...
2020-09-23 Bas Nieuwenhuizenradv: Simplify radv_is_hw_resolve_pipeline.
2020-09-23 Bas Nieuwenhuizenradv: Disable NGG on APUs.
2020-09-23 Erico Nuneslima: add natively supported vertex buffer formats
2020-09-23 Samuel Pitoisetradv: advertise VK_KHR_copy_commands2
2020-09-23 Samuel Pitoisetradv: add support for CmdResolveImage2KHR()
2020-09-23 Samuel Pitoisetradv: cleanup selecting the hardware resolve path
2020-09-23 Samuel Pitoisetradv: add support for CmdCopyImageToBuffer2KHR()
2020-09-23 Samuel Pitoisetradv: add support for CmdCopyImage2KHR()
2020-09-23 Samuel Pitoisetradv: add support for CmdCopyBufferToImage2KHR()
2020-09-23 Samuel Pitoisetradv: add support for CmdCopyBuffer2KHR()
2020-09-23 Samuel Pitoisetradv: add support for CmdBlitImage2KHR()
2020-09-23 Samuel Pitoisetradv: add VK_KHR_copy_commands2 but leave it disabled
2020-09-23 Samuel Pitoisetradv: bump the advertised patch version to 145
2020-09-23 Samuel Pitoisetradv: remove useless assignment of MAX_API_VERSION
2020-09-23 Erik Faye-Lundgallium/util: add blitter-support for stencil-fallback
2020-09-23 Erik Faye-Lundgallium/util: add shader for stencil-blits
2020-09-22 Jesse Natalienir_lower_system_values: Fix load_global_invocation_id...
2020-09-22 Eric Anholtandroid: Disable trying to read/write to the disk cache.
2020-09-22 Eric Anholtmesa: Make the android_stub be a set of non-installed...
2020-09-22 Marek Olšákamd: add VanGogh support
2020-09-22 Marek Olšákamd: add Dimgrey Cavefish support
2020-09-22 Marek Olšákradeonsi: remove KILL_PS_INF_INTERP/CLAMP_DIV_BY_ZERO...
2020-09-22 Marek Olšákradeonsi: move debug options from si_disk_cache_create...
2020-09-22 Marek Olšákradeonsi: set TRUNC_COORD=0 for Total War: WARHAMMER...
2020-09-22 Michel Dänzerci: Use ignore_scheduled_pipelines anchor in .radeonsi...
2020-09-22 Connor Abbotttu: Expose shaderStorageImage*WithoutFormat
2020-09-22 Connor Abbottir3: Don't use the format to get the image type
2020-09-22 Connor Abbotttu: Expose shaderImageGatherExtended
2020-09-22 Connor Abbotttu: Expose shaderStorageImageExtendedFormats
2020-09-22 Gert Wollnyr600/sfn: Be a bit more verbose when logging skipped...
2020-09-22 Gert Wollnyr600/sfn: Acquire the number of FS outputs and the...
2020-09-22 Gert Wollnyr600/sfn: Take dual source blending output indices...
2020-09-22 Gert Wollnyr600/sfn: Handle number of color outputs taking dual...
2020-09-22 Gert Wollnyr600/sfn: Keep info about dual-source blend in FS
2020-09-22 Gert Wollnyr600/sfn: Sort the outputs of the FS according to data...
2020-09-22 Gert Wollnyr600: Add flag for dual-source blending to shader key
2020-09-22 Gert Wollnyr600/sfn: remove a useless if-condition
2020-09-22 Gert Wollnyr600/sfn: run late algebraic optimizations
2020-09-22 Gert Wollnyr600/sfn: use cnde instead of cnde_int
2020-09-22 Michael Tretteretnaviv: fix comment for source of etna_mesa_debug
2020-09-22 Jason Ekstrandnir: Rename get_buffer_size to get_ssbo_size
2020-09-22 Rhys Perryaco: stop multiplying driver_location by 4
2020-09-22 Rhys Perryaco: remove dead indirect fs input loading
2020-09-22 Rhys Perryaco: use nir's constant source helpers more
2020-09-22 Rhys Perryaco: use nir_get_io_offset_src() in visit_load_input()
2020-09-22 Rhys Perryaco: use io semantics to get an intrinsic's slot
2020-09-22 Timur Kristófaco: Use NIR IO semantics for tess factor IO locations.
2020-09-22 Lionel Landwerlinanv: implement VK_KHR_copy_commands2
2020-09-22 Lionel Landwerlinvulkan: bump headers/registry to 1.2.154
2020-09-22 Danylo Piliaievnir/lower_samplers: Clamp out-of-bounds access to array...
next