meson: Fix overlinkage of dri3 loader
[mesa.git] / src /
2017-12-04 Dylan Bakermeson: Fix overlinkage of dri3 loader
2017-12-04 Dylan Bakermeson: fix underlinkage without dri3
2017-12-04 Dylan Bakermeson: Reformat glx code to match more common style
2017-12-04 Samuel Pitoisetradv: fix a crash in radv_can_dump_shader()
2017-12-04 Chad Versaceintel/isl: Declare private array as static const
2017-12-04 Dylan Bakermeson: Install dri.pc file when building gallium dri...
2017-12-04 Lionel Landwerlinanv: query CS timestamp frequency from the kernel
2017-12-04 Lionel Landwerlini965: read CS timestamp frequency from the kernel on...
2017-12-04 Jason Ekstrandradv: Implement VK_KHR_get_surface_capabilities2
2017-12-04 Jason Ekstrandvulkan/wsi: Initialize individual WSI interfaces in...
2017-12-04 Jason Ekstrandvulkan/wsi: Drop some unneeded cruft from the API
2017-12-04 Jason Ekstrandvulkan/wsi: Add wrappers for all of the surface queries
2017-12-04 Jason Ekstrandvulkan/wsi: Drop the can_handle_different_gpu parameter...
2017-12-04 Jason Ekstrandvulkan/wsi: Move wsi_swapchain to wsi_common_private.h
2017-12-04 Jason Ekstrandvulkan/wsi: Add a helper for AcquireNextImage
2017-12-04 Dave Airlievulkan/wsi: move swapchain create/destroy to common...
2017-12-04 Jason Ekstrandvulkan/wsi: Move prime blitting into queue_present
2017-12-04 Jason Ekstrandvulkan/wsi: Move get_images into common code
2017-12-04 Jason Ekstrandanv/wsi: Enable prime support
2017-12-04 Jason Ekstrandanv/wsi: Use the common QueuePresent code
2017-12-04 Jason Ekstrandvulkan/wsi: Set a proper pWaitDstStageMask on the dummy...
2017-12-04 Jason Ekstrandvulkan/wsi: Only wait on semaphores on the first swapchain
2017-12-04 Jason Ekstrandvulkan/wsi: Refactor result handling in queue_present
2017-12-04 Dave Airlieradv/wsi: Move the guts of QueuePresent to wsi common
2017-12-04 Jason Ekstrandvulkan/wsi: Add a WSI_FROM_HANDLE macro
2017-12-04 Dave Airlieradv/wsi: drop allocate memory special case
2017-12-04 Jason Ekstrandvulkan/wsi: Do image creation in common code
2017-12-04 Jason Ekstrandvulkan/wsi: Implement prime in a completely generic way
2017-12-04 Jason Ekstrandradv: Move wsi initialization later in physical_device_init
2017-12-04 Jason Ekstrandradv/image: Implement the wsi "extension"
2017-12-04 Jason Ekstrandanv/image: Implement the wsi "extension"
2017-12-04 Jason Ekstrandanv: Require a dedicated allocation for modified images
2017-12-04 Jason Ekstrandanv/image: Add a drm_format_mod field
2017-12-04 Jason Ekstrandradv: Implement VK_EXT_external_memory_dma_buf
2017-12-04 Jason Ekstrandanv: Implement VK_EXT_external_memory_dma_buf
2017-12-04 Jason Ekstrandvulkan/wsi: Add a mock image creation extension
2017-12-04 Jason Ekstrandvulkan/wsi: Add wsi_swapchain_init/finish functions
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function
2017-12-04 Jason Ekstrandvulkan/wsi/x11: Handle the geometry check earlier in...
2017-12-04 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-12-04 Dave Airlievulkan/wsi: use function ptr definitions from the spec.
2017-12-04 Kenneth Graunkei965: Emit CS stall before MEDIA_VFE_STATE.
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-12-04 Jason Ekstrandspirv: Replace unreachable with vtn_fail
2017-12-04 Jason Ekstrandspirv: Replace assert with vtn_assert
2017-12-04 Jason Ekstrandspirv: Add vtn_fail and vtn_assert helpers
2017-12-04 Jason Ekstrandutil: Add a NORETURN macro
2017-12-04 Jason Ekstrandspirv: Do something useful with OpSource
2017-12-04 Jason Ekstrandspirv: Rework logging
2017-12-04 Jason Ekstrandspirv: Re-arrange vtn_builder initialization
2017-12-04 Jason Ekstrandspirv: Parent the nir_shader to the builder while building
2017-12-04 Rob Clarkfreedreno: mark stencil buffer valid too in case of...
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-12-04 Eric Engestromfreedreno: add -Wno-packed-bitfield-compat for meson...
2017-12-04 Samuel Iglesias... glsl: don't run intrastage array validation when the...
2017-12-04 Samuel Iglesias... glsl/es: precision qualifier doesn't need to match...
2017-12-04 Pierre Moreaunvc0/ir: Properly lower 64-bit shifts when the shift...
2017-12-04 Fabian Bielerglsl: Match order of gl_LightSourceParameters elements.
2017-12-04 Fabian Bielerglsl: Fix gl_NormalScale.
2017-12-04 Timothy Arcerist/glsl_to_nir/radeonsi: enable gs support for nir...
2017-12-04 Timothy Arceriac: add si_nir_load_input_gs() to the abi
2017-12-04 Timothy Arceriac: move build_varying_gather_values() to ac_llvm_build...
2017-12-04 Timothy Arceriac: add basic nir -> llvm type helper
2017-12-04 Timothy Arceriradeonsi: create si_llvm_load_input_gs()
2017-12-04 Timothy Arceriradeonsi: pass llvm type to lds_load()
2017-12-04 Timothy Arceriradeonsi: add llvm_type_is_64bit() helper
2017-12-04 Timothy Arceriradeonsi: pass llvm type to si_llvm_emit_fetch_64bit()
2017-12-04 Timothy Arceriradeonsi: add nir support for gs epilogue
2017-12-04 Timothy Arceriradeonsi: add nir support for es epilogue
2017-12-04 Timothy Arceriradeonsi: add nir support for ls epilogue
2017-12-04 Timothy Arcerist/glsl_to_nir: add gs support to st_nir_assign_var_loc...
2017-12-04 Timothy Arcerist/glsl_to_nir: use nir_lower_io_arrays_to_elements...
2017-12-04 Timothy Arcerinir: allow builin arrays to be lowered
2017-12-04 Timothy Arcerinir: add array lowering function that assumes there...
2017-12-04 Timothy Arceriradv: enable nir varying array splitting
2017-12-03 Timothy Arcerist/glsl_to_nir: enable NIR link time opts
2017-12-03 Timothy Arceriradeonsi/nir: add support for packed inputs
2017-12-03 Timothy Arcerist/glsl_to_nir: move some calls out of st_glsl_to_nir_p...
2017-12-03 Timothy Arcerist/glsl_to_nir: call some lowering passes earlier
2017-12-03 Timothy Arcerist/glsl_to_nir: add basic NIR opt loop helper
2017-12-03 Timothy Arcerist/glsl_to_nir: make st_glsl_to_nir() static
2017-12-03 Timothy Arcerist/glsl_to_nir: split the st_glsl_to_nir() function...
2017-12-03 Timothy Arcerist/glsl_to_nir: create set_st_program() helper
2017-12-03 Timothy Arcerist/glsl: move nir linking loop to new function st_link_...
2017-12-03 Timothy Arcerinir: fix support for scalar arrays in nir_lower_io_types()
2017-12-03 Timothy Arcerist/glsl_to_nir: add st_nir_assign_var_locations() helper
2017-12-03 Timothy Arceriradv: enable nir component packing
2017-12-03 Timothy Arcerinir: add varying component packing helpers
2017-12-03 Timothy Arcerinir: add varying array splitting pass
2017-12-03 Rob Clarkfreedreno/ir3: relax barriers
2017-12-03 Rob Clarkfreedreno/ir3: all mem instructions have WAR hazzard
2017-12-03 Rob Clarkfreedreno: add debug option to force emulated indirect
2017-12-03 Rob Clarkfreedreno: also mark draw-indirect buffer as read
2017-12-03 Rob Clarkfreedreno: small cleanups
2017-12-03 Rob Clarkfreedreno: avoid unneccessary batch flush
2017-12-03 Rob Clarkfreedreno: avoid mem2gmem for invalidated buffers
2017-12-03 Rob Clarkfreedreno: deferred flush support
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-12-03 Rob Clarkfreedreno: proper locking for iterating dependent batches
2017-12-03 Rob Clarkfreedreno/a5xx: correct max_indicies for indirect draws
next