summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover
Commit message (Expand)AuthorAgeFilesLines
...
* clover/llvm: Factor out compiler option tokenization.Francisco Jerez2016-07-111-12/+13
* clover/llvm: Factor out target string parsing.Francisco Jerez2016-07-111-21/+24
* clover/llvm: Collect #ifdef mess into a separate file.Francisco Jerez2016-07-113-75/+157
* clover/llvm: Drop dead code.Francisco Jerez2016-07-111-40/+0
* clover/llvm: Drop support for LLVM < 3.6.Francisco Jerez2016-07-111-36/+4
* gallium: add async flag to pipe_debug_callbackNicolai Hähnle2016-07-081-1/+4
* clover: conditionally use MESA_GIT_SHA1Emil Velikov2016-07-052-2/+8
* clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driverHans de Goede2016-07-021-0/+1
* clover: Fix kernel metadata retrieval after clang r273425Jan Vesely2016-06-271-4/+31
* clover/llvm: Fix copyright attribution of invocation.cpp.Francisco Jerez2016-06-271-1/+5
* clover: Fix build against clang SVN >= r273191Vedran Miletić2016-06-211-1/+1
* clover: Include generated sources in AM_CPPFLAGSAaron Watry2016-06-141-0/+1
* clover: Update OpenCL version string to match OpenGLVedran Miletić2016-06-132-2/+6
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* clover: grid_offset should be padded with 0 not 1Jan Vesely2016-05-161-1/+1
* clover: Handle PIPE_SHADER_IR_NIR in switchJan Vesely2016-05-151-1/+2
* clover: Fix build against clang SVN >= r267772Michel Dänzer2016-04-281-0/+3
* clover: Fix build against LLVM SVN >= r266163Michel Dänzer2016-04-141-0/+14
* Revert "clover: Fix build against clang SVN >= r265359"Michel Dänzer2016-04-071-3/+0
* clover: Fix build against clang SVN >= r265359Michel Dänzer2016-04-051-0/+3
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-14/+17
* gallium: add global buffer memory barrier bitBas Nieuwenhuizen2016-04-021-0/+2
* gallium: add compute shader IR typeBas Nieuwenhuizen2016-04-021-0/+1
* clover: Fix pipe_grid_info.indirect not being initialized.Hans de Goede2016-03-141-1/+1
* st/clover: Add libelf cflags to the buildKoop Mast2016-02-291-0/+1
* clover: fix build failure since bfd695eSerge Martin2016-02-141-3/+3
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-131-5/+8
* clover: Fix build against LLVM 3.8 SVN >= r255078Michel Dänzer2015-12-101-0/+4
* clover: Handle NULL devices returned by pipe_loader_probe() v2Tom Stellard2015-12-011-1/+2
* clover: fix tgsi compiler crash with invalid srcSerge Martin2015-11-261-0/+5
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-212-2/+1
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-211-1/+0
* st/clover: provide a path for drivers to call through to pfn_notifyIlia Mirkin2015-11-054-4/+36
* clover: fix building fix clang-3.8Laurent Carlier2015-10-291-1/+5
* clover: Implement clCreateImage?D w/ clCreateImage.Serge Martin2015-09-281-52/+8
* clover: Implement CL1.2 clCreateImage().Serge Martin2015-09-281-10/+91
* clover: Move down canonicalization of memory object flags into validate_flags().Francisco Jerez2015-09-281-39/+40
* clover: Avoid using typename to allow compilation of clover by clangAlbert Freeman2015-09-101-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* clover: fix llvm 3.5 build errorZoltan Gilian2015-08-211-12/+21
* st/clover: Fix build against LLVM 3.8 SVN r244928Michel Dänzer2015-08-141-0/+2
* clover: Stub missing CL 1.2 functions.Serge Martin (EdB)2015-08-076-8/+65
* clover: handle setKernelArg errorsZoltan Gilian2015-08-031-0/+15
* clover: fix image resource depth and array_sizeZoltan Gilian2015-08-032-1/+2
* clover: pass image attributes to the kernelZoltan Gilian2015-08-034-11/+171
* clover: move find_kernels to functionsZoltan Gilian2015-08-031-13/+15
* clover: make dispatch matches functions defEdB2015-07-311-5/+18
* gallium: add new limits for shader buffers and imagesMarek Olšák2015-07-161-2/+2
* clover: little OpenCL status code logging cleanEdB2015-07-165-25/+32
* gallium: use fence_finish instead of fence_signalled in state trackersMarek Olšák2015-07-051-1/+1