summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reenabled the CMake build path. It is really imperfect and the build CMakebsegovia2012-08-131-5/+5
* Create make-based build infrastructureKeith Packard2012-08-109-5/+21
* Cleaned up SLM codeBenjamin Segovia2012-08-101-40/+18
* Fixed uninitialized values reported by valgrindBenjamin Segovia2012-08-101-1/+2
* Improved markdown syntax for READMEBenjamin Segovia2012-08-101-4/+5
* Cleaned up the code from previous unused dependencies Upate the READMEBenjamin Segovia2012-08-1013-110/+66
* Added more tests for function argumentsBenjamin Segovia2012-08-101-14/+14
* Added one more test for the arraysBenjamin Segovia2012-08-105-175/+195
* Added first test for stack handlingBenjamin Segovia2012-08-108-41/+90
* Fixed this damn fucking relocation bug!Benjamin Segovia2012-08-102-10/+13
* Reencode a new surface state to make fulsim happy while using byte scattered ...Benjamin Segovia2012-08-101-10/+16
* Made performance simulator work when using fulsim drmBenjamin Segovia2012-08-101-10/+18
* Moved tests in a separate directoryBenjamin Segovia2012-08-101-67/+4
* Added support for BlockIPsBenjamin Segovia2012-08-102-13/+31
* Align driver code with new way to handle curbeBenjamin Segovia2012-08-101-13/+14
* Made flat address space finally work Fixed a bug in the state settingBenjamin Segovia2012-08-103-20/+19
* Added proper buffer big enough to map everything Still need to test thatBenjamin Segovia2012-08-105-90/+85
* Played with test_write_onlyBenjamin Segovia2012-08-102-69/+68
* Removed unused binaries from windows compilerBenjamin Segovia2012-08-101-0/+2
* Added first support for compilation from sourceBenjamin Segovia2012-08-103-17/+125
* Added a new copy buffer testBenjamin Segovia2012-08-105-23/+20
* Added curbe support in the gpgpu simulatorBenjamin Segovia2012-08-103-10/+20
* dummy changeBenjamin Segovia2012-08-101-1/+1
* Kept on experimenting with c++ backendBenjamin Segovia2012-08-101-1/+1
* Made most of the very basic pieces for the simulation partsBenjamin Segovia2012-08-109-84/+278
* Started to implement curbe supportBenjamin Segovia2012-08-104-60/+104
* Fix name of callback initializerBenjamin Segovia2012-08-101-13/+15
* Fixed compilation with the current compiler codeBenjamin Segovia2012-08-104-4/+2
* Started to handle cl_mem regular buffersBenjamin Segovia2012-08-104-27/+67
* Made the EOT code run on the simulatorBenjamin Segovia2012-08-105-73/+104
* Adapted properly the driver to the new gen compiler interfaceBenjamin Segovia2012-08-104-40/+42
* Added all the call backs to support the simulator. The simulator does nothing...Benjamin Segovia2012-08-1013-221/+228
* Made the structure naming more consistentBenjamin Segovia2012-08-1011-82/+77
* Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia2012-08-1019-518/+436
* Started to rename all driver files to make the naming more consistentBenjamin Segovia2012-08-106-1/+72
* Added more call backs to abstract the driver back endBenjamin Segovia2012-08-107-34/+30
* Started to implement the clean interface to support both HW and simulatorBenjamin Segovia2012-08-109-74/+273
* Made EOT work on simulatorBenjamin Segovia2012-08-109-53/+361
* Started to inject the new compiler APIBenjamin Segovia2012-08-104-4/+96
* Removed Gen6 Stripped out all dependencies from previous compiler Added a dep...Benjamin Segovia2012-08-1011-1735/+32
* Plasma specific changesojomer2012-08-1013-23/+95
* Fixed SNB buildbsegovia2012-08-105-6/+27
* Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...bsegovia2012-08-109-19/+43
* Implemented image tiling on IVB fulsimbsegovia2012-08-105-43/+191
* Fixed compilation while using the old compilerbsegovia2012-08-101-1/+11
* Ported the code to HSW Updated the compiler. Both old and view compilers are ...bsegovia2012-08-102-5/+35
* Ported the code to HSWbsegovia2012-08-107-31/+104
* Silent GCC warnings in release modebsegovia2012-08-104-35/+47
* Added a program to inject ASM code in a binary blobbsegovia2012-08-101-0/+1
* Added support __constant samplersbsegovia2012-08-104-56/+54