summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented API functions related to samplersbsegovia2012-08-101-9/+22
* Removed some useless code in cl_utils.h Started to implement support for samp...bsegovia2012-08-109-103/+123
* Improved the support for fulsim dumps. Previously because of some limitations...bsegovia2012-08-101-9/+41
* Finished first support for image2D. Right now, we only support linear formatsbsegovia2012-08-108-16/+177
* Added first support for (still linear) images for Gen7bsegovia2012-08-108-127/+137
* First test now passes with images (format still hard-coded and constant patch...bsegovia2012-08-109-220/+322
* Started to implement support for images (back end part of it is still missing)bsegovia2012-08-108-448/+474
* Cleaned up a bit the code removing unnecessary defines and structs from Mesabsegovia2012-08-104-512/+106
* Added copy imagesbsegovia2012-08-101-0/+2
* Removed warningsbsegovia2012-08-103-3/+2
* Added Mandelbrot testsbsegovia2012-08-101-2/+2
* Implement the support for a separated surface heap as required by IVBbsegovia2012-08-104-301/+78
* Added a new test (to debug IVB)bsegovia2012-08-101-0/+2
* Removed MI_FLUSH and replaced them by proper pipe controlbsegovia2012-08-103-372/+497
* iTesting out the email facilitywq!hlthantr2012-08-102-3/+8
* Changed FP mode for the kernels. Seems to be required by the compiler Added a...bsegovia2012-08-105-4/+8
* Added support for: clEnqueueReadBuffer clgetkernelWorkGroupInfo: For this cur...hlthantr2012-08-104-6/+65
* Fixed support for OCL without X running. This allows users to directly use /d...hlthantr2012-08-101-0/+2
* Made fulsim integration seamless from the user point of viewbsegovia2012-08-103-38/+1
* Started to remove kludge while using fulsimbsegovia2012-08-101-9/+177