- b9927c8 nir/serialize: fix serialization of system values by Karol Herbst · 4 years, 2 months ago
- 5c45eaf clover/spirv: fix vec3 alignment by Karol Herbst · 4 years, 2 months ago
- 6e52c6d nvc0/cl: hande 64 bit pointers in nvc0_set_global_handle by Karol Herbst · 4 years, 2 months ago
- 5eacaa9 spirv: fix 64 bit atomic inc and dec by Karol Herbst · 4 years, 3 months ago
- 1c9efcd nvc0/ir: fix load propagation for sub 4 byte addressing by Karol Herbst · 4 years, 3 months ago
- 036f1c2 clover/llvm: undefine __IMAGE_SUPPORT__ for devices without image support by Karol Herbst · 4 years, 3 months ago
- 7dc3983 clover/nir: use offset for temp memory by Karol Herbst · 4 years, 3 months ago
- d7b65cf nv50/ir: fix cas lowering for 64 bit by Karol Herbst · 4 years, 8 months ago
- d421af3 clover/nir: Lower function_temp to scratch. by Karol Herbst · 4 years, 3 months ago
- 8e259da egl/x11: simplify dri2_initialize_x11() by Eric Engestrom · 4 years, 3 months ago
- bd385c4 egl/wayland: simplify dri2_initialize_wayland() by Eric Engestrom · 4 years, 3 months ago
- f7e0cdc egl/surfaceless: simplify dri2_initialize_surfaceless() by Eric Engestrom · 4 years, 3 months ago
- 83b5c1a egl/android: simplify dri2_initialize_android() by Eric Engestrom · 4 years, 3 months ago
- cccb497 intel/fs: Fix MOV_INDIRECT and BROADCAST of Q types on Gen11+ by Jason Ekstrand · 4 years, 4 months ago
- 70cbddc nir: use enum operator helper for nir_variable_mode and nir_metadata by Karol Herbst · 4 years, 2 months ago
- 76a1fb3 util: add helpers to define bitwise operators on enums for C++ by Karol Herbst · 4 years, 2 months ago
- 24dfd79 nir: use nir_var_all to get rid of casting by Karol Herbst · 4 years, 2 months ago
- 15da983 nir: Improve the comment on num_inputs and friends by Jason Ekstrand · 4 years, 2 months ago
- 4d18e71 nir: Rename num_shared to shared_size by Jason Ekstrand · 4 years, 2 months ago
- 471f260 spirv: Delete some dead workgroup variable handling code by Jason Ekstrand · 4 years, 2 months ago
- 1459cce spirv: add some tests for volatile/available/visible by Rhys Perry · 4 years, 3 months ago
- fb6b243 spirv: Support big-endian strings by Jason Ekstrand · 4 years, 2 months ago
- a8d8fbb spirv: implement SpvMemoryAccessVolatileMask by Rhys Perry · 4 years, 4 months ago
- f81e1d2 spirv: implement Volatile image operand by Rhys Perry · 4 years, 4 months ago
- 2ba3ffa spirv: implement Volatile memory semantic by Rhys Perry · 4 years, 6 months ago
- 23bfba8 spirv: implement MakePointerAvailable/MakePointerVisible for OpCopyMemory by Rhys Perry · 4 years, 6 months ago
- e01d1a9 spirv: add vtn_emit_make_{visible,available}_barrier helpers by Rhys Perry · 4 years, 3 months ago
- b85c38a spirv: make OpLoad/OpStore visibility/availablity barriers acquire/release by Rhys Perry · 4 years, 3 months ago
- 5b92392 spirv: fix Uniform and Output MemoryAccessMakePointer{Visible,Available} by Rhys Perry · 4 years, 3 months ago
- 857b9c5 spirv: Add a vtn_get_mem_operands() helper by Boris Brezillon · 4 years, 3 months ago
- 959539f intel/isl: Drop unnecessary check on 16bpp depth format by Sagar Ghuge · 4 years, 2 months ago
- 829699b anv: implement shareable timeline semaphores by Lionel Landwerlin · 5 years ago
- a965ffa anv: add new gem/drm helpers by Lionel Landwerlin · 5 years ago
- a0c07e4 include/drm-uapi: bump headers by Lionel Landwerlin · 6 years ago
- a6291b1 freedreno/ir3: rework setup_{input,output} to make struct varyings work by Jonathan Marek · 4 years, 3 months ago
- c694af4 freedreno/ir3: improve handling of aliased inputs by Jonathan Marek · 4 years, 3 months ago
- acb6163 freedreno/ir3: remove indirect input load by Jonathan Marek · 4 years, 3 months ago
- 0097354 radv: Allow triggering thread traces by file. by Bas Nieuwenhuizen · 4 years, 2 months ago
- 0d862da radv: Centralize enabling thread trace. by Bas Nieuwenhuizen · 4 years, 2 months ago
- b7a6333 amd/registers: switch to new generated register definitions by Marek Olšák · 4 years, 3 months ago
- e492a31 amd/registers: add non-gfx10 register files generated from kernel headers by Marek Olšák · 4 years, 3 months ago
- 48a7a24 amd/registers: add a script that generates json from kernel headers by Marek Olšák · 4 years, 3 months ago
- b2f23af amd/registers: sort registers by offset in json by Marek Olšák · 4 years, 3 months ago
- 843b4e6 amd/registers: expose the canonicalize.py program as a function by Marek Olšák · 4 years, 3 months ago
- ec5e918 vulkan/wsi/x11: wait for acquirable images in FIFO mode by Roman Gilg · 4 years, 2 months ago
- d0bc1ad vulkan/wsi/x11: add sent image counter by Roman Gilg · 4 years, 2 months ago
- 68957a8 aco: Add README which explains about what ACO is and how it works. by Timur Kristóf · 4 years, 8 months ago
- b4d4c54 aco: Fixup markdown formatting of the README-ISA. by Timur Kristóf · 4 years, 8 months ago
- 086fafc aco: Move README to README-ISA by Timur Kristóf · 4 years, 2 months ago
- bc123c3 nir/algebraic: mark some optimizations with fsat(NaN) as inexact by Samuel Pitoiset · 4 years, 2 months ago
- a6c4db9 ci: Restrict "success" job to pipelines for MRs by Michel Dänzer · 4 years, 2 months ago
- d383133 docs: Stop claiming to implement OpenVG by Adam Jackson · 4 years, 2 months ago
- 0308e63 ci: Don't exclude "success" job from mesa/mesa pipelines for MRs by Michel Dänzer · 4 years, 2 months ago
- f13f32f ci: Create test-docs job in mesa/mesa pipelines for MRs by Michel Dänzer · 4 years, 2 months ago
- 52cac06 gallivm: fix build on LLVM 12 due to LLVMAddConstantPropagationPass removal by Marek Olšák · 4 years, 2 months ago
- 8b1ab78 radv: dump GPU info into the hang report by Samuel Pitoiset · 4 years, 2 months ago
- aa675cd radv: improve reporting faulty pipelines when a GPU hang is detected by Samuel Pitoiset · 4 years, 2 months ago
- dd1f035 radv: force RADV_DEBUG=syncshaders when RADV_TRACE_FILE is used by Samuel Pitoiset · 4 years, 2 months ago
- 004119d vulkan: Fix memory leaks. by Vinson Lee · 4 years, 2 months ago
- 50e14c3 radv/winsys: Fix memory leak. by Vinson Lee · 4 years, 2 months ago
- b778e7b nir/vtn: Convert constant samplers to variables with data by Jesse Natalie · 4 years, 6 months ago
- 397730e nir/vtn: Add intrinsics for CL image format/order queries by Jesse Natalie · 4 years, 6 months ago
- 5ce6821 nir/vtn: ImageSizeLod op can be applied to images by Jesse Natalie · 4 years, 6 months ago
- 701cb9d nir/vtn: Handle integer sampling coordinates by Jesse Natalie · 4 years, 6 months ago
- a196f05 nir/vtn: Use return type rather than image type for tex ops by Jesse Natalie · 4 years, 7 months ago
- de36b5b nir/vtn: Add support for kernel images to SPIRV-to-NIR. by Jesse Natalie · 4 years, 7 months ago
- ce6f662 nir/vtn: Add type constant to image intrinsics by Jesse Natalie · 4 years, 7 months ago
- 865a2ad clover/nir/spirv: Use uniform rather than shader_in for kernel inputs by Jesse Natalie · 4 years, 2 months ago
- 41d0a81 pan/mdg: Fix perspective combination by Alyssa Rosenzweig · 4 years, 2 months ago
- c8ac01a pan/mdg: Fix discard encoding by Alyssa Rosenzweig · 4 years, 2 months ago
- 9efdbb2 anv: fix robust buffer access by Lionel Landwerlin · 4 years, 2 months ago
- 73d2c6c nir: Switch the indexing of block->live_in/out arrays. by Eric Anholt · 4 years, 4 months ago
- 5d2b2b5 nir: Invalidate live SSA def information when making new SSA defs. by Eric Anholt · 4 years, 2 months ago
- d3b652f ci: Switch to using gold as the linker. by Eric Anholt · 4 years, 3 months ago
- 8c4fb19 pipe-loader: Use real galliumvl if radeonsi is being linked. by Eric Anholt · 4 years, 3 months ago
- 221aa00 turnip: Make sure we include the build id. by Eric Anholt · 4 years, 3 months ago
- 2d1c607 ci: Make a missing device name correctly bail out of deqp-runner.sh. by Eric Anholt · 4 years, 3 months ago
- ee288f2 nir: add shared/global atomics to nir_get_io_offset_src() by Italo Nicola · 4 years, 3 months ago
- e281ee0 nir: Look up the shader when printing a single instruction. by Eric Anholt · 4 years, 2 months ago
- a3a8322 nir: Fix printing of individual instructions with io semantics. by Eric Anholt · 4 years, 2 months ago
- 4c050f2 panfrost: enable DrawTransformFeedback* by Ilia Mirkin · 4 years, 3 months ago
- e8b3bc1 intel/nir: Lower things with > 4 components in lower_mem_access_bit_sizes by Jason Ekstrand · 4 years, 2 months ago
- 55ae704 intel/fs: Add support for vec8 and vec16 ops by Jason Ekstrand · 4 years, 2 months ago
- b6a013c anv: VK_INTEL_performance_query interaction with VK_EXT_private_data by Lionel Landwerlin · 4 years, 3 months ago
- 5d52c26 vulkan: Don't pointlessly depend on libxcb-dri2 by Adam Jackson · 4 years, 3 months ago
- 8239fe5 zink: add note about buffer<->image copy functions not handling multisample by Mike Blumenkrantz · 4 years, 5 months ago
- d84a754 zink: use u_transfer_helper to split/merge interleaved depth/stencil formats by Mike Blumenkrantz · 4 years, 5 months ago
- 7059708 broadcom/qpu_instr: wait is not a read or write vpm instruction by Alejandro Piñeiro · 4 years, 2 months ago
- efd29d4 docs/features: Add missing Panfrost extensions by Alyssa Rosenzweig · 4 years, 2 months ago
- 8ff6e7c panfrost: Set PIPE_CAP_MAX_TEXTURE_GATHER_COMPONENTS by Alyssa Rosenzweig · 4 years, 2 months ago
- 7dab574 pan/mdg: Implement texture gathers by Alyssa Rosenzweig · 4 years, 2 months ago
- 661123b pan/mdg: Add disassembly for shadow gathers by Alyssa Rosenzweig · 4 years, 2 months ago
- f6e19dd pan/mdg: Refactor texture op/mode handling by Alyssa Rosenzweig · 4 years, 2 months ago
- 80ebf11 pan/mdg: Implement nir_intrinsic_load_sample_mask_in by Alyssa Rosenzweig · 4 years, 2 months ago
- 41184f8 pan/mdg: Bounds check swizzle writing globals by Alyssa Rosenzweig · 4 years, 2 months ago
- 2486fe6 pan/mdg: Scalarize 64-bit by Alyssa Rosenzweig · 4 years, 2 months ago
- 3e2cb21 pan/mdg: Implement i/umul_high by Alyssa Rosenzweig · 4 years, 2 months ago
- fd41dec panfrost: Emit texture/sampler points for compute by Alyssa Rosenzweig · 4 years, 2 months ago
- 55765f8 util/u_thread: include pthread_np.h if found by Jonathan Gray · 4 years, 5 months ago
- c66c5b3 util: futex fixes for OpenBSD by Jonathan Gray · 4 years, 9 months ago