summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/clover
AgeCommit message (Expand)AuthorFilesLines
2014-04-29clover: Query drivers for max clock frequencyTom Stellard3-1/+8
2014-04-29clover: Stub implementation of CL 1.2 sub-devices.EdB3-4/+66
2014-04-29clover: Add clEnqueue{Marker, Barrier}WithWaitList.EdB2-7/+43
2014-04-29clover: Align kernel argument sizes to nearest power of 2Jan Vesely1-7/+16
2014-04-29clover: Avoid warnings from references to deprecated CL 1.1 APIs.Francisco Jerez1-0/+2
2014-04-29clover: Update OpenCL headers to version 1.2 from Khronos.Francisco Jerez1-2/+6
2014-04-05clover: Document that the *obj*() helpers already take care of object validat...Francisco Jerez1-4/+6
2014-03-21clover: Fix typo in validate_object()Tom Stellard1-1/+1
2014-03-18clover: Fix region size error checking in some buffer transfer commands.Francisco Jerez1-5/+16
2014-03-07clover: Fix build against LLVM SVN r203065 or newerMichel Dänzer1-0/+4
2014-03-04clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard1-1/+1
2014-03-03clover: Fix building with latest llvmBruno Jiménez1-3/+2
2014-02-25Re-commit 'clover: Fix build with LLVM 3.5'Tom Stellard1-1/+3
2014-02-26Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"Timothy Arceri1-3/+1
2014-02-25clover: Fix build with LLVM 3.5Tom Stellard1-1/+3
2014-02-24clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard1-4/+14
2014-02-21clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez9-28/+28
2014-02-21clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez6-56/+43
2014-02-21clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez29-163/+179
2014-02-21clover: Allow storing a range into a container of different (but compatible) ...Francisco Jerez1-7/+7
2014-02-21clover: Define an intrusive smart reference class.Francisco Jerez1-0/+66
2014-02-21clover: Some improvements for the intrusive pointer class.Francisco Jerez6-30/+45
2014-02-21clover: Fix up NULL constant pointer arguments.Francisco Jerez1-1/+2
2014-02-11st/clover: use VISIBILITY_CXXFLAGS where approapriateEmil Velikov1-3/+3
2014-01-22clover: Don't crash on NULL global buffer objects.Jan Vesely1-11/+23
2014-01-18pipe-loader: add support for non-pci (platform) devicesEmil Velikov1-0/+2
2014-01-15clover: Fix clover::keys and ::values to deal with r-value references properly.Francisco Jerez1-6/+6
2014-01-15clover: Don't try to build programs created from a binary again.Francisco Jerez2-19/+22
2014-01-15clover: Add missing fields to the clover::module serialization code.Francisco Jerez1-0/+3
2014-01-15clover: Store map result into a temporary vector in clCreateProgramWithBinary.Francisco Jerez1-1/+1
2014-01-14clover: Use cl_ulong in the maximum allocation size calculation to avoid over...Francisco Jerez1-1/+1
2013-12-23clover: Remove unused variableAaron Watry1-1/+0
2013-12-18clover: Append buffers that use CL_MEM_USE_HOST_PTR.Jan Vesely1-1/+1
2013-12-18clover: Add parameter checks to clCreateBuffer.Jan Vesely1-1/+13
2013-12-02clover: Fix missing minus sign in 'iterator_adaptor::operator-='.Francisco Jerez1-1/+1
2013-11-18clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard1-2/+6
2013-11-15clover: Remove dead file from Makefile.sources.Matt Turner1-1/+0
2013-11-15clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard1-3/+9
2013-11-12clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez1-1/+2
2013-11-04clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez5-15/+176
2013-11-04clover: Constify some command_queue arguments.Francisco Jerez1-4/+4
2013-11-04clover: Workaround compiler bug present in GCC 4.7.0-4.7.2.Francisco Jerez1-16/+13
2013-11-04clover: fix build with LLVM 3.4Aaron Watry1-5/+0
2013-10-30clover: Don't install headers when using the icdTom Stellard1-10/+11
2013-10-29clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez1-1/+1
2013-10-24clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez4-10/+18
2013-10-23clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104aDavid Heidelberger1-3/+4
2013-10-21clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez1-130/+270
2013-10-21clover: Add a pixel_size() method to the image class.Francisco Jerez2-0/+7
2013-10-21clover: Implement support for the ICD extension.Francisco Jerez15-78/+1040