aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke2013-04-2341-164/+164
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2341-41/+41
* 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-138-68/+155
* clover: Add missing fields to the module serializer.Francisco Jerez2013-04-131-0/+2
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-051-5/+13
* clover: Fix build with LLVM 3.3Mike Lothian2013-04-011-1/+2
* clover: add dynamic_cast results checking down in clSetKernelArgument() code ...Dmitry Cherkassov2013-03-241-0/+12
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-123-4/+3
* clover: Fix build with LLVM 3.3 v2Tom Stellard2013-02-281-8/+39
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* targets/pipe-loader: Convert to automakeMatt Turner2013-01-101-1/+1
* clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr2013-01-082-3/+4
* clover: Fix build after the addition of enum pipe_flush_flagsTom Stellard2013-01-041-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* clover: Fix build since removal of pipe_surface::usageTom Stellard2012-12-131-1/+0
* clover: Add support for compiler flagsTom Stellard2012-12-135-12/+71
* clover: Don't erase build info of devices not being builtTom Stellard2012-12-131-2/+2
* clover: Install CL headers.Johannes Obermayr2012-12-101-0/+10
* clover: Fix build with clang 3.2Tom Stellard2012-11-161-1/+6
* clover: No need for clover::is_zero() to be a functor.Francisco Jerez2012-10-195-10/+8
* clover: Fix build with LLVM 3.2Tom Stellard2012-10-111-1/+10
* gallium: unify transfer functionsMarek Olšák2012-10-111-8/+3
* clover: Fix build with libclang v3.2Tom Stellard2012-09-251-0/+5
* clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-253-1/+9
* clover: Handle multiple kernels in the same program v2Blaž Tomažič2012-09-251-33/+33
* clover: Silence narrowing conversion warnings in resource.cpp.Francisco Jerez2012-09-241-3/+3
* 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: Define non-templated copy constructor for clover::ref_ptr.Francisco Jerez2012-07-011-2/+1
* clover: Add a function internalizer pass before LTO v2Tom Stellard2012-06-291-10/+49
* clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIRTom Stellard2012-06-221-1/+1
* clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard2012-06-013-14/+158
* clover: Remove target argument from compile_program_tgsi()Tom Stellard2012-06-013-5/+3
* clover: Add constructors to some of the module classes v3Tom Stellard2012-06-011-0/+13
* clover: Add necessary flags to libclllvm_la_CXXFLAGSTom Stellard2012-06-011-1/+5
* clover: Add a function for retrieving a device's preferred ir v3Tom Stellard2012-06-012-8/+11
* gallium/auxiliary/pipe-loader: Fix usage of anonymous union.Francisco Jerez2012-05-161-1/+1
* Add .gitignore files for recently-added gallium projectsPaul Berry2012-05-151-0/+1
* clover: Fix build on i386.Francisco Jerez2012-05-121-1/+2
* 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-123-1/+9
* clover: Implement CL_MEM_COPY_HOST_PTR.Francisco Jerez2012-05-114-7/+20
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-1141-0/+7965