intel/compiler: Test compaction on Gen <= 12
[mesa.git] / src /
2020-01-22 Matt Turnerintel/compiler: Test compaction on Gen <= 12
2020-01-22 Matt Turnerintel/compiler: Validate fuzzed instructions
2020-01-22 Matt Turnerintel/compiler: Add unit tests for new EU validation...
2020-01-22 Matt Turnerintel/compiler: Validate some instruction word encodings
2020-01-22 Matt Turnerintel/compiler: Factor out brw_validate_instruction()
2020-01-22 Matt Turnerintel/compiler: Handle invalid compacted immediates
2020-01-22 Matt Turnerintel/compiler: Handle invalid inputs to brw_reg_type_t...
2020-01-22 Matt Turnerintel/compiler: Split hw_type tables
2020-01-22 Matt Turnerintel/compiler: Add a INVALID_{,HW_}REG_TYPE macros
2020-01-22 Matt Turnerintel/compiler: Add NF some more places
2020-01-22 Matt Turnerintel/compiler: Limit compaction unit tests to specific...
2020-01-22 Matt Turnerintel/compiler: Don't disassemble align1 3-src operands...
2020-01-22 Matt Turnerintel/compiler: Split has_64bit_types into float/int
2020-01-22 Matt Turnerintel/compiler: Extract GEN_* macros into separate...
2020-01-22 Matt Turnerintel/compiler: Use ARRAY_SIZE()
2020-01-21 Caio Marcelo de... intel/fs: Don't emit control barrier if only one thread...
2020-01-21 Caio Marcelo de... intel/fs: Don't emit fence for shared memory if only...
2020-01-21 Caio Marcelo de... intel/fs: Add workgroup_size() helper
2020-01-21 Caio Marcelo de... intel/fs: Add FS_OPCODE_SCHEDULING_FENCE
2020-01-21 Dongwon Kimgallium: check all planes' pipe formats in case of...
2020-01-21 Kenneth Graunkeanv: Drop some workarounds that are no longer necessary
2020-01-21 Kenneth Graunkeiris: Drop some workarounds which are no longer necessary
2020-01-21 Eric Anholtturnip: Disable UBWC on images used as storage images.
2020-01-21 Eric Anholtturnip: Add limited support for storage images.
2020-01-21 Eric Anholtturnip: Refactor the intrinsic lowering.
2020-01-21 Eric Anholtturnip: Fix some whitespace around binary operators.
2020-01-21 Eric Anholtradeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.
2020-01-21 Eric Anholtr300: Remove a bunch of default handling of pipe caps.
2020-01-21 Eric Anholtr600: Remove a bunch of default handling of pipe caps.
2020-01-21 Eric Anholtradeonsi: Remove a bunch of default handling of pipe...
2020-01-21 Lionel Landwerlinanv: don't report error with other vendor DRM devices
2020-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2020-01-21 Eric Anholtcompiler: Add a note about how num_ssbos works in the...
2020-01-21 Eric Anholtnir: Drop the ssbo_offset to atomic lowering.
2020-01-21 Eric Anholtgallium: Pack the atomic counters just above the SSBOs.
2020-01-21 Eric Anholtmesa: Make atomic lowering put atomics above SSBOs.
2020-01-21 Eric Anholtturnip: Refactor linkage state setup.
2020-01-21 Timur Kristófnouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.
2020-01-21 Tapani Pällianv: initialize clear_color_is_zero_one
2020-01-21 Boris Brezillonpanfrost/midgard: Print the actual source register...
2020-01-21 Alyssa Rosenzweigpanfrost: Add pandecode entries for ASTC/ETC formats
2020-01-21 Icecream95panfrost: Add ASTC texture formats
2020-01-21 Icecream95panfrost: Add ETC1/ETC2 texture formats
2020-01-21 Alyssa Rosenzweigpanfrost: Rework linear<--->tiled conversions
2020-01-21 Alyssa Rosenzweigpanfrost,lima: De-Galliumize tiling routines
2020-01-21 Alyssa Rosenzweigpanfrost: Compile tiling routines with -O3
2020-01-21 Bas Nieuwenhuizenradv: Remove syncobj_handle variable in header.
2020-01-21 Jan Zielinskigallium/gallivm: enable linking lp_bld_printf function...
2020-01-21 Danylo Piliaieviris: Fix value of out-of-bounds accesses for vertex...
2020-01-21 Hyunjun Koturnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORY
2020-01-21 Jan Veselyclover: Initialize Asm Parsers
2020-01-20 Jason Ekstrandanv: Allow enumerating multiple physical devices
2020-01-20 Jason Ekstrandanv: Re-arrange physical_device_init
2020-01-20 Jason Ekstrandanv: Drop separate chipset_id fields
2020-01-20 Jason Ekstrandanv: Move the physical device dispatch table to anv_ins...
2020-01-20 Jason Ekstrandanv: Drop the instance pointer from anv_device
2020-01-20 Jason Ekstrandanv: Stop allocating WSI event fences off the instance
2020-01-20 Jason Ekstrandanv: Take a device in anv_perf_warn
2020-01-20 Jason Ekstrandanv: Take an anv_device in vk_errorf
2020-01-20 Jason Ekstrandanv: Add an anv_physical_device field to anv_device
2020-01-20 Marek Olšákradeonsi/gfx10: enable GS fast launch for triangles...
2020-01-20 Marek Olšákradeonsi/gfx10: rewrite late alloc computation
2020-01-20 Marek Olšákac: add helper ac_build_triangle_strip_indices_to_triangle
2020-01-20 Marek Olšákradeonsi/gfx10: implement NGG culling for 4x wave32...
2020-01-20 Marek Olšákradeonsi/gfx10: move GE_PC_ALLOC setting to shader...
2020-01-20 Marek Olšákradeonsi/gfx10: don't initialize VGPRs not used by...
2020-01-20 Marek Olšákradeonsi/gfx10: merge main and pos/param export IF...
2020-01-20 Marek Olšákradeonsi/gfx10: export primitives at the beginning...
2020-01-20 Marek Olšákradeonsi/gfx10: move s_sendmsg gs_alloc_req to the...
2020-01-20 Marek Olšákradeonsi/gfx10: correct VS PrimitiveID implementation...
2020-01-20 Marek Olšákradeonsi/gfx10: update comments and remove invalid...
2020-01-20 Marek Olšákac: add ac_build_readlane without optimization barrier
2020-01-20 Marek Olšákac: add prefix bitcount functions
2020-01-20 Marek Olšákradeonsi: turn an assertion into return in si_nir_store...
2020-01-20 Marek Olšákradeonsi: fix doubles and int64
2020-01-20 Marek Olšákradeonsi: don't invoke decompression inside internal...
2020-01-20 Marek Olšákradeonsi: clean up how internal compute dispatches...
2020-01-20 Marek OlšákRevert "radeonsi: unbind image before compute clear"
2020-01-20 Samuel Pitoisetaco: implement nir_intrinsic_load_barycentric_at_sample...
2020-01-20 Samuel Pitoisetaco: add new addr64 bit to MUBUF instructions on GFX6...
2020-01-20 Samuel Pitoisetaco: do not use the vec3 variant for loads on GFX6
2020-01-20 Samuel Pitoisetaco: do not use the vec3 variant for stores on GFX6
2020-01-20 Samuel Pitoisetaco: fix constant folding of SMRD instructions on GFX6
2020-01-20 Jason Ekstrandanv: Canonicalize buffer formats for image/buffer copies
2020-01-20 Jason Ekstrandanv/blorp: Rename buffer image stride parameters
2020-01-20 Daniel StoneRevert "gallium: add st_context_iface::flush_resource...
2020-01-20 Daniel StoneRevert "st/dri: do FLUSH_VERTICES before calling flush_...
2020-01-20 Rhys Perryaco: fix fall-through test in try_remove_simple_block...
2020-01-20 Rhys Perryaco: fix stack buffer overflow in apply_sgprs()
2020-01-20 Tapani Pällianv: add assert for isl_mod_info in choose_isl_tiling_flags
2020-01-20 Tapani Pällianv: fix assert in GetImageDrmFormatModifierPropertiesEXT
2020-01-20 Tapani Pälliisl/gen12: add reminder comment about missing WA with...
2020-01-18 Icecream95panfrost: Dynamically allocate shader variants
2020-01-18 Alyssa Rosenzweigpanfrost: Expose some functionality with dEQP flag
2020-01-18 Alyssa Rosenzweigpan/midgard: Fix recursive csel scheduling
2020-01-18 Alyssa Rosenzweigpanfrost: Identify un/pack colour opcodes
2020-01-18 Alyssa Rosenzweigpan/midgard: Bytemasks should round up, not round down
2020-01-18 Icecream95panfrost: Compact the bo_access readers array
2020-01-18 Erik Faye-Lundzink: support arrays of samplers
2020-01-18 Erik Faye-Lundzink: support sampling non-float textures
next