llvmpipe: do 64bit plane calculations in the sse path
[mesa.git] / src / gallium / state_trackers / clover /
2015-12-10 Michel Dänzerclover: Fix build against LLVM 3.8 SVN >= r255078
2015-12-01 Tom Stellardclover: Handle NULL devices returned by pipe_loader_pro...
2015-11-26 Serge Martinclover: fix tgsi compiler crash with invalid src
2015-11-21 Emil Velikovgallium: remove library_path argument from pipe_loader_...
2015-11-21 Emil Velikovautomake: use GALLIUM_PIPE_LOADER_DEFINES only where...
2015-11-05 Ilia Mirkinst/clover: provide a path for drivers to call through...
2015-10-29 Laurent Carlierclover: fix building fix clang-3.8
2015-09-28 Serge Martinclover: Implement clCreateImage?D w/ clCreateImage.
2015-09-28 Serge Martinclover: Implement CL1.2 clCreateImage().
2015-09-28 Francisco Jerezclover: Move down canonicalization of memory object...
2015-09-10 Albert Freemanclover: Avoid using typename to allow compilation of...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-21 Zoltan Gilianclover: fix llvm 3.5 build error
2015-08-14 Michel Dänzerst/clover: Fix build against LLVM 3.8 SVN r244928
2015-08-07 Serge Martin (EdB)clover: Stub missing CL 1.2 functions.
2015-08-03 Zoltan Gilianclover: handle setKernelArg errors
2015-08-03 Zoltan Gilianclover: fix image resource depth and array_size
2015-08-03 Zoltan Gilianclover: pass image attributes to the kernel
2015-08-03 Zoltan Gilianclover: move find_kernels to functions
2015-07-31 EdBclover: make dispatch matches functions def
2015-07-16 Marek Olšákgallium: add new limits for shader buffers and images
2015-07-16 EdBclover: little OpenCL status code logging clean
2015-07-05 Marek Olšákgallium: use fence_finish instead of fence_signalled...
2015-06-29 Grigori Goronzyclover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_M...
2015-06-26 Matt Turnermesa: Enable subdir-objects globally.
2015-06-05 Marek Olšákclover: clarify and fix the EGL interop error case
2015-05-27 EdBclover: Log build options when dumping clc source.
2015-05-26 Koop Mastclover: Build fix for FreeBSD.
2015-05-23 Grigori Goronzyclover: try userptr for CL_MEM_USE_HOST_PTR
2015-05-23 Grigori Goronzyclover: implement CL_MEM_ALLOC_HOST_PTR
2015-05-12 Francisco Jerezclover: Implement locking of the wait_count, _chain...
2015-05-12 Francisco Jerezclover: Wrap event::_status in a method to prevent...
2015-05-12 Francisco Jerezclover: Refactor event::trigger and ::abort to prevent...
2015-05-11 Tom Stellardclover: Fix a bug with multi-threaded events v2
2015-05-11 Tom Stellardclover: Add a mutex to guard queue::queued_events
2015-04-30 Marek Olšákgallium,clover: add OpenCL interoperability support...
2015-04-29 EdBclover: remove util/compat
2015-04-29 EdBclover: make module::symbol::name a string
2015-04-29 EdBclover: remove compat::string
2015-04-29 EdBclover: remove compat classes that match std one
2015-04-29 EdBclover: compile all sources with c++11
2015-04-20 EdBclover: remove pre llvm 3.5.0 compatibility code
2015-03-31 Tom Stellardclover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STAT...
2015-03-23 Tom Stellardclover: Return 0 as storage size for local kernel args...
2015-03-23 Giuseppe Bilottaclover: use get_device_vendor instead of get_vendor
2015-03-23 Tom Stellardclover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2015-03-23 Tom Stellardclover: Add all the mandatory 1.1 extensions to the...
2015-03-23 Tom Stellardclover: Add a space at the end of CL_DEVICE_OPENCL_C_VE...
2015-03-09 Tom Stellardclover: Return the minimum required value for CL_DEVICE...
2015-03-05 Tom Stellardclover: Enable cl_khr_fp64 for devices that support...
2015-03-04 Tom Stellardclover: Fix build since llvm r231270
2015-02-27 Tom Stellardclover: Don't unconditionally define cl_khr_fp64
2015-02-24 Francisco Jerezclover: Set appropriate flag defaults on memory object...
2015-02-24 EdBclover: Add CL_MEM_HOST_* flag checks.
2015-02-24 Francisco Jerezclover: Factor out memory object flags validation to...
2015-02-14 Shawn Starrclover: Use Legacy PassManager for LLVM trunk (3.7)
2015-01-28 EdBclover/llvm: Dump the OpenCL C code earlier.
2015-01-28 EdBclover/llvm: Move CLOVER_DEBUG stuff into anonymous...
2015-01-27 Michel Dänzerst/clover: Pass target instead of target.begin() to...
2015-01-26 Jan Veselyclover: Fix build with llvm after r226981
2015-01-15 Michel Dänzerst/clover: Adapt to TargetLibraryInfo.h move in LLVM...
2014-12-10 Jan Veselyclover: Use switch when creating kernel arguments.
2014-12-10 Aaron Watryclover: Fix build after llvm r223802
2014-12-02 EdBclover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
2014-11-12 Tom StellardRevert "clover: Fix build after llvm r221375"
2014-11-06 Jan Veselyclover: Fix build after llvm r221375
2014-11-03 Tom Stellardclover: Fix clBuildProgram piglit regression
2014-10-31 Tom Stellardclover: Fix bug when binary programs are passed to...
2014-10-31 Tom Stellardclover: Factor input validation of clCompileProgram...
2014-10-23 Emil Velikovclover: use correct typenames for compat::pair's first...
2014-10-23 José Fonsecagallivm,llvmpipe,clover: Bump required LLVM version...
2014-10-21 Vinson Leeclover: Fix build error with LLVM 3.4.
2014-10-20 EdBclover: Don't return CL_INVALID_VALUE if there is no...
2014-10-20 EdBclover: Add allow_empty_tag.
2014-10-20 EdBclover: Add initial implementation of clCompileProgram...
2014-10-20 EdBclover: Add a simple compat::pair.
2014-10-20 Francisco Jerezclover/util: Allow using key_equals with pair-like...
2014-10-20 Francisco Jerezclover/util: Define equality operators for a couple...
2014-10-20 Francisco Jerezclover/util: Fix construction of compat::vector with...
2014-10-16 Tom Stellardclover: Add environment variables for dumping kernel...
2014-10-16 Tom Stellardclover: Register an llvm diagnostic handler v3
2014-10-16 Tom Stellardclover: Add support for compiling to native object...
2014-10-16 Tom Stellardclover: Factor kernel argument parsing into its own...
2014-10-14 Tom Stellardclover: Fix regression in module serialization
2014-10-12 Francisco Jerezclover: Fix unintended fall-through in kernel::argument...
2014-10-11 Jan Veselyclover: Append implicit arguments to the kernel argumen...
2014-10-11 Francisco Jerezclover: Pass execution dimensions and offset to the...
2014-10-11 Francisco Jerezclover: Add semantic information to module::argument...
2014-10-11 Francisco Jerezclover: Use unreachable() from util/macros.h instead...
2014-09-22 Tom Stellardclover: Add support to mem objects for multiple destruc...
2014-09-05 Emil Velikovst/clover: ship Doxyfile in the release tarball
2014-09-05 Francisco Jerezclover/util: Null-terminate the result of compat::strin...
2014-09-05 Francisco Jerezclover/util: Implement compat::string using aggregation...
2014-09-05 Francisco Jerezclover/util: Have compat::vector track separate size...
2014-09-05 Francisco Jerezclover: Use conversion operator to initialize build...
2014-08-28 Emil Velikovst/clover: sort the sources list
2014-08-28 Michel Dänzerst/clover: Fix build against LLVM SVN >= r216583
2014-08-22 Aaron Watryst/clover: Change platform name from Default to Clover
2014-08-21 Michel Dänzerst/clover: Fix build against LLVM SVN >= r215967 v2
2014-08-18 Francisco Jerezclover: Refuse to build a program if there are kernel...
next