zink: consolidate semaphore creation where possible
[platform/upstream/mesa.git] / src / asahi /
2023-01-13 Alyssa Rosenzweigasahi: Handle sampler->compare_mode
2023-01-13 Alyssa Rosenzweigagx: Peephole select after opt_preamble
2023-01-11 Alyssa Rosenzweigagx: Don't crash trying to encoding minifloats
2023-01-11 Alyssa Rosenzweigagx: Use BITFIELD64_BIT for outputs_written
2023-01-11 Alyssa Rosenzweigagx: Wire up nir_intrinsic_store_agx
2023-01-11 Alyssa Rosenzweigagx: Remove load_global(_constant) support
2023-01-11 Alyssa Rosenzweigagx: Use load_global_constant for UBO lowering
2023-01-11 Alyssa Rosenzweigagx: Lower global loads/stores to AGX versions
2023-01-10 Alyssa Rosenzweigagx: Remove dead arg
2023-01-10 Alyssa Rosenzweigagx: Use i0/i1 variables
2023-01-10 Alyssa Rosenzweigagx: Get rid of emit_alu_bool
2023-01-10 Alyssa Rosenzweigagx: Use agx_subdivide_to for umul_high
2023-01-10 Alyssa Rosenzweigagx: Remove dead code
2023-01-10 Alyssa Rosenzweigagx: Fix missing #include
2023-01-09 Alyssa Rosenzweigasahi: Implement ARB_texture_mirror_clamp_to_edge
2023-01-09 Alyssa Rosenzweigasahi: Implement GL_CLAMP natively
2023-01-05 Alyssa Rosenzweigagx: Lower discard to zs_emit when zs_emit used
2023-01-05 Alyssa Rosenzweigagx: Fix discard with MRT
2023-01-05 Alyssa Rosenzweigagx: Introduce "no_varyings" instruction
2023-01-05 Alyssa Rosenzweigagx: Consider "stop" a control flow instruction
2023-01-05 Alyssa Rosenzweigagx: Optimize waits locally
2023-01-05 Alyssa Rosenzweigagx: Remove logical_end later
2023-01-05 Alyssa Rosenzweigagx: Validate widths of vectors
2023-01-05 Alyssa Rosenzweigagx: Add agx_read_registers helper
2023-01-05 Alyssa Rosenzweigagx: Compact st_tile argument per mask
2023-01-05 Alyssa Rosenzweigagx: Insert waits post-RA
2023-01-05 Alyssa Rosenzweigagx: Pack texture scoreboard slots
2023-01-05 Alyssa Rosenzweigagx: Pack wait instructions
2023-01-05 Alyssa Rosenzweigagx: Remove unused idiv const func
2023-01-05 Alyssa Rosenzweigagx: Use metadata for VS varying linking
2023-01-05 Alyssa Rosenzweigagx: Don't use nir_variable when gathering flat varyings
2023-01-05 Alyssa Rosenzweigagx: Hash agx_instr faster
2023-01-05 Alyssa Rosenzweigagx: Use texture write mask
2023-01-05 Alyssa Rosenzweigagx: Note that textures clobber even masked
2023-01-05 Alyssa Rosenzweigagx: Plumb in store instruction
2023-01-05 Alyssa Rosenzweigasahi/lower_tilebuffer: Avoid loading sample mask
2023-01-05 Alyssa Rosenzweigasahi: Add XML for linear 2D arrays
2023-01-05 Alyssa Rosenzweigasahi: Add XML required for vertex shader side effects
2023-01-05 Alyssa Rosenzweigasahi: Dump uniforms when decoding
2023-01-05 Alyssa Rosenzweigail: Add compression_layer_stride_B field
2023-01-05 Alyssa Rosenzweigail: Support linear 2D arrays
2022-12-27 Alyssa Rosenzweigasahi: Clang-format the subtree
2022-12-27 Alyssa Rosenzweigasahi: Clang-format the twiddled tests
2022-12-27 Alyssa Rosenzweigasahi: Add some clang-format commas
2022-12-27 Alyssa Rosenzweigasahi: Manually format some parts of the code
2022-12-27 Alyssa Rosenzweigasahi: Add .clang-format file
2022-12-27 Alyssa Rosenzweigagx: Undo sed fail
2022-12-17 Alyssa Rosenzweigasahi: Identify seamful cube map bit
2022-12-17 Alyssa Rosenzweigasahi: Identify XML for more flatshading controls
2022-12-17 Alyssa Rosenzweigagx: Implement depth and stencil export
2022-12-17 Alyssa Rosenzweigasahi: Allow texturing S8 portion of combined Z/S
2022-12-17 Asahi Linaasahi: Put meta shader keys into the meta shader itself
2022-12-17 Asahi Linaasahi: Identify & disable triangle merging for shaders...
2022-12-17 Asahi Linaasahi: Fix include guard comment on decode.h
2022-12-17 Asahi Linaasahi: Allocate enough push ranges for the worst possib...
2022-12-17 Alyssa Rosenzweigagx: Fix packing of extension for block image stores
2022-12-17 Alyssa Rosenzweigagx: Coalesce i2i16 and u2u16
2022-12-17 Asahi Linaail: Assert that the mip level is in bounds
2022-12-17 Alyssa Rosenzweigail: Fix tile sizes
2022-12-17 Asahi Linaail: Fix typo
2022-12-17 Asahi Linaail: Always allocate the full miptree
2022-12-14 Ian Romanicknir: Eliminate nir_op_i2b
2022-12-11 Alyssa Rosenzweigasahi: Model alignment of occlusion query indices
2022-12-11 Alyssa Rosenzweigasahi: Identify some more fields used with layered
2022-12-11 Alyssa Rosenzweigasahi: Identify XML for anisotropic filtering
2022-12-11 Alyssa Rosenzweigail: Save level_offsets_compressed_B
2022-12-02 Alyssa Rosenzweigagx: Lower VBOs in NIR
2022-12-02 Alyssa Rosenzweigagx: Lower UBOs in NIR
2022-12-02 Alyssa Rosenzweigagx: Implement 8-bit sign extensions
2022-12-02 Alyssa Rosenzweigagx: Allow some 8-bit sources
2022-12-02 Alyssa Rosenzweigagx: Implement formatted loads
2022-12-02 Alyssa Rosenzweigagx: Add shift to device_load
2022-12-01 Alyssa Rosenzweigagx: Clamp point sizes
2022-12-01 Alyssa Rosenzweigagx: Handle 32-bit gl_FragCoord.zw
2022-12-01 Alyssa Rosenzweigagx: Handle large varying indices
2022-11-28 Asahi Linaail: Split off test-miptree.cpp from test-layout.cpp
2022-11-28 Asahi Linaail: Add uncompressed twiddled texture sizing tests
2022-11-28 Asahi Linaail: Rename test-compression.cpp to test-comp-twiddled.cpp
2022-11-28 Asahi Linaail: Add more compression size test cases
2022-11-28 Asahi Linaail: Fix logic for buffer alignment
2022-11-28 Asahi Linaail: Fix compression metadata buffer sizing corner...
2022-11-28 Asahi Linaasahi: Pass through layer alignment flag to the hardware
2022-11-28 Asahi Linaail: Introduce layer_alignment flag
2022-11-28 Alyssa Rosenzweigagx: Add merge helpers to GenXML
2022-11-28 Alyssa Rosenzweigagx: Make empty texture pack to all-zeroes
2022-11-28 Asahi Linaasahi: Fix remaining build issues on macOS
2022-11-25 Alyssa Rosenzweigasahi: Add missing #include
2022-11-25 Asahi Linaasahi: Introduce compressed resource support
2022-11-25 Asahi Linaasahi: Identify compression-related XML
2022-11-25 Asahi Linaail: Add unit tests for compression
2022-11-25 Asahi Linaail: Introduce support for compression
2022-11-25 Alyssa Rosenzweigasahi: Set GPR count accurately for background/EOT
2022-11-24 Alyssa Rosenzweigagx: Fix signedness issues packing
2022-11-24 Alyssa Rosenzweigagx: Handle vertex shaders that use <= 8 halfregs
2022-11-24 Alyssa Rosenzweigagx: Try to align sources of pack_64_2x32_split
2022-11-24 Alyssa Rosenzweigagx: Implement nir_op_pack_64_2x32_split
2022-11-24 Alyssa Rosenzweigasahi: Copy panfrost's bo cache
2022-11-24 Alyssa Rosenzweigasahi: Stop aligning pool allocations to 4KiB
2022-11-24 Alyssa Rosenzweigasahi: Label BOs internally
2022-11-22 Yonggang Luotree-wide: Use __func__ instead of __FUNCTION__ in...
next