st/dri: Use packed RGB formats
[mesa.git] / src / gallium / state_trackers / clover / api /
2015-09-28 Serge Martinclover: Implement clCreateImage?D w/ clCreateImage.
2015-09-28 Serge Martinclover: Implement CL1.2 clCreateImage().
2015-09-28 Francisco Jerezclover: Move down canonicalization of memory object...
2015-08-07 Serge Martin (EdB)clover: Stub missing CL 1.2 functions.
2015-07-31 EdBclover: make dispatch matches functions def
2015-06-29 Grigori Goronzyclover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_M...
2015-06-05 Marek Olšákclover: clarify and fix the EGL interop error case
2015-04-30 Marek Olšákgallium,clover: add OpenCL interoperability support...
2015-04-29 EdBclover: remove util/compat
2015-04-29 EdBclover: make module::symbol::name a string
2015-04-29 EdBclover: remove compat::string
2015-04-29 EdBclover: remove compat classes that match std one
2015-03-23 Tom Stellardclover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2015-03-23 Tom Stellardclover: Add all the mandatory 1.1 extensions to the...
2015-03-23 Tom Stellardclover: Add a space at the end of CL_DEVICE_OPENCL_C_VE...
2015-03-09 Tom Stellardclover: Return the minimum required value for CL_DEVICE...
2015-03-05 Tom Stellardclover: Enable cl_khr_fp64 for devices that support...
2015-02-24 Francisco Jerezclover: Set appropriate flag defaults on memory object...
2015-02-24 EdBclover: Add CL_MEM_HOST_* flag checks.
2015-02-24 Francisco Jerezclover: Factor out memory object flags validation to...
2014-12-02 EdBclover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
2014-11-03 Tom Stellardclover: Fix clBuildProgram piglit regression
2014-10-31 Tom Stellardclover: Fix bug when binary programs are passed to...
2014-10-31 Tom Stellardclover: Factor input validation of clCompileProgram...
2014-10-20 EdBclover: Don't return CL_INVALID_VALUE if there is no...
2014-10-20 EdBclover: Add initial implementation of clCompileProgram...
2014-08-22 Aaron Watryst/clover: Change platform name from Default to Clover
2014-08-18 Francisco Jerezclover: Refuse to build a program if there are kernel...
2014-08-17 EdBclover: clGetProgramInfo support for OpenCL 1.2.
2014-08-13 Tom Stellardclover: Flush the command queue in clReleaseCommandQueue()
2014-08-08 Bruno Jiménezclover: Add support for CL_MAP_WRITE_INVALIDATE_REGION
2014-07-28 Tom Stellardclover: Add checks for image support to the image funct...
2014-07-28 EdBclover: Add clUnloadPlatformCompiler.
2014-07-28 EdBclover: Add clCreateProgramWithBuiltInKernels.
2014-07-25 Tom Stellardclover: Query the device to see if images are supported
2014-07-02 Francisco Jerezclover: Have compat::string allocate its own memory.
2014-06-19 Francisco Jerezclover: Calculate the serialized size of a module effic...
2014-06-12 Bruno Jiménezclover: query driver for the max number of compute...
2014-05-02 Tom Stellardclover: Add a stub implementation of clCreateImage...
2014-04-29 Tom Stellardclover: Query drivers for max clock frequency
2014-04-29 EdBclover: Stub implementation of CL 1.2 sub-devices.
2014-04-29 EdBclover: Add clEnqueue{Marker, Barrier}WithWaitList.
2014-04-29 Francisco Jerezclover: Avoid warnings from references to deprecated...
2014-03-21 Tom Stellardclover: Fix typo in validate_object()
2014-03-18 Francisco Jerezclover: Fix region size error checking in some buffer...
2014-02-21 Francisco Jerezclover: Unabbreviate a few data accessor names for...
2014-02-21 Francisco Jerezclover: Replace the transfer(new ...) idiom with a...
2014-02-21 Francisco Jerezclover: Migrate a bunch of pointers and references...
2014-02-21 Francisco Jerezclover: Some improvements for the intrusive pointer...
2014-01-15 Francisco Jerezclover: Store map result into a temporary vector in...
2014-01-14 Francisco Jerezclover: Use cl_ulong in the maximum allocation size...
2013-12-18 Jan Veselyclover: Add parameter checks to clCreateBuffer.
2013-11-18 Tom Stellardclover: Optionally return context's devices from clGetP...
2013-11-15 Tom Stellardclover: Support multiple devices in clCreateContextFrom...
2013-11-04 Francisco Jerezclover: Calculate optimal work group size when it's...
2013-11-04 Francisco Jerezclover: Constify some command_queue arguments.
2013-10-29 Francisco Jerezclover: Use context device list for error checking...
2013-10-24 Francisco Jerezclover: Query maximum kernel block size from the device...
2013-10-21 Francisco Jerezclover: Improve region and pitch argument handling...
2013-10-21 Francisco Jerezclover: Implement support for the ICD extension.
2013-10-21 Francisco Jerezclover: Clean up the kernel and program object interface.
2013-10-21 Francisco Jerezclover: Clean up the interface of the context object...
2013-10-21 Francisco Jerezclover: Define a few convenience equality operators.
2013-10-21 Francisco Jerezclover: Add property list helpers with a syntax consist...
2013-10-21 Francisco Jerezclover: Switch samplers to the new model.
2013-10-21 Francisco Jerezclover: Switch memory objects to the new model.
2013-10-21 Francisco Jerezclover: Switch kernel and program objects to the new...
2013-10-21 Francisco Jerezclover: Switch command queues to the new model.
2013-10-21 Francisco Jerezclover: Switch event objects to the new model.
2013-10-21 Francisco Jerezclover: Switch context objects to the new model.
2013-10-21 Francisco Jerezclover: Switch device objects to the new model.
2013-10-21 Francisco Jerezclover: Switch platform objects to the new model.
2013-10-21 Francisco Jerezclover: Define helper classes for the new object model.
2013-10-21 Francisco Jerezclover: Clean up property query functions by using...
2013-10-21 Francisco Jerezclover: Switch to the new utility code.
2013-10-21 Francisco Jerezclover: Name include guards consistently.
2013-10-21 Francisco Jerezclover: Replace a bunch of double underscores with...
2013-10-21 Francisco Jerezclover: Clean up the event profiling code.
2013-08-27 Niels Ole Salscheiderst/clover: Profiling support
2013-07-22 Tom Stellardclover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-13 Francisco Jerezclover: Fix usage of incorrect object as destination...
2013-04-13 Francisco Jerezclover: Define platform class and merge with device_reg...
2013-03-13 Matt Turnermesa: Replace MESA_VERSION with PACKAGE_VERSION.
2012-12-13 Tom Stellardclover: Add support for compiler flags
2012-10-19 Francisco Jerezclover: No need for clover::is_zero() to be a functor.
2012-09-25 Tom Stellardclover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2
2012-09-24 Tom Stellardclover: Handle NULL value for clEnqueueNDRangeKernel...
2012-09-21 Tom Stellardclover: Initialize height and depth to 1 for transfers
2012-08-24 Blaž Tomažičclover: Accept CL_MEM_READ_WRITE flag
2012-07-01 Tom Stellardclover: Handle NULL devs argument in clBuildProgram
2012-05-12 Francisco Jerezclover: Check the total work-group size provided to...
2012-05-12 Christoph Bumillerclover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezclover: Import OpenCL state tracker.