gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
[mesa.git] / src / gallium / state_trackers / clover /
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
2016-11-25 Vedran Miletićclover: Restore support for LLVM <= 3.9.
2016-11-14 Vedran Miletićclover: adapt to new error API since LLVM r286752
2016-11-11 Laurent Carlierclover: fix building since llvm r286566
2016-11-06 Serge Martinclover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
2016-11-06 Serge Martinclover: add missing clGetDeviceInfo CL1.2 queries
2016-10-30 Serge Martinclover: Implement clGetExtensionFunctionAddressForPlatform.
2016-10-30 Vedran Miletićclover: Introduce CLOVER_EXTRA_*_OPTIONS environment...
2016-10-30 Vedran Miletićclover: Pass unquoted compiler arguments to Clang
2016-09-16 Serge Martinclover: fix getting scalar args api size
2016-09-10 Niels Ole Salscheiderst/clover: Define __OPENCL_VERSION__ on the device...
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-08-29 Jan Veselyclover: Use device cap to query pointer size instead...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-07-28 Dieter Nützelclover: make GCC 4.8 happy
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-20 Tom Stellardclover: Re-order includes in invocation.cpp to fix...
2016-07-20 Tom Stellardclover: Add missing include v2
2016-07-12 Francisco Jerezclover/api: Implement clLinkProgram per-device binary...
2016-07-12 Serge Martinclover: Add clLinkProgram (CL 1.2).
2016-07-12 Francisco Jerezclover: Trivial cleanups for api/program.cpp.
2016-07-12 Francisco Jerezclover/core: Remove compiler.hpp.
2016-07-12 Francisco Jerezclover/llvm: Get rid of compile_program_llvm().
2016-07-12 Francisco Jerezclover: Provide separate program methods for compilatio...
2016-07-12 Francisco Jerezclover: Unify program::build_* into a single method...
2016-07-12 Serge Martinclover: Change program::build opts argument to std...
2016-07-12 Francisco Jerezclover: Define error subclass to signal build option...
2016-07-12 Francisco Jerezclover: Move back to using build_error to signal compil...
2016-07-12 Serge Martinclover: Override ret_object.
2016-07-12 Francisco Jerezclover/tgsi: Add stub link_program() function.
2016-07-12 Francisco Jerezclover/tgsi: Move compiler entry point declaration...
2016-07-12 Francisco Jerezclover/llvm: Implement the -create-library linker option.
2016-07-12 Francisco Jerezclover/llvm: Implement linkage of multiple clover modules.
2016-07-12 Francisco Jerezclover/llvm: Split compilation and linking.
2016-07-12 Francisco Jerezclover/llvm: Implement library bitcode codegen.
2016-07-12 Francisco Jerezclover/llvm: Trivial assorted cleanups for invocation...
2016-07-12 Francisco Jerezclover/llvm: Split native codegen into separate file.
2016-07-12 Francisco Jerezclover/llvm: Split bitcode codegen into separate file.
2016-07-12 Francisco Jerezclover/llvm: Split shared codegen support code into...
2016-07-12 Francisco Jerezclover/llvm: Define function for bitcode print-out.
2016-07-12 Francisco Jerezclover/llvm: Split native codegen and assembly print...
2016-07-12 Francisco Jerezclover/llvm: Clean up bitcode codegen.
2016-07-12 Francisco Jerezclover/llvm: Use metadata introspection utils for kerne...
2016-07-12 Francisco Jerezclover/llvm: Use metadata introspection utils for kerne...
2016-07-12 Francisco Jerezclover/llvm: Add simplified utility functions for metad...
2016-07-12 Francisco Jerezclover/llvm: Clean up codestyle of get_kernel_args().
2016-07-12 Francisco Jerezclover/llvm: Fold compile_native() call into build_modu...
2016-07-12 Francisco Jerezclover/llvm: Factor out duplicated construction of...
2016-07-12 Francisco Jerezclover/llvm: Clean up compile_native().
2016-07-12 Francisco Jerezclover/llvm: Clean up ELF parsing.
2016-07-12 Francisco Jerezclover/llvm: Move a bunch of utility functions into...
2016-07-12 Francisco Jerezclover/llvm: Tidy debug handling.
2016-07-12 Francisco Jerezclover/llvm: Use helper function to abort compilation...
2016-07-12 Francisco Jerezclover/llvm: Simplify diagnostic_handler().
2016-07-12 Francisco Jerezclover/llvm: Trivial codestyle clean-up for optimize().
2016-07-12 Francisco Jerezclover/llvm: Clean up compilation into LLVM IR.
2016-07-12 Francisco Jerezclover/llvm: Factor out LLVM context init.
2016-07-12 Francisco Jerezclover/llvm: Declare compiler instance at top level...
2016-07-12 Francisco Jerezclover/llvm: Refactor compiler instance initialization.
2016-07-12 Francisco Jerezclover/llvm: Factor out compiler option tokenization.
2016-07-12 Francisco Jerezclover/llvm: Factor out target string parsing.
2016-07-12 Francisco Jerezclover/llvm: Collect #ifdef mess into a separate file.
2016-07-12 Francisco Jerezclover/llvm: Drop dead code.
2016-07-12 Francisco Jerezclover/llvm: Drop support for LLVM < 3.6.
2016-07-08 Nicolai Hähnlegallium: add async flag to pipe_debug_callback
2016-07-05 Emil Velikovclover: conditionally use MESA_GIT_SHA1
2016-07-02 Hans de Goedeclover: Pass work_dim parameter of clEnqueueNDRangeKern...
2016-06-28 Jan Veselyclover: Fix kernel metadata retrieval after clang r273425
2016-06-28 Francisco Jerezclover/llvm: Fix copyright attribution of invocation...
2016-06-21 Vedran Miletićclover: Fix build against clang SVN >= r273191
2016-06-14 Aaron Watryclover: Include generated sources in AM_CPPFLAGS
2016-06-13 Vedran Miletićclover: Update OpenCL version string to match OpenGL
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-16 Jan Veselyclover: grid_offset should be padded with 0 not 1
2016-05-16 Jan Veselyclover: Handle PIPE_SHADER_IR_NIR in switch
2016-04-28 Michel Dänzerclover: Fix build against clang SVN >= r267772
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Michel Dänzerclover: Fix build against LLVM SVN >= r266163
2016-04-07 Michel DänzerRevert "clover: Fix build against clang SVN >= r265359"
2016-04-05 Michel Dänzerclover: Fix build against clang SVN >= r265359
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Bas Nieuwenhuizengallium: distinguish between shader IR in get_compute_param
2016-04-01 Bas Nieuwenhuizengallium: add global buffer memory barrier bit
2016-04-01 Bas Nieuwenhuizengallium: add compute shader IR type
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-14 Hans de Goedeclover: Fix pipe_grid_info.indirect not being initialized.
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-29 Koop Mastst/clover: Add libelf cflags to the build
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-14 Serge Martinclover: fix build failure since bfd695e
2016-02-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-10 Michel Dänzerclover: Fix build against LLVM 3.8 SVN >= r255078
next