loader: #define PATH_MAX when undefined (eg. Hurd)
[mesa.git] / src /
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
2020-01-18 Erik Faye-Lundzink: store image-type per texture
2020-01-18 Erik Faye-Lundzink: avoid incorrect vector-construction
2020-01-18 Erik Faye-Lundzink: support offset-variants of texturing
2020-01-18 Erik Faye-Lundzink: implement nir_texop_txs
2020-01-17 Rob Clarkfreedreno/a6xx: add PROG_FB_RAST stateobj
2020-01-17 Rob Clarkfreedreno/a6xx: move dynamic program state to streaming...
2020-01-17 Rob Clarkfreedreno/a6xx: drop a few more per-draw registers
2020-01-17 Rob Clarkfreedreno/a6xx: separate rast stateobj for prim restart
2020-01-17 Rob Clarkfreedreno/a6xx: cleanup rasterizer state
2020-01-17 Rob Clarkfreedreno/a6xx: limit scratch/debug markers to debug...
2020-01-17 Jordan Justeniris: Fix some indentation in iris_init_render_context
2020-01-17 C Stoututil/vector: Fix u_vector_foreach when head rolls over
2020-01-17 Francisco Jerezintel/fs: Switch to standard vector layout for barycent...
2020-01-17 Francisco Jerezintel/fs: Introduce barycentric layout lowering pass.
2020-01-17 Francisco Jerezintel/fs: Split fetch_payload_reg() into separate helpe...
2020-01-17 Francisco Jerezintel/fs/gen6: Use SEL instead of bashing thread payloa...
2020-01-17 Francisco Jerezintel/fs/gen6: Generalize aligned_pairs_class to SIMD16...
2020-01-17 Francisco Jerezintel/fs/gen6: Constrain barycentric source of LINTERP...
2020-01-17 Francisco Jerezintel/fs/gen4-6: Allocate registers from aligned_pairs_...
2020-01-17 Francisco Jerezintel/fs: Allow limited copy propagation of a LOAD_PAYL...
2020-01-17 Francisco Jerezintel/fs: Add support for copy-propagating a block...
2020-01-17 Francisco Jerezintel/fs: Add partial support for copy-propagating...
2020-01-17 Francisco Jerezintel/fs: Extend copy propagation dataflow analysis...
2020-01-17 Francisco Jerezintel/fs: Rework fs_inst::is_copy_payload() into multip...
2020-01-17 Francisco Jerezintel/fs: Generalize fs_reg::is_contiguous() to registe...
2020-01-17 Francisco Jerezintel/fs: Try to vectorize header setup in lower_load_p...
2020-01-17 Marek Olšákst/dri: do FLUSH_VERTICES before calling flush_resource
2020-01-17 Marek Olšákgallium: add st_context_iface::flush_resource to call...
2020-01-17 Lionel Landwerlinanv: enable VK_KHR_swapchain_mutable_format
2020-01-17 Jason Ekstrandvulkan/wsi: Implement VK_KHR_swapchain_mutable_format
2020-01-17 Jason Ekstrandvulkan/wsi: Filter modifiers with ImageFormatProperties
2020-01-17 Jason Ekstrandvulkan/wsi: Use the interface from the real modifiers...
2020-01-17 Jason Ekstrandvulkan/wsi: Move the ImageCreateInfo higher up
2020-01-17 Jason Ekstrandanv: Support modifiers in GetImageFormatProperties2
2020-01-17 Jason Ekstrandanv: Drop some VK_IMAGE_TILING_OPTIMAL checks
2020-01-17 Samuel Pitoisetaco: print assembly with CLRXdisasm for GFX6-GFX7 if...
2020-01-17 Andres Rodriguezvulkan/wsi: disable the hardware cursor
2020-01-17 Krzysztof Raszkowskigallium/swr: Disable showing detected arch message.
2020-01-17 Samuel Pitoisetaco: fix emitting slc for MUBUF instructions on GFX6...
2020-01-17 Boris Brezillonpanfrost/midgard: Fix swizzle for store instructions
2020-01-17 Pierre-Eric Pellou... util: call bind_sampler_states before setting sampler_views
2020-01-16 Eric Anholtnir: Fix printing of ~0 .locations.
2020-01-16 Andreas Baierllima: Fix alpha blending
2020-01-16 Daniel Schürmannaco: ignore parallelcopies to the same register on...
2020-01-16 Daniel Schürmannaco: handle phi affinities transitively through paralle...
2020-01-16 Daniel Schürmannaco: rework lower_to_cssa()
2020-01-16 Samuel Pitoisetaco: implement stream output with vec3 on GFX6
2020-01-16 Samuel Pitoisetaco: do not combine additions of DS instructions on...
2020-01-16 Samuel Pitoisetaco: do not select 96-bit/128-bit variants for ds_read...
2020-01-16 Lionel Landwerlinintel/perf: report query split for mdapi
2020-01-16 Lionel Landwerlinintel/perf: expose timestamp begin for mdapi
2020-01-16 Tapani Pällianv: set depth stall enabled when depth flush enabled...
2020-01-16 Tapani Pälliiris: set depth stall enabled when depth flush enabled...
2020-01-16 Lionel Landwerlinanv: implement another workaround for non pipelined...
2020-01-16 Lionel Landwerliniris: implement another workaround for non pipelined...
2020-01-16 Lionel Landwerliniris: handle new PIPE_CONTROL field
2020-01-16 Lionel Landwerlingenxml: add new Gen11+ PIPE_CONTROL field
2020-01-16 Kenneth Graunkest/mesa: Allocate full miplevels if MaxLevel is explici...
2020-01-16 Samuel Pitoisetaco: fix emitting SMEM instructions with no operands...
2020-01-16 Vasily Khoruzhicklima: fix handling of reverse depth range
2020-01-16 Ilia Mirkinnvc0: disable xfb's which don't have a stride
2020-01-15 Erico Nuneslima/ppir: implement full liveness analysis for regalloc
2020-01-15 Erico Nuneslima/ppir: remove orphan load node after cloning
next