clover: Calculate optimal work group size when it's not specified by the user.
[mesa.git] / src / gallium / state_trackers / clover / api / kernel.cpp
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-24 Francisco Jerezclover: Query maximum kernel block size from the device...
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: Define a few convenience equality operators.
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 device objects to the new 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-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...
2012-10-19 Francisco Jerezclover: No need for clover::is_zero() to be a functor.
2012-09-24 Tom Stellardclover: Handle NULL value for clEnqueueNDRangeKernel...
2012-05-12 Francisco Jerezclover: Check the total work-group size provided to...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezclover: Import OpenCL state tracker.