index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
clover
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: Store map result into a temporary vector in clCreateProgramWithBinary.
Francisco Jerez
2014-01-15
1
-1
/
+1
*
clover: Use cl_ulong in the maximum allocation size calculation to avoid over...
Francisco Jerez
2014-01-14
1
-1
/
+1
*
clover: Add parameter checks to clCreateBuffer.
Jan Vesely
2013-12-18
1
-1
/
+13
*
clover: Optionally return context's devices from clGetProgramInfo()
Tom Stellard
2013-11-18
1
-2
/
+6
*
clover: Support multiple devices in clCreateContextFromType() v2
Tom Stellard
2013-11-15
1
-3
/
+9
*
clover: Calculate optimal work group size when it's not specified by the user.
Francisco Jerez
2013-11-04
1
-13
/
+28
*
clover: Constify some command_queue arguments.
Francisco Jerez
2013-11-04
1
-4
/
+4
*
clover: Use context device list for error checking in clGetProgramBuildInfo.
Francisco Jerez
2013-10-29
1
-1
/
+1
*
clover: Query maximum kernel block size from the device instead of the kernel...
Francisco Jerez
2013-10-24
1
-4
/
+6
*
clover: Improve region and pitch argument handling in memory transfer APIs.
Francisco Jerez
2013-10-21
1
-130
/
+270
*
clover: Implement support for the ICD extension.
Francisco Jerez
2013-10-21
13
-75
/
+1026
*
clover: Clean up the kernel and program object interface.
Francisco Jerez
2013-10-21
2
-41
/
+29
*
clover: Clean up the interface of the context object slightly.
Francisco Jerez
2013-10-21
3
-9
/
+9
*
clover: Define a few convenience equality operators.
Francisco Jerez
2013-10-21
3
-5
/
+5
*
clover: Add property list helpers with a syntax consistent with other API obj...
Francisco Jerez
2013-10-21
2
-43
/
+8
*
clover: Switch samplers to the new model.
Francisco Jerez
2013-10-21
1
-23
/
+21
*
clover: Switch memory objects to the new model.
Francisco Jerez
2013-10-21
2
-199
/
+179
*
clover: Switch kernel and program objects to the new model.
Francisco Jerez
2013-10-21
2
-202
/
+171
*
clover: Switch command queues to the new model.
Francisco Jerez
2013-10-21
4
-184
/
+194
*
clover: Switch event objects to the new model.
Francisco Jerez
2013-10-21
3
-144
/
+158
*
clover: Switch context objects to the new model.
Francisco Jerez
2013-10-21
6
-77
/
+64
*
clover: Switch device objects to the new model.
Francisco Jerez
2013-10-21
5
-68
/
+67
*
clover: Switch platform objects to the new model.
Francisco Jerez
2013-10-21
2
-16
/
+16
*
clover: Define helper classes for the new object model.
Francisco Jerez
2013-10-21
1
-6
/
+2
*
clover: Clean up property query functions by using a new property_buffer help...
Francisco Jerez
2013-10-21
10
-263
/
+353
*
clover: Switch to the new utility code.
Francisco Jerez
2013-10-21
5
-97
/
+103
*
clover: Name include guards consistently.
Francisco Jerez
2013-10-21
1
-2
/
+2
*
clover: Replace a bunch of double underscores with single underscores.
Francisco Jerez
2013-10-21
3
-11
/
+13
*
clover: Clean up the event profiling code.
Francisco Jerez
2013-10-21
1
-9
/
+14
*
st/clover: Profiling support
Niels Ole Salscheider
2013-08-26
1
-1
/
+25
*
clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
Tom Stellard
2013-07-22
1
-1
/
+2
*
mesa: Restore 78-column wrapping of license text in C++-style comments.
Kenneth Graunke
2013-04-23
11
-44
/
+44
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
11
-11
/
+11
*
clover: Fix usage of incorrect object as destination in clEnqueueCopyBufferTo...
Francisco Jerez
2013-04-13
1
-1
/
+1
*
clover: Define platform class and merge with device_registry.
Francisco Jerez
2013-04-13
3
-19
/
+27
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
2
-3
/
+3
*
clover: Add support for compiler flags
Tom Stellard
2012-12-13
1
-2
/
+5
*
clover: No need for clover::is_zero() to be a functor.
Francisco Jerez
2012-10-19
4
-5
/
+5
*
clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2
Tom Stellard
2012-09-25
1
-1
/
+2
*
clover: Handle NULL value for clEnqueueNDRangeKernel local_work_size
Tom Stellard
2012-09-24
1
-7
/
+6
*
clover: Initialize height and depth to 1 for transfers
Tom Stellard
2012-09-21
1
-1
/
+1
*
clover: Accept CL_MEM_READ_WRITE flag
Blaž Tomažič
2012-08-24
1
-4
/
+4
*
clover: Handle NULL devs argument in clBuildProgram
Tom Stellard
2012-07-01
1
-5
/
+10
*
clover: Check the total work-group size provided to clEnqueueNDRangeKernel.
Francisco Jerez
2012-05-12
1
-10
/
+17
*
clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
Christoph Bumiller
2012-05-12
1
-1
/
+2
*
clover: Import OpenCL state tracker.
Francisco Jerez
2012-05-11
11
-0
/
+2417