summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api
Commit message (Expand)AuthorAgeFilesLines
* clover: Store map result into a temporary vector in clCreateProgramWithBinary.Francisco Jerez2014-01-151-1/+1
* clover: Use cl_ulong in the maximum allocation size calculation to avoid over...Francisco Jerez2014-01-141-1/+1
* clover: Add parameter checks to clCreateBuffer.Jan Vesely2013-12-181-1/+13
* clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard2013-11-181-2/+6
* clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard2013-11-151-3/+9
* clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez2013-11-041-13/+28
* clover: Constify some command_queue arguments.Francisco Jerez2013-11-041-4/+4
* clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez2013-10-291-1/+1
* clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez2013-10-241-4/+6
* clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez2013-10-211-130/+270
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-2113-75/+1026
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-212-41/+29
* clover: Clean up the interface of the context object slightly.Francisco Jerez2013-10-213-9/+9
* clover: Define a few convenience equality operators.Francisco Jerez2013-10-213-5/+5
* clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez2013-10-212-43/+8
* clover: Switch samplers to the new model.Francisco Jerez2013-10-211-23/+21
* clover: Switch memory objects to the new model.Francisco Jerez2013-10-212-199/+179
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-212-202/+171
* clover: Switch command queues to the new model.Francisco Jerez2013-10-214-184/+194
* clover: Switch event objects to the new model.Francisco Jerez2013-10-213-144/+158
* clover: Switch context objects to the new model.Francisco Jerez2013-10-216-77/+64
* clover: Switch device objects to the new model.Francisco Jerez2013-10-215-68/+67
* clover: Switch platform objects to the new model.Francisco Jerez2013-10-212-16/+16
* clover: Define helper classes for the new object model.Francisco Jerez2013-10-211-6/+2
* clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez2013-10-2110-263/+353
* clover: Switch to the new utility code.Francisco Jerez2013-10-215-97/+103
* clover: Name include guards consistently.Francisco Jerez2013-10-211-2/+2
* clover: Replace a bunch of double underscores with single underscores.Francisco Jerez2013-10-213-11/+13
* clover: Clean up the event profiling code.Francisco Jerez2013-10-211-9/+14
* st/clover: Profiling supportNiels Ole Salscheider2013-08-261-1/+25
* clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard2013-07-221-1/+2
* mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke2013-04-2311-44/+44
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2311-11/+11
* clover: Fix usage of incorrect object as destination in clEnqueueCopyBufferTo...Francisco Jerez2013-04-131-1/+1
* clover: Define platform class and merge with device_registry.Francisco Jerez2013-04-133-19/+27
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-122-3/+3
* clover: Add support for compiler flagsTom Stellard2012-12-131-2/+5
* clover: No need for clover::is_zero() to be a functor.Francisco Jerez2012-10-194-5/+5
* clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-251-1/+2
* clover: Handle NULL value for clEnqueueNDRangeKernel local_work_sizeTom Stellard2012-09-241-7/+6
* clover: Initialize height and depth to 1 for transfersTom Stellard2012-09-211-1/+1
* clover: Accept CL_MEM_READ_WRITE flagBlaž Tomažič2012-08-241-4/+4
* clover: Handle NULL devs argument in clBuildProgramTom Stellard2012-07-011-5/+10
* clover: Check the total work-group size provided to clEnqueueNDRangeKernel.Francisco Jerez2012-05-121-10/+17
* clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller2012-05-121-1/+2
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-1111-0/+2417