contrib/beignet.git
2012-08-10 Benjamin SegoviaAdded load immediates of bytes and shorts
2012-08-10 Benjamin SegoviaAdded tests for load immediates of bytes and shorts
2012-08-10 Benjamin SegoviaAdded tests for shorts and bytes operations
2012-08-10 Benjamin SegoviaSimplified a lot the encoding and the back end. Added...
2012-08-10 Benjamin SegoviaActivated all the tests. Byte conversion now works...
2012-08-10 Benjamin SegoviaFixed this damn fucking relocation bug!
2012-08-10 Benjamin SegoviaFixed a bug while providing local IDs in the CURBE
2012-08-10 Benjamin SegoviaAdded first test for byte scatter reads / writes
2012-08-10 Benjamin SegoviaReencode a new surface state to make fulsim happy while...
2012-08-10 Benjamin SegoviaPlayed around with byte scatters / gathers
2012-08-10 Benjamin SegoviaAdded more bits of byte scatter / gather and started...
2012-08-10 Benjamin SegoviaAdded first bits of byte scattered reads and writes...
2012-08-10 Benjamin SegoviaRemoved mandelbrot from the tests
2012-08-10 Benjamin SegoviaFixed a bug in the IR context that created empty blocks
2012-08-10 Benjamin SegoviaStart to implement UB GenReg
2012-08-10 Benjamin SegoviaRemoved more unused encoding stuff related to swizzles
2012-08-10 Benjamin SegoviaRemoved unused part of the encoding
2012-08-10 Benjamin SegoviaStarted to implement support for byte and shorts
2012-08-10 Benjamin SegoviaStarted to implement mandelbrot
2012-08-10 Benjamin SegoviaFixed wrong assertion
2012-08-10 Benjamin SegoviaDebugged unstructured branch code
2012-08-10 Benjamin SegoviaAdded more tests for structured and unstructured branch...
2012-08-10 Benjamin SegoviaFixed jumpi encoding problem
2012-08-10 Benjamin SegoviaFixed bug in fwd branch encoding
2012-08-10 Benjamin SegoviaFixed bug in the way to handle masked branches
2012-08-10 Benjamin SegoviaAdded several tests for unstructured branches
2012-08-10 Benjamin SegoviaCleaned up kernel directory
2012-08-10 Benjamin SegoviaAdded flat_address_space tests
2012-08-10 Benjamin SegoviaKept on
2012-08-10 Benjamin SegoviaFinished the small test framework
2012-08-10 Benjamin SegoviaRevamped tests to make them smaller and simpler (and...
2012-08-10 Benjamin Segoviatests -> utests
2012-08-10 Benjamin SegoviaSorted used / unused files in the test directory Made...
2012-08-10 Sushma Raofix gcc 4.7 compilation issues
2012-08-10 Benjamin SegoviaAdded some functionalities for the test framework
2012-08-10 Benjamin SegoviaMade performance simulator work when using fulsim drm
2012-08-10 Benjamin SegoviaStarted to revmap the tests to make something easier...
2012-08-10 Benjamin SegoviaMoved tests in a separate directory
2012-08-10 Benjamin SegoviaStarted to implement unstructured branches in the compiler
2012-08-10 Benjamin SegoviaAdded first support for branches
2012-08-10 Benjamin SegoviaAdded support for BlockIPs
2012-08-10 Benjamin SegoviaAdded first support for BlockIPs
2012-08-10 Benjamin SegoviaAdded support for shorts in the simulator
2012-08-10 Benjamin SegoviaPlayed with SIMD8
2012-08-10 Benjamin SegoviaAlign driver code with new way to handle curbe
2012-08-10 Benjamin SegoviaSimplify the way we handle curbe
2012-08-10 Benjamin SegoviaImplemented a first quick and dirty mul32x32
2012-08-10 Benjamin SegoviaMade flat address space finally work Fixed a bug in...
2012-08-10 Benjamin SegoviaAdded proper buffer big enough to map everything Still...
2012-08-10 Benjamin SegoviaKept on cleaning and simplifying Gen encoding Made...
2012-08-10 Benjamin SegoviaStarted to implement untyped reads / writes
2012-08-10 Benjamin SegoviaKept on cleaning up the Gen ISA generation Implemented...
2012-08-10 Benjamin SegoviaStarted serious work on Gen backend. Made a first stupi...
2012-08-10 Benjamin SegoviaAdded a check to make special registers immutable
2012-08-10 Benjamin SegoviaMove backend/gen/brw* files to backend/
2012-08-10 Benjamin SegoviaKept on cleaning up code and simplifying Gen ISA backend
2012-08-10 Benjamin SegoviaSimplified Gen instruction structures by removing unuse...
2012-08-10 Benjamin SegoviaStarted to rename and revamp gen encoding classes
2012-08-10 Benjamin SegoviaSimplified even more the Gen backend code
2012-08-10 Benjamin SegoviaRemoved unused file
2012-08-10 Benjamin SegoviaCleaned up even more code in Gen code generation
2012-08-10 Benjamin SegoviaStarted to clean up backend code generation
2012-08-10 Benjamin SegoviaPlayed with test_write_only
2012-08-10 Benjamin SegoviaFirst implementation of branches in the simulator
2012-08-10 Benjamin SegoviaRemoved unused binaries from windows compiler
2012-08-10 Benjamin SegoviaAdded first support for compilation from source
2012-08-10 Benjamin SegoviaAdded first support for compilation from source. Quick...
2012-08-10 Benjamin SegoviaAdded an option to get the next and previous instructio...
2012-08-10 Benjamin SegoviaAdded quake like console variables that simply ready...
2012-08-10 Benjamin SegoviaAdded a new copy buffer test
2012-08-10 Benjamin SegoviaMade the first kernels work with the simulators Added...
2012-08-10 Benjamin SegoviaRemoved useless EOL at the end of the files
2012-08-10 Benjamin Segovias/getSrcIndex/getSrc/g s/getDstIndex/getDst/g
2012-08-10 Benjamin Segovias/getSrc()/getSrcData()/g s/getDst()/getDstData()/g
2012-08-10 Benjamin SegoviaRemove function parameters from get{Src,Dst}Index since...
2012-08-10 Benjamin SegoviaAdded curbe support in the gpgpu simulator
2012-08-10 Benjamin SegoviaRecompiled kernels with the new stdlib Added definition...
2012-08-10 Benjamin Segoviadummy change
2012-08-10 Benjamin SegoviaDummy change
2012-08-10 Benjamin SegoviaFixed scatter / gather
2012-08-10 Benjamin SegoviaFixed some back slash crap when stringify the simulator...
2012-08-10 Benjamin SegoviaCompletely redesigned the vector API for the simulator...
2012-08-10 Benjamin SegoviaAdded more stuff in the vector library
2012-08-10 Benjamin SegoviaStarted to implement the vector library for the c+...
2012-08-10 Benjamin SegoviaKept on experimenting with c++ backend
2012-08-10 Benjamin SegoviaAdded more pieces for the SW emulation of the stack
2012-08-10 Benjamin SegoviaMade most of the very basic pieces for the simulation...
2012-08-10 Benjamin SegoviaStarted to implement curbe support
2012-08-10 Benjamin SegoviaFixed issue with new / delete operators
2012-08-10 Benjamin SegoviaFix name of callback initializer
2012-08-10 Benjamin SegoviaFixed compilation with the current compiler code
2012-08-10 Benjamin SegoviaRevamp the backend classes to be easily able to output...
2012-08-10 Benjamin SegoviaStarted to handle cl_mem regular buffers
2012-08-10 Benjamin SegoviaImproved and simplify file and class naming for the...
2012-08-10 Benjamin SegoviaStarted to simplify backend file directory
2012-08-10 Benjamin SegoviaFixed the getCode kernel function for the simulator
2012-08-10 Benjamin SegoviaMade the EOT code run on the simulator
2012-08-10 Benjamin SegoviaAdded a script to support the performance simulator
2012-08-10 Benjamin SegoviaImplemented some pieces of the GenIR to c++ conversion...
2012-08-10 Benjamin SegoviaMade a better c-style interface Improved the base inter...
next