summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover
Commit message (Expand)AuthorAgeFilesLines
* Revert "clover: Fix build after llvm r221375"Tom Stellard2014-11-121-4/+0
* clover: Fix build after llvm r221375Jan Vesely2014-11-061-0/+4
* clover: Fix clBuildProgram piglit regressionTom Stellard2014-11-031-4/+4
* clover: Fix bug when binary programs are passed to clBuildProgram() v2Tom Stellard2014-10-312-6/+14
* clover: Factor input validation of clCompileProgram into a new function v2Tom Stellard2014-10-311-10/+23
* clover: use correct typenames for compat::pair's first/secondEmil Velikov2014-10-231-2/+2
* gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca2014-10-231-35/+1
* clover: Fix build error with LLVM 3.4.Vinson Lee2014-10-211-1/+3
* clover: Don't return CL_INVALID_VALUE if there is no header.EdB2014-10-201-1/+1
* clover: Add allow_empty_tag.EdB2014-10-201-0/+18
* clover: Add initial implementation of clCompileProgram for CL 1.2.EdB2014-10-207-16/+77
* clover: Add a simple compat::pair.EdB2014-10-201-0/+9
* clover/util: Allow using key_equals with pair-like objects other than std::pair.Francisco Jerez2014-10-201-2/+2
* clover/util: Define equality operators for a couple of compat classes.Francisco Jerez2014-10-201-13/+30
* clover/util: Fix construction of compat::vector with a general container as a...Francisco Jerez2014-10-201-2/+4
* clover: Add environment variables for dumping kernel code v2Tom Stellard2014-10-161-11/+75
* clover: Register an llvm diagnostic handler v3Tom Stellard2014-10-161-0/+25
* clover: Add support for compiling to native object code v3Tom Stellard2014-10-161-9/+203
* clover: Factor kernel argument parsing into its own function v2Tom Stellard2014-10-161-81/+92
* clover: Fix regression in module serializationTom Stellard2014-10-141-0/+1
* clover: Fix unintended fall-through in kernel::argument::bind.Francisco Jerez2014-10-121-0/+3
* clover: Append implicit arguments to the kernel argument list.Jan Vesely2014-10-121-13/+29
* clover: Pass execution dimensions and offset to the kernel as implicit argume...Francisco Jerez2014-10-122-25/+70
* clover: Add semantic information to module::argument for implicit parameter p...Francisco Jerez2014-10-121-4/+12
* clover: Use unreachable() from util/macros.h instead of assert(0).Francisco Jerez2014-10-113-4/+4
* clover: Add support to mem objects for multiple destructor callbacks v2Tom Stellard2014-09-222-5/+8
* st/clover: ship Doxyfile in the release tarballEmil Velikov2014-09-051-0/+2
* clover/util: Null-terminate the result of compat::string::c_str().Francisco Jerez2014-09-051-1/+3
* clover/util: Implement compat::string using aggregation instead of inheritance.Francisco Jerez2014-09-051-5/+71
* clover/util: Have compat::vector track separate size and capacity.Francisco Jerez2014-09-052-27/+44
* clover: Use conversion operator to initialize build log from compat::string.Francisco Jerez2014-09-051-2/+2
* st/clover: sort the sources listEmil Velikov2014-08-282-48/+52
* st/clover: Fix build against LLVM SVN >= r216583Michel Dänzer2014-08-281-0/+5
* st/clover: Change platform name from Default to CloverAaron Watry2014-08-221-1/+1
* st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer2014-08-211-2/+14
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-185-3/+18
* clover/util: Pass initial count value to ref_counter constructor.Francisco Jerez2014-08-181-2/+2
* clover/util: Implement minimalist reference to clover::ref_counter object.Francisco Jerez2014-08-181-0/+45
* clover: clGetProgramInfo support for OpenCL 1.2.EdB2014-08-171-0/+11
* clover: Flush the command queue in clReleaseCommandQueue()Tom Stellard2014-08-131-1/+5
* clover: Add support for CL_MAP_WRITE_INVALIDATE_REGIONBruno Jiménez2014-08-082-0/+14
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-1/+1
* clover: Add checks for image support to the image functions v2Tom Stellard2014-07-283-0/+12
* clover: Add clUnloadPlatformCompiler.EdB2014-07-282-1/+6
* clover: Add clCreateProgramWithBuiltInKernels.EdB2014-07-282-1/+23
* clover: Query the device to see if images are supportedTom Stellard2014-07-253-1/+8
* clover: Call end_query before getting timestamp result v2Tom Stellard2014-07-171-0/+1
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-025-13/+24
* clover: Have compat::string allocate its own memory.Francisco Jerez2014-07-022-5/+7
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1