Android: gallium_dri: pass dri.sym to linker
[mesa.git] / src / gallium / state_trackers / clover /
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
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"
next