st/vdpau: destroy handle table only when it's empty
[mesa.git] / src / gallium / state_trackers / clover /
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
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-04-13 Francisco Jerezclover: Add missing fields to the module serializer.
2013-04-05 Tom Stellardgallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers...
2013-04-01 Mike Lothianclover: Fix build with LLVM 3.3
2013-03-24 Dmitry Cherkassovclover: add dynamic_cast results checking down in clSet...
2013-03-13 Matt Turnermesa: Replace MESA_VERSION with PACKAGE_VERSION.
2013-02-28 Tom Stellardclover: Fix build with LLVM 3.3 v2
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnertargets/pipe-loader: Convert to automake
2013-01-09 Johannes Obermayrclover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to...
2013-01-04 Tom Stellardclover: Fix build after the addition of enum pipe_flush...
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-13 Tom Stellardclover: Fix build since removal of pipe_surface::usage
2012-12-13 Tom Stellardclover: Add support for compiler flags
2012-12-13 Tom Stellardclover: Don't erase build info of devices not being...
2012-12-11 Johannes Obermayrclover: Install CL headers.
2012-11-16 Tom Stellardclover: Fix build with clang 3.2
2012-10-19 Francisco Jerezclover: No need for clover::is_zero() to be a functor.
2012-10-11 Tom Stellardclover: Fix build with LLVM 3.2
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-09-25 Tom Stellardclover: Fix build with libclang v3.2
2012-09-25 Tom Stellardclover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2
2012-09-25 Blaž Tomažičclover: Handle multiple kernels in the same program v2
2012-09-24 Francisco Jerezclover: Silence narrowing conversion warnings in resour...
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-07-01 Francisco Jerezclover: Define non-templated copy constructor for clove...
2012-06-29 Tom Stellardclover: Add a function internalizer pass before LTO v2
2012-06-22 Tom Stellardclover: Add --with-clang-libdir option and verify CLANG...
2012-06-01 Tom Stellardclover: Add function for building a clover::module...
2012-06-01 Tom Stellardclover: Remove target argument from compile_program_tgsi()
2012-06-01 Tom Stellardclover: Add constructors to some of the module classes v3
2012-06-01 Tom Stellardclover: Add necessary flags to libclllvm_la_CXXFLAGS
2012-06-01 Tom Stellardclover: Add a function for retrieving a device's prefer...
2012-05-16 Francisco Jerezgallium/auxiliary/pipe-loader: Fix usage of anonymous...
2012-05-15 Paul BerryAdd .gitignore files for recently-added gallium projects
2012-05-12 Francisco Jerezclover: Fix build on i386.
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: Implement CL_MEM_COPY_HOST_PTR.
2012-05-11 Francisco Jerezclover: Import OpenCL state tracker.