docs: Fix Faith's name in relnotes

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22120>
This commit is contained in:
Faith Ekstrand
2023-03-25 13:04:32 -05:00
committed by Marge Bot
parent a02ed15067
commit 329398b99a
176 changed files with 178 additions and 178 deletions

View File

@@ -104,7 +104,7 @@ Ilia Mirkin (7):
- nv30: avoid dangling references to deleted contexts
- nv30: hack to avoid errors on unexpected color/zeta combinations
Jason Ekstrand (1):
Faith Ekstrand (1):
- meta_blit: properly compute texture width for the CopyTexSubImage
fallback

View File

@@ -92,7 +92,7 @@ Ilia Mirkin (5):
- nvc0/ir: use manual TXD when offsets are involved
- nvc0: make sure that the local memory allocation is aligned to 0x10
Jason Ekstrand (2):
Faith Ekstrand (2):
- main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORM
- main/get_hash_params: Add GL_SAMPLE_SHADING_ARB

View File

@@ -93,7 +93,7 @@ Emil Velikov (2):
- docs: Add sha256 sums for the 10.4.2 release
- Update version to 10.4.3
Jason Ekstrand (1):
Faith Ekstrand (1):
- mesa: Fix clamping to -1.0 in snorm_to_float

View File

@@ -117,7 +117,7 @@ Ilia Mirkin (3):
- freedreno/ir3: fix array count returned by TXQ
- freedreno/ir3: get the # of miplevels from getinfo
Jason Ekstrand (2):
Faith Ekstrand (2):
- meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in
meta_begin

View File

@@ -70,7 +70,7 @@ Ilia Mirkin (18):
- nv30: falling back to draw path for edgeflag does no good
- nv30: avoid doing extra work on clear and hitting unexpected states
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965/fs: Fix implied_mrf_writes for scratch writes

View File

@@ -70,7 +70,7 @@ Ilia Mirkin (3):
- nv50,nvc0: clamp uniform size to 64k
- nvc0/ir: can't have a join on a load with an indirect source
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965/fs: Don't let the EOT send message interfere with the MRF hack

View File

@@ -67,7 +67,7 @@ Ilia Mirkin (3):
- gm107/ir: indirect handle goes first on maxwell also
- nv50,nvc0: take level into account when doing eng2d multi-layer blits
Jason Ekstrand (4):
Faith Ekstrand (4):
- meta/copy_image: Stash off the scissor
- mesa/formats: Only do byteswapping for packed formats

View File

@@ -101,7 +101,7 @@ Ilia Mirkin (5):
- nv50: fix 2d engine blits for 64- and 128-bit formats
- mesa: only copy the requested teximage faces
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965/fs: Split VGRFs after lowering pull constants

View File

@@ -73,7 +73,7 @@ Ilia Mirkin (5):
- st/mesa: avoid integer overflows with buffers >= 512MB
- nv50, nvc0: fix max texture buffer size to 128M elements
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965/vec4: Don't reswizzle hardware registers

View File

@@ -82,7 +82,7 @@ Ilia Mirkin (6):
- nv50,nvc0: flush texture cache in presence of coherent bufs
- radeonsi: load fmask ptr relative to the resources array
Jason Ekstrand (2):
Faith Ekstrand (2):
- nir: Fix a bunch of ralloc parenting errors
- i965/vec4: Don't reswizzle hardware registers

View File

@@ -84,7 +84,7 @@ Ilia Mirkin (6):
- nv30: always go through translate module on big-endian
- nouveau: make sure there's always room to emit a fence
Jason Ekstrand (1):
Faith Ekstrand (1):
- mesa: Correctly handle GL_BGRA_EXT in ES3 format_and_type checks

View File

@@ -85,7 +85,7 @@ Ivan Kalvachev (1):
- r600g: Fix special negative immediate constants when using ABS
modifier.
Jason Ekstrand (2):
Faith Ekstrand (2):
- nir/lower_vec_to_movs: Pass the shader around directly
- nir: Report progress from lower_vec_to_movs().

View File

@@ -87,7 +87,7 @@ Ilia Mirkin (2):
- mesa/copyimage: allow width/height to not be multiples of block
- nouveau: don't expose HEVC decoding support
Jason Ekstrand (1):
Faith Ekstrand (1):
- nir/vars_to_ssa: Rework copy set handling in
lower_copies_to_load_store

View File

@@ -107,7 +107,7 @@ Ilia Mirkin (17):
- glsl: assign varying locations to tess shaders when doing SSO
- ttn: add TEX2 support
Jason Ekstrand (5):
Faith Ekstrand (5):
- i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge
- i965/fs: Use a stride of 1 and byte offsets for UBOs

View File

@@ -101,7 +101,7 @@ Ilia Mirkin (6):
- nv50/ir: fix false global CSE on instructions with multiple defs
- st/mesa: treat a write as a read for range purposes
Jason Ekstrand (3):
Faith Ekstrand (3):
- i965/vec4: Use UW type for multiply into accumulator on GEN8+
- i965/fs/generator: Take an actual shader stage rather than a string

View File

@@ -171,7 +171,7 @@ Ilia Mirkin (21):
- nvc0: disable primitive restart and index bias during blits
- nv50/ir: we can't load local memory directly into an output
Jason Ekstrand (1):
Faith Ekstrand (1):
- nir/lower_vec_to_movs: Better report channels handled by insert_mov

View File

@@ -79,7 +79,7 @@ Frederic Devernay (1):
- glapi: fix \_glapi_get_proc_address() for mangled function names
Jason Ekstrand (2):
Faith Ekstrand (2):
- i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling
functions

View File

@@ -59,7 +59,7 @@ Iurie Salomov (1):
- va: check null context in vlVaDestroyContext
Jason Ekstrand (2):
Faith Ekstrand (2):
- i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling
functions

View File

@@ -94,7 +94,7 @@ Ilia Mirkin (2):
- nouveau/video: properly detect the decoder class for availability
checks
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965/fs: Properly report regs_written from SAMPLEINFO

View File

@@ -207,7 +207,7 @@ Jan Ziak (2):
- egl/x11: avoid using freed memory if dri2 init fails
- loader: fix memory leak in loader_dri3_open
Jason Ekstrand (31):
Faith Ekstrand (31):
- nir/spirv: Don't multiply the push constant block size by 4
- anv: Add a stub for CmdCopyQueryPoolResults on Ivy Bridge

View File

@@ -151,7 +151,7 @@ James Legg (1):
- radeonsi: Fix primitive restart when index changes
Jason Ekstrand (9):
Faith Ekstrand (9):
- nir/spirv: Swap the argument order for AtomicCompareExchange
- nir/spirv: Use the correct sources for CompareExchange on images

View File

@@ -61,7 +61,7 @@ Haixia Shi (1):
- mesa: change state query return value for RGB565
Jason Ekstrand (3):
Faith Ekstrand (3):
- i965/fs/generator: Don't use the address immediate for MOV_INDIRECT
- anv/cmd_buffer: Take a command buffer instead of a batch in two

View File

@@ -66,7 +66,7 @@ Ilia Mirkin (1):
- nouveau: take extra push space into account for pushbuf_space calls
Jason Ekstrand (19):
Faith Ekstrand (19):
- spirv/nir: Fix some texture opcode asserts
- spirv/nir: Add support for shadow samplers that return vec4

View File

@@ -92,7 +92,7 @@ Fredrik Höglund (1):
- radv: add support for anisotropic filtering on VI+
Jason Ekstrand (21):
Faith Ekstrand (21):
- anv/device: Return DEVICE_LOST if execbuf2 fails
- vulkan/wsi/x11: Better handle wsi_x11_connection_create failure

View File

@@ -95,7 +95,7 @@ Ian Romanick (2):
- glcpp: Handle '#version 0' and other invalid values
- glsl: Parse 0 as a preprocessor INTCONSTANT
Jason Ekstrand (15):
Faith Ekstrand (15):
- anv/gen8: Stall when needed in Cmd(Set|Reset)Event
- anv/wsi: Set the fence to signaled in AcquireNextImageKHR

View File

@@ -79,7 +79,7 @@ Ilia Mirkin (1):
- mesa: only verify that enabled arrays have backing buffers
Jason Ekstrand (8):
Faith Ekstrand (8):
- anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are
dirty

View File

@@ -151,7 +151,7 @@ Ilia Mirkin (1):
- nouveau: take extra push space into account for pushbuf_space calls
Jason Ekstrand (4):
Faith Ekstrand (4):
- i965/generator/tex: Handle an immediate sampler with an indirect
texture

View File

@@ -137,7 +137,7 @@ Ilia Mirkin (3):
not min
- nvc0: disable linked tsc mode in compute launch descriptor
Jason Ekstrand (11):
Faith Ekstrand (11):
- nir/search: Use the correct bit size for integer comparisons
- i965/blorp: Use the correct ISL format for combined depth/stencil

View File

@@ -157,7 +157,7 @@ Jacob Lifshay (1):
- vulkan/wsi: Improve the DRI3 error message
Jason Ekstrand (11):
Faith Ekstrand (11):
- i965: Use a better guardband calculation.
- intel/blorp: Swizzle clear colors on the CPU

View File

@@ -114,7 +114,7 @@ Ilia Mirkin (4):
- st/mesa: don't pass compare mode for stencil-sampled textures
- nvc0: disable linked tsc mode in compute launch descriptor
Jason Ekstrand (10):
Faith Ekstrand (10):
- i965/sampler_state: Clamp min/max LOD to 14 on gen7+
- i965/sampler_state: Pass texObj into update_sampler_state

View File

@@ -94,7 +94,7 @@ James Legg (1):
- radv: Fix using more than 4 bound descriptor sets
Jason Ekstrand (7):
Faith Ekstrand (7):
- anv/blorp/clear_subpass: Only set surface clear color for fast clears
- anv: Accurately advertise dynamic descriptor limits

View File

@@ -78,7 +78,7 @@ Jan Vesely (1):
- clover: use pipe_resource references
Jason Ekstrand (9):
Faith Ekstrand (9):
- anv/query: Invalidate the correct range
- anv/GetQueryPoolResults: Actually implement the spec

View File

@@ -80,7 +80,7 @@ Ilia Mirkin (4):
- nouveau: when mapping a persistent buffer, synchronize on former
xfers
Jason Ekstrand (5):
Faith Ekstrand (5):
- i965/fs: Always provide a default LOD of 0 for TXS and TXL
- anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndex

View File

@@ -79,7 +79,7 @@ Grazvydas Ignotas (1):
- radv: report timestampPeriod correctly
Jason Ekstrand (5):
Faith Ekstrand (5):
- anv/blorp: Flush the texture cache in UpdateBuffer
- anv/cmd_buffer: Flush the VF cache at the top of all primaries

View File

@@ -109,7 +109,7 @@ Ilia Mirkin (1):
- gallium/targets: fix bool setting on BE architectures
Jason Ekstrand (1):
Faith Ekstrand (1):
- anv/cmd_buffer: Use the device allocator for QueueSubmit

View File

@@ -83,7 +83,7 @@ Ilia Mirkin (1):
- nvc0/ir: SHLADD's middle source must be an immediate
Jason Ekstrand (2):
Faith Ekstrand (2):
- i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
- i965: Round copy size to the nearest block in intel_miptree_copy

View File

@@ -83,7 +83,7 @@ Gert Wollny (2):
- travis: force llvm-3.3 for "make Gallium ST Other"
- travis: Add libunwind-dev to gallium/make builds
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965/blorp: Set r8stencil_needs_update when writing stencil

View File

@@ -92,7 +92,7 @@ Ian Romanick (3):
- r100,r200: Don't assume glVisual is non-NULL during context creation
- r100: Use \_mesa_get_format_base_format in radeon_update_wrapper
Jason Ekstrand (17):
Faith Ekstrand (17):
- anv: Handle color layout transitions from the UNINITIALIZED layout
- anv: Handle transitioning depth from UNDEFINED to other layouts

View File

@@ -66,7 +66,7 @@ Grazvydas Ignotas (1):
- radv: fix trace dumping for !use_ib_bos
Jason Ekstrand (4):
Faith Ekstrand (4):
- i965/blorp: Take a layer range in intel_hiz_exec
- i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec

View File

@@ -112,7 +112,7 @@ Ilia Mirkin (2):
- nv50/ir: fetch indirect sources BEFORE the op that uses them
- nv50/ir: fix combineLd/St to update existing records as necessary
Jason Ekstrand (10):
Faith Ekstrand (10):
- i965: Flush around state base address
- i965: Take a uint64_t immediate in emit_pipe_control_write

View File

@@ -104,7 +104,7 @@ James Legg (2):
- ac/nir: Make intrinsic_name buffer long enough
- spirv: Fix reaching unreachable for compare exchange on images
Jason Ekstrand (1):
Faith Ekstrand (1):
- nir/spirv: Use the type from the deref for atomics

View File

@@ -122,7 +122,7 @@ Ilia Mirkin (1):
- nv50/ir: fix threads calculation for non-compute shaders
Jason Ekstrand (5):
Faith Ekstrand (5):
- anv/cmd_buffer: Properly handle render passes with 0 attachments
- anv: Stop leaking the no_aux sampler surface state

View File

@@ -97,7 +97,7 @@ Ilia Mirkin (3):
- nv50/ir: fix srcMask computation for TG4 and TXF
- nv50/ir: fix TXQ srcMask
Jason Ekstrand (1):
Faith Ekstrand (1):
- anv/formats: Allow sampling on depth-only formats on gen7

View File

@@ -60,7 +60,7 @@ Ilia Mirkin (2):
- glsl: add a few missing int64 constant propagation cases
- nv50/ir: properly set sType for TXF ops to U32
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965: Stop looking at NewDriverState when emitting 3DSTATE_URB

View File

@@ -92,7 +92,7 @@ Ilia Mirkin (2):
vars
- st/mesa: fix handling of vertex array double inputs
Jason Ekstrand (2):
Faith Ekstrand (2):
- anv/formats: Nicely handle unknown VkFormat enums
- spirv: Add support for the HelperInvocation builtin

View File

@@ -97,7 +97,7 @@ Grazvydas Ignotas (1):
- radv: don't assert on empty hash table
Jason Ekstrand (2):
Faith Ekstrand (2):
- anv/formats: Nicely handle unknown VkFormat enums
- spirv: Add support for the HelperInvocation builtin

View File

@@ -89,7 +89,7 @@ Ian Romanick (1):
- nv20: Fix GL_CLAMP
Jason Ekstrand (6):
Faith Ekstrand (6):
- i965/blorp: Set r8stencil_needs_update when writing stencil
- vulkan/wsi/wayland: Stop printing out the DRM device

View File

@@ -85,7 +85,7 @@ Ilia Mirkin (2):
- nv50/ir: fix 64-bit integer shifts
- nv50,nvc0: fix push hint logic in presence of a start offset
Jason Ekstrand (6):
Faith Ekstrand (6):
- intel/compiler: Don't cmod propagate into a saturated operation
- intel/compiler: Don't propagate cmod into integer multiplies

View File

@@ -69,7 +69,7 @@ Jan Vesely (1):
- clover: Fix compilation after clang r315871
Jason Ekstrand (4):
Faith Ekstrand (4):
- nir/intrinsics: Set the correct num_indices for load_output
- intel/fs: Handle flag read/write aliasing in needs_src_copy

View File

@@ -73,7 +73,7 @@ Gert Wollny (1):
- r600/sb: bail out if prepare_alu_group() doesn't find a proper
scheduling
Jason Ekstrand (4):
Faith Ekstrand (4):
- spirv: Claim support for the simple memory model
- i965/blorp: Use blorp_to_isl_format for src_isl_format in

View File

@@ -116,7 +116,7 @@ George Barrett (1):
- glsl: Catch subscripted calls to undeclared subroutines
Jason Ekstrand (9):
Faith Ekstrand (9):
- intel/fs: Use ANY/ALL32 predicates in SIMD32
- intel/fs: Use an explicit D type for vote any/all/eq intrinsics

View File

@@ -146,7 +146,7 @@ James Legg (1):
- nir/opcodes: Fix constant-folding of bitfield_insert
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965: Disable regular fast-clears (CCS_D) on gen9+

View File

@@ -102,7 +102,7 @@ James Legg (1):
- nir/opcodes: Fix constant-folding of bitfield_insert
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965: Switch over to fully external-or-not MOCS scheme

View File

@@ -155,7 +155,7 @@ Indrajit Das (4):
- radeon/vcn: update quantiser matrices only when requested
- st/va: clear pointers for mpeg2 quantiser matrices
Jason Ekstrand (19):
Faith Ekstrand (19):
- i965: Call brw_cache_flush_for_render in predraw_resolve_framebuffer
- i965: Add more precise cache tracking helpers

View File

@@ -43,7 +43,7 @@ Emil Velikov (2):
- docs: add sha256 checksums for 17.3.5
- Update version to 17.3.6
Jason Ekstrand (4):
Faith Ekstrand (4):
- i965/draw: Do resolves properly for textures used by TXF
- i965: Replace draw_aux_buffer_disabled with draw_aux_usage

View File

@@ -168,7 +168,7 @@ James Legg (1):
- radv: Really use correct HTILE expanded words.
Jason Ekstrand (3):
Faith Ekstrand (3):
- intel/isl: Add an isl_color_value_is_zero helper
- vulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_event fails

View File

@@ -79,7 +79,7 @@ Ian Romanick (2):
- mesa: Don't write to user buffer in glGetTexParameterIuiv on error
- i965/vec4: Fix null destination register in 3-source instructions
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965: Emit texture cache invalidates around blorp_copy

View File

@@ -83,7 +83,7 @@ Iago Toral Quiroga (1):
- compiler/spirv: set is_shadow for depth comparitor sampling opcodes
Jason Ekstrand (4):
Faith Ekstrand (4):
- nir/vars_to_ssa: Remove copies from the correct set
- nir/lower_indirect_derefs: Support interp_var_at intrinsics

View File

@@ -121,7 +121,7 @@ Ian Romanick (1):
- i965/vec4: Fix null destination register in 3-source instructions
Jason Ekstrand (4):
Faith Ekstrand (4):
- nir/vars_to_ssa: Remove copies from the correct set
- nir/lower_indirect_derefs: Support interp_var_at intrinsics

View File

@@ -69,7 +69,7 @@ Ian Romanick (1):
- intel/compiler: Add scheduler deps for instructions that implicitly
read g0
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965/fs: Return mlen \* 8 for size_read() for INTERPOLATE_AT\_\*

View File

@@ -48,7 +48,7 @@ Eric Anholt (1):
- gallium/util: Fix incorrect refcounting of separate stencil.
Jason Ekstrand (1):
Faith Ekstrand (1):
- anv/allocator: Don't shrink either end of the block pool

View File

@@ -72,7 +72,7 @@ Jan Vesely (8):
- winsys/amdgpu: Destroy dev_hash table when the last winsys is
removed.
Jason Ekstrand (1):
Faith Ekstrand (1):
- i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL

View File

@@ -84,7 +84,7 @@ Jan Vesely (1):
- eg/compute: Use reference counting to handle compute memory pool.
Jason Ekstrand (2):
Faith Ekstrand (2):
- intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
- intel/blorp: Support blits and clears on surfaces with offsets

View File

@@ -87,7 +87,7 @@ Jan Vesely (1):
- eg/compute: Use reference counting to handle compute memory pool.
Jason Ekstrand (2):
Faith Ekstrand (2):
- intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
- intel/blorp: Support blits and clears on surfaces with offsets

View File

@@ -57,7 +57,7 @@ Dylan Baker (6):
- docs/relnotes: Add sha256 sums for mesa 18.1.1
- cherry-ignore: add commits not to pull
- cherry-ignore: Add patches from Jason that he rebased on 18.1
- cherry-ignore: Add patches from Faith that he rebased on 18.1
- meson: work around gentoo applying -m32 to host compiler in cross
builds
- cherry-ignore: Add another patch
@@ -69,7 +69,7 @@ Eric Engestrom (3):
- configure: radv depends on mako
- i965: fix resource leak
Jason Ekstrand (10):
Faith Ekstrand (10):
- intel/eu: Add some brw_get_default\_ helpers
- intel/eu: Copy fields manually in brw_next_insn

View File

@@ -98,7 +98,7 @@ Ian Romanick (2):
- glsl: Don't copy propagate elements from SSBO or shared variables
either
Jason Ekstrand (2):
Faith Ekstrand (2):
- nir: Handle call instructions in foreach_src
- nir/validate: Use the type from the tail of call parameter derefs

View File

@@ -69,7 +69,7 @@ Ian Romanick (4):
- i965/vec4: Properly handle sign(-abs(x))
- i965/fs: Properly handle sign(-abs(x))
Jason Ekstrand (3):
Faith Ekstrand (3):
- intel/fs: Split instructions low to high in lower_simd_width
- anv: Be more careful about hashing pipeline layouts

View File

@@ -99,7 +99,7 @@ Jan Vesely (3):
- clover: Report error when pipe driver fails to create compute state
- clover: Catch errors from executing event action
Jason Ekstrand (6):
Faith Ekstrand (6):
- anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
- nir/serialize: Alloc constants off the variable

View File

@@ -100,7 +100,7 @@ Jan Vesely (2):
- clover: Reduce wait_count in abort path.
- clover: Don't extend illegal integer types.
Jason Ekstrand (2):
Faith Ekstrand (2):
- nir: Take if uses into account in ssa_def_components_read
- i965/fs: Flag all slots of a flat input as flat

View File

@@ -63,7 +63,7 @@ Dylan Baker (7):
- cherry-ignore: more 18.2 patches
- bump version for 18.1.7 release
Jason Ekstrand (2):
Faith Ekstrand (2):
- intel: Switch the order of the 2x MSAA sample positions
- anv/lower_ycbcr: Use the binding array size for bounds checks

View File

@@ -118,7 +118,7 @@ Ian Romanick (2):
- i965/vec4: Correctly handle uniform sources in
generate_tes_add_indirect_urb_offset
Jason Ekstrand (5):
Faith Ekstrand (5):
- anv: Fill holes in the VF VUE to zero
- nir/algebraic: Be more careful converting ushr to extract_u8/16

View File

@@ -92,7 +92,7 @@ Gert Wollny (1):
- winsys/virgl: correct resource and handle allocation (v2)
Jason Ekstrand (6):
Faith Ekstrand (6):
- anv/pipeline: Only consider double elements which actually exist
- i965: Workaround the gen9 hw astc5x5 sampler bug

View File

@@ -114,7 +114,7 @@ Ian Romanick (1):
- i965/fs: Don't propagate conditional modifiers from integer compares
to adds
Jason Ekstrand (11):
Faith Ekstrand (11):
- anv/pipeline: Only consider double elements which actually exist
- i965: Workaround the gen9 hw astc5x5 sampler bug

View File

@@ -71,7 +71,7 @@ Eric Engestrom (1):
- vulkan/wsi/display: check if wsi_swapchain_init() succeeded
Jason Ekstrand (1):
Faith Ekstrand (1):
- anv,radv: Implement vkAcquireNextImage2

View File

@@ -84,7 +84,7 @@ Ilia Mirkin (4):
- nv50,nvc0: guard against zero-size blits
- nvc0: fix blitting red to srgb8_alpha
Jason Ekstrand (7):
Faith Ekstrand (7):
- nir/cf: Remove phi sources if needed in nir_handle_add_jump
- anv: Use separate MOCS settings for external BOs

View File

@@ -83,7 +83,7 @@ Jan Vesely (1):
- radeonsi: Bump number of allowed global buffers to 32
Jason Ekstrand (3):
Faith Ekstrand (3):
- spirv: Use the right bit-size for spec constant ops
- blorp: Emit a dummy 3DSTATE_WM prior to 3DSTATE_WM_HZ_OP

View File

@@ -106,7 +106,7 @@ Gert Wollny (3):
- r600: clean up the GS ring buffers when the context is destroyed
- glsl: free or reuse memory allocated for TF varying
Jason Ekstrand (2):
Faith Ekstrand (2):
- nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
- anv: Put robust buffer access in the pipeline hash

View File

@@ -99,7 +99,7 @@ Jan Vesely (1):
- clover: Fix build after clang r348827
Jason Ekstrand (1):
Faith Ekstrand (1):
- nir/constant_folding: Fix source bit size logic

View File

@@ -38,6 +38,6 @@ Emil Velikov (2):
- docs: add sha256 checksums for 18.3.0
- Update version to 18.3.1
Jason Ekstrand (1):
Faith Ekstrand (1):
- anv,radv: Disable VK_EXT_pci_bus_info

View File

@@ -162,7 +162,7 @@ Jan Vesely (1):
- clover: Fix build after clang r348827
Jason Ekstrand (6):
Faith Ekstrand (6):
- nir/constant_folding: Fix source bit size logic
- intel/blorp: Be more conservative about copying clear colors

View File

@@ -110,7 +110,7 @@ Iago Toral Quiroga (1):
- anv/device: fix maximum number of images supported
Jason Ekstrand (3):
Faith Ekstrand (3):
- anv/nir: Rework arguments to apply_pipeline_layout
- anv: Only parse pImmutableSamplers if the descriptor has samplers

View File

@@ -91,7 +91,7 @@ Ilia Mirkin (1):
- nvc0: we have 16k-sized framebuffers, fix default scissors
Jason Ekstrand (3):
Faith Ekstrand (3):
- intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
- intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode

View File

@@ -133,7 +133,7 @@ Ilia Mirkin (1):
- glsl: fix recording of variables for XFB in TCS shaders
Jason Ekstrand (10):
Faith Ekstrand (10):
- intel/fs: Bail in optimize_extract_to_float if we have modifiers
- compiler/types: Add a contains_64bit helper

View File

@@ -90,7 +90,7 @@ Eric Engestrom (1):
- meson: strip rpath from megadrivers
Jason Ekstrand (2):
Faith Ekstrand (2):
- anv/pass: Flag the need for a RT flush for resolve attachments
- Revert "anv/radv: release memory allocated by glsl types during

View File

@@ -1218,7 +1218,7 @@ Jan Vesely (2):
- amd: Make vgpr-spilling depend on llvm version
- clover: Fix build after clang r348827
Jason Ekstrand (207):
Faith Ekstrand (207):
- vulkan: Update the XML and headers to 1.1.91
- intel/fs,vec4: Clean up a repeated pattern with SSBOs

View File

@@ -83,7 +83,7 @@ Eric Anholt (1):
- v3d: Fix leak of the renderonly struct on screen destruction.
Jason Ekstrand (6):
Faith Ekstrand (6):
- glsl/lower_vector_derefs: Don't use a temporary for TCS outputs
- glsl/list: Add a list variant of insert_after

View File

@@ -62,7 +62,7 @@ Eric Engestrom (1):
- meson: strip rpath from megadrivers
Jason Ekstrand (1):
Faith Ekstrand (1):
- Revert "anv/radv: release memory allocated by glsl types during
spirv_to_nir"

View File

@@ -71,7 +71,7 @@ Eric Engestrom (1):
- meson: remove meson-created megadrivers symlinks
Jason Ekstrand (2):
Faith Ekstrand (2):
- anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7
- anv: Add a #define for the max binding table size

View File

@@ -132,7 +132,7 @@ Ian Romanick (2):
- glsl: Silence may unused parameter warnings in glsl/ir.h
- mesa: Add missing display list support for GL_FOG_COORDINATE_SOURCE
Jason Ekstrand (1):
Faith Ekstrand (1):
- anv/descriptor_set: Destroy sets before pool finalization

View File

@@ -72,7 +72,7 @@ Ian Romanick (1):
- Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
Jason Ekstrand (3):
Faith Ekstrand (3):
- intel/fs/ra: Only add dest interference to sources that exist
- intel/fs/ra: Stop adding RA interference to too many SENDS nodes

View File

@@ -75,7 +75,7 @@ Haihao Xiang (1):
- i965: support UYVY for external import only
Jason Ekstrand (2):
Faith Ekstrand (2):
- nir/propagate_invariant: Don't add NULL vars to the hash table
- anv: Set STATE_BASE_ADDRESS upper bounds on gen7

View File

@@ -2061,7 +2061,7 @@ Jan Zielinski (1):
- swr/rast: fix 32-bit compilation on Linux
Jason Ekstrand (212):
Faith Ekstrand (212):
- spirv: Replace vtn_constant_value with vtn_constant_uint
- spirv: Rework handling of spec constant workgroup size built-ins

View File

@@ -77,7 +77,7 @@ Haihao Xiang (1):
- i965: support UYVY for external import only
Jason Ekstrand (1):
Faith Ekstrand (1):
- anv: Set STATE_BASE_ADDRESS upper bounds on gen7

View File

@@ -96,7 +96,7 @@ James Clarke (1):
- meson: GNU/kFreeBSD has DRM/KMS and requires -D_GNU_SOURCE
Jason Ekstrand (2):
Faith Ekstrand (2):
- anv/descriptor_set: Only write texture swizzles if we have an image
view

View File

@@ -96,7 +96,7 @@ Ian Romanick (4):
- nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_size
- mesa: Set minimum possible GLSL version
Jason Ekstrand (13):
Faith Ekstrand (13):
- nir/instr_set: Expose nir_instrs_equal()
- nir/loop_analyze: Fix phi-of-identical-alu detection

View File

@@ -132,7 +132,7 @@ Ilia Mirkin (4):
- nvc0: allow a non-user buffer to be bound at position 0
- nv50/ir: handle insn not being there for definition of CVT arg
Jason Ekstrand (6):
Faith Ekstrand (6):
- intel/fs: Stop stack allocating large arrays
- anv: Disable transform feedback on gen7

View File

@@ -66,7 +66,7 @@ Greg V (2):
- anv: remove unused Linux-specific include
- intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEV
Jason Ekstrand (1):
Faith Ekstrand (1):
- anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D

View File

@@ -88,7 +88,7 @@ Hal Gentz (1):
- glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.
Jason Ekstrand (7):
Faith Ekstrand (7):
- Revert "intel/fs: Move the scalar-region conversion to the
generator."

View File

@@ -142,7 +142,7 @@ Hal Gentz (1):
- gallium/osmesa: Fix the inability to set no context as current.
Jason Ekstrand (2):
Faith Ekstrand (2):
- nir/repair_ssa: Replace the unreachable check with the phi builder
- intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates

View File

@@ -253,7 +253,7 @@ Ilia Mirkin (1):
- gallium/vl: use compute preference for all multimedia, not just blit
Jason Ekstrand (9):
Faith Ekstrand (9):
- anv: Bump maxComputeWorkgroupSize
- nir: Handle complex derefs in nir_split_array_vars

Some files were not shown because too many files have changed in this diff Show More