contrib/beignet.git
2012-08-10 Benjamin SegoviaAdded more kernels for the very basic tests
2012-08-10 Benjamin SegoviaAdded extra check when dealing with our own builtins...
2012-08-10 Benjamin SegoviaAdded first support for compare instructions Added...
2012-08-10 Benjamin SegoviaRemoved unused code from former C backend
2012-08-10 Benjamin SegoviaMade first tests pass with vectors
2012-08-10 Benjamin SegoviaExtended the llvm-to-gen translation pass
2012-08-10 Benjamin SegoviaAdded first support for immediates Started to add suppo...
2012-08-10 Benjamin SegoviaFinished a first very very limited LLVM to Gen-IR trans...
2012-08-10 Benjamin SegoviaAdded various helper functions in the LLVM to Gen trans...
2012-08-10 Benjamin SegoviaImplemented a first implementation of the function...
2012-08-10 Benjamin SegoviaRemoved more stuff from CBackend
2012-08-10 Benjamin SegoviaRemoved the crap related to llvm targets and triples
2012-08-10 Benjamin SegoviaStarted to remove the useless crap from CBackend. We...
2012-08-10 Benjamin SegoviaCompiled the skeletong of what the llvm to gbe translat...
2012-08-10 Benjamin SegoviaAdded a new define for the debug mode (GBE_DEBUG)
2012-08-10 Benjamin SegoviaStarted llvm work
2012-08-10 Benjamin SegoviaAdded missing file
2012-08-10 Benjamin SegoviaAdded support for output streams for functions
2012-08-10 Benjamin SegoviaAdded more tests
2012-08-10 Benjamin SegoviaFixed instruction size in the instruction definitions...
2012-08-10 Benjamin SegoviaImproved error messages with better assertions
2012-08-10 Benjamin Segovias/Register/RegisterData/g s/RegisterIndex/Register...
2012-08-10 Benjamin SegoviaChanged typing in GrowingPool. It is more C++ like
2012-08-10 Benjamin SegoviaAdded missing test
2012-08-10 Benjamin SegoviaAdded type safety for all uint* Added one more test
2012-08-10 Benjamin SegoviaMade the memory debugger properly output the unfreed...
2012-08-10 Benjamin SegoviaAdded more functionality in the unit test "framework...
2012-08-10 Benjamin SegoviaAdded missing function for compares
2012-08-10 Benjamin SegoviaEnsure type safety for tuple and register indices by...
2012-08-10 Benjamin SegoviaAdded compare instructions Finished to implement well...
2012-08-10 Benjamin SegoviaAdded more functionalities for the context Started...
2012-08-10 Benjamin SegoviaImproved memory debugger -> added memory re-initializat...
2012-08-10 Benjamin SegoviaRenamed ir_{...} to {...} Put ir structures and classes...
2012-08-10 Benjamin Segoviaint* -> [u]uint*_t
2012-08-10 ojomerPlasma specific changes
2012-08-10 bsegoviaStart to implement context and compilation unit creation
2012-08-10 bsegoviaAdded first support for compilation units Added first...
2012-08-10 bsegoviaAdded missing files
2012-08-10 bsegoviaKeep on implementing instruction class implementation...
2012-08-10 Benjamin SegoviaStarted to add cleaner and safer cast facilities for...
2012-08-10 Benjamin SegoviaCleaned up instruction class implementation
2012-08-10 Benjamin SegoviaAdded a clean interface for instruction (encoding in...
2012-08-10 bsegoviaFixed SNB build
2012-08-10 Benjamin SegoviaStarted to implement IR VM
2012-08-10 Benjamin SegoviaRemoved unused tests
2012-08-10 Benjamin Segovia- renamed namespace (s/pf/gbe) - created first files...
2012-08-10 bsegoviaImplemented SIMD8 for IVB (only tested on Fulsim but...
2012-08-10 bsegoviaImplemented image tiling on IVB fulsim
2012-08-10 bsegoviaFixed compilation while using the old compiler
2012-08-10 bsegoviaPorted the code to HSW Updated the compiler. Both old...
2012-08-10 bsegoviaPorted the code to HSW
2012-08-10 bsegoviaremoved krn75 tmp files
2012-08-10 bsegoviaSilent GCC warnings in release mode
2012-08-10 bsegoviaRemoved unused file
2012-08-10 bsegoviaAdded new kernels
2012-08-10 bsegoviaAdded a program to inject ASM code in a binary blob
2012-08-10 bsegoviaAdded support __constant samplers
2012-08-10 bsegoviaImplemented API functions related to samplers
2012-08-10 bsegoviaRemoved some useless code in cl_utils.h Started to...
2012-08-10 bsegoviaImproved the support for fulsim dumps. Previously becau...
2012-08-10 bsegoviaFinished first support for image2D. Right now, we only...
2012-08-10 bsegoviaAdded first support for (still linear) images for Gen7
2012-08-10 bsegoviaFirst test now passes with images (format still hard...
2012-08-10 bsegoviaStarted to implement support for images (back end part...
2012-08-10 bsegoviaCleaned up a bit the code removing unnecessary defines...
2012-08-10 bsegoviaAdded copy images
2012-08-10 bsegoviaRemoved warnings
2012-08-10 bsegoviaAdded Mandelbrot tests
2012-08-10 bsegoviaImplement the support for a separated surface heap...
2012-08-10 bsegoviaAdded a new test (to debug IVB)
2012-08-10 bsegoviaRemoved MI_FLUSH and replaced them by proper pipe control
2012-08-10 stevesThis is a test file just for checking the e-mail functi...
2012-08-10 stevesThis is a test file just for checking the e-mail functi...
2012-08-10 hlthantriTesting out the email facilitywq!
2012-08-10 bsegoviaChanged FP mode for the kernels. Seems to be required...
2012-08-10 hlthantrAdded support for: clEnqueueReadBuffer clgetkernelWorkG...
2012-08-10 hlthantrFixed support for OCL without X running. This allows...
2012-08-10 bsegoviaOther minor changes to README
2012-08-10 bsegoviaUpdated README
2012-08-10 bsegoviaMade fulsim integration seamless from the user point...
2012-08-10 bsegoviaStarted to remove kludge while using fulsim
2012-08-10 hlthantrUnifying the OpenCL stack to work with latest Linux...
2012-08-10 bsegoviaRemoved some unused fields in vfe state settings
2012-08-10 bsegoviaKept on simplifying vfe state setting
2012-08-10 bsegoviaStarted to clean up and simplify vfe state setting
2012-08-10 bsegoviaFixed stupid SNB regression
2012-08-10 bsegoviaNow IVB performs as well as SNB. All tests except for...
2012-08-10 bsegoviaAll unit tests now pass
2012-08-10 bsegoviaMade test_imm_paramters / test_2d_copy pass on IVB
2012-08-10 bsegoviaCleaned and simplified all test kernels and codes....
2012-08-10 bsegoviaModified kernel directory
2012-08-10 bsegoviaRemoved unused files/directories
2012-08-10 bsegoviasimplied kernel directory
2012-08-10 bsegoviaCleaned and simplified code for gen6 Code now starts...
2012-08-10 bsegoviaKept changing file layout
2012-08-10 bsegoviaCleaned up code to start GPGPU_WALKER integration
2012-08-10 bsegoviaRemoved genx_driver.*
2012-08-10 bsegoviaStarted to remove genx_driver files
2012-08-10 bsegoviaRenamed genx* into intel*
2012-08-10 bsegovia%s/genx_gpgpu/intel_gpgpu/
next