radeonsi/gfx10: fix the vertex order for triangle strips emitted by a GS
[mesa.git] / src / gallium / state_trackers / clover /
2019-11-16 Aaron Watryclover/llvm: fix build after llvm 10 commit 1dfede3122ee
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-10 Marek Olšákclover: fix the nir_serialize build failure
2019-10-09 Matt Turnerclover: Remove unused code
2019-10-09 Greg Vclover: use iterator_range in get_kernel_nodes
2019-10-07 Eric Engestrommeson: use idep_nir instead of libnir in libclnir
2019-09-25 Karol Herbstclover: eliminate "ignoring attributes on template...
2019-09-25 Karol Herbstclover/codegen: remove unused get_symbol_offsets function
2019-09-25 Karol Herbstclover/llvm: remove harmful std::move call
2019-09-23 Karol Herbstclover/nir: fix compilation with g++-5.5 and maybe...
2019-09-21 Karol Herbstclover: add support for passing kernels as nir to the...
2019-09-21 Karol Herbstclover: prepare supporting multiple IRs
2019-09-21 Karol Herbstclover: add support for drivers having no proper binary...
2019-09-21 Karol Herbstclover/functional: add id_equals helper
2019-09-21 Karol Herbstrename pipe_llvm_program_header to pipe_binary_program_...
2019-09-21 Karol Herbstgallium: add blob field to pipe_llvm_program_header
2019-09-21 Pierre Moreauclover/llvm: Add functions for compiling from source...
2019-09-21 Pierre Moreauclover/llvm: Add options for dumping SPIR-V binaries
2019-09-21 Pierre Moreauclover/spirv: Add functions for parsing arguments,...
2019-09-21 Pierre Moreauclover/spirv: Add functions for validating SPIR-V binaries
2019-09-21 Pierre Moreaumeson: Check for SPIRV-Tools and llvm-spirv
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.9
2019-09-06 Eric Engestromclover: replace more complex 3.x version check with...
2019-09-06 Eric Engestromclover: replace major llvm version checks with LLVM_VER...
2019-09-05 Hal Gentzclover: Fix build after clang r370122.
2019-08-07 Jan Veselyclover: Fix build after clang r367864
2019-06-28 Dylan BakerRevert "meson: Add support for using cmake for finding...
2019-06-27 Dylan Bakermeson: Add support for using cmake for finding LLVM
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-04-15 Dylan BakerDelete autotools
2019-02-26 Pierre Moreauclover: Fix indentation issues
2019-02-26 Pierre Moreauclover: Only use devices supporting IR_NATIVE
2019-02-26 Pierre Moreauclover: Move platform extensions definitions to clover...
2019-02-26 Pierre Moreauclover: Move device extensions definitions to core...
2019-02-26 Pierre Moreauclover: Validate program and library linking options
2019-02-26 Pierre Moreauclover: Disallow creating libraries from other libraries
2019-02-26 Pierre Moreauclover/api: Fail if trying to build a non-executable...
2019-02-26 Pierre Moreauclover/api: Rework the validation of devices for building
2019-02-26 Pierre Moreauclover: Add an helper for checking if an IR is supported
2019-02-26 Pierre Moreauclover: Remove the TGSI backend as unused
2019-02-26 Pierre Moreauclover: Avoid warnings from new OpenCL headers
2019-02-26 Karol Herbstclover: update ICD table to support everything up to 2.2
2019-02-26 Pierre Moreauinclude/CL: Update to the latest OpenCL 2.2 headers
2019-01-08 Pierre Moreauclover/meson: Ignore 'svn' suffix when computing CLANG_...
2018-12-28 Dylan Bakermeson: Override C++ standard to gnu++11 when building...
2018-12-16 Jan Veselyclover: Fix build after clang r348827
2018-10-29 Eric Engestromclover: add missing meson build dependency
2018-08-16 Eric Engestrombin: always define MESA_GIT_SHA1 to make it directly...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-26 Jan Veselyclover: Reduce wait_count in abort path.
2018-07-26 Jan Veselyclover: Don't extend illegal integer types.
2018-07-18 Jan Veselyclover: Report error when pipe driver fails to create...
2018-07-18 Jan Veselyclover: Catch errors from executing event action
2018-05-29 Jan Veselyclover: Cleanup compat code for llvm < 3.9
2018-05-29 Jan Veselyclover: Fix build after llvm r332881.
2018-05-05 Jan Veselyclover: Add explicit virtual destructor to argument...
2018-04-20 Aaron Watryclover: Fix host access validation for sub-buffer creation
2018-03-22 Aaron Watryclover/llvm: Fix build against LLVM/Clang 4.0
2018-03-21 Aaron Watryclover: Dynamically calculate __OPENCL_VERSION__ and...
2018-03-21 Aaron Watryclover/llvm: Add get_[cl|language]_version, validation...
2018-03-06 Aaron Watryclover: Allow overriding platform/device version numbers
2018-03-06 Aaron Watryclover/llvm: Pass device down to compile
2018-03-06 Aaron Watryclover: Pass device to llvm::create_compiler_instance
2018-03-06 Aaron Watryclover/llvm: Use device in llvm compilation instead...
2018-02-15 Jan Veselyclover: Fix build after llvm r325155 and r325160
2018-02-09 Timothy Arcericlover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IR
2018-02-01 Timothy Arcerigallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-09 Dylan Bakermeson: build clover
2017-11-08 Gert Wollnyclover: use the unified check for c++11 instead of...
2017-10-25 Jan Veselyclover: Fix compilation after clang r315871
2017-09-27 Jan Veselyclover: Query and export int64 atomics
2017-09-20 Jan Veselyclover: Wait for requested operation if blocking flag...
2017-09-20 Francisco Jerezclover: Run the associated action before an event is...
2017-09-20 Francisco Jerezclover: Wrap event::wait_count in a method taking care...
2017-09-18 Jan Veselyclover: add missing include to compat.h
2017-09-18 Jan Veselyclover: Query and export half precision support
2017-09-16 Jan Veselyclover: Fix build after LLVM r313390
2017-08-22 Aaron Watryclover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2017-08-16 Aaron Watryclover/event: Include additional event statuses for...
2017-08-06 Aaron Watryclover/device: Move device_version into core and add...
2017-08-04 Nicolai Hähnlepipe-loader: remove config from pipe_loader_create_screen
2017-08-04 Jan Veselyclover: Fix build after llvm r309911
2017-08-02 Nicolai Hähnlegallium: add pipe_screen_config to screen_create functions
2017-06-23 Marek Olšákgallium: allow passing 'unsigned flags' to create_screen()
2017-06-14 Aaron Watryclover/device: Get device/host unified memory from...
2017-04-27 Jan Veselyclover: Fix build since clang r301442
2017-04-21 Emil Velikovst/clover: add space between < and ::
2017-04-13 Jan Veselyclover: Add missing include to compat header
2017-04-13 Michel Dänzerclover: Fix build against clang SVN >= r299965
2017-04-05 Aaron Watryst/clover: Fix build after shrink of pipe_box
2017-03-24 Jan Veselyclover: use pipe_resource references
2017-03-02 Matt Turnerclover: Work around build failure with AltiVec.
2017-02-27 Jan Veselyclover: Dump linked binary to a different file
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-01-27 Emil Velikovclover: automake: remove -I$(srcdir)
2017-01-27 Emil Velikovclover: automake: include builddir prior to srcdir
2017-01-27 Michel Dänzerclover: Fix build against clang SVN >= r293097
2017-01-12 Pierre Moreauclover: Check for executables before enqueueing a kernel
2016-12-25 Vedran Miletićclover: Use Clang's diagnostics
next