summaryrefslogtreecommitdiff
path: root/kernels
Commit message (Expand)AuthorAgeFilesLines
* Added support for some Gen extensions. The idea is mostly to play with Genbsegovia2012-09-1715-14/+153
* Started to support __local and __constantBenjamin Segovia2012-08-101-0/+10
* Added missing tests and kernels for structure argumentsBenjamin Segovia2012-08-102-0/+18
* Added more tests for function argumentsBenjamin Segovia2012-08-103-0/+21
* Added one more test for the arraysBenjamin Segovia2012-08-102-1/+16
* Added first test for stack handlingBenjamin Segovia2012-08-101-7/+10
* Added tests for return instruction loweringBenjamin Segovia2012-08-105-2/+41
* Added tests for uint2/3/4 loads / stores and unaligned versions of themBenjamin Segovia2012-08-103-0/+22
* Made Mandelbrot work on Fulsim (SIMD8 only right now)Benjamin Segovia2012-08-101-4/+1
* Added tests for load immediates of bytes and shortsBenjamin Segovia2012-08-102-0/+14
* Added tests for shorts and bytes operationsBenjamin Segovia2012-08-102-0/+14
* Fixed this damn fucking relocation bug!Benjamin Segovia2012-08-102-0/+14
* Started to implement mandelbrotBenjamin Segovia2012-08-101-0/+50
* Added more tests for structured and unstructured branches Debugged the unstru...Benjamin Segovia2012-08-102-0/+30
* Added several tests for unstructured branchesBenjamin Segovia2012-08-104-2/+48
* Cleaned up kernel directoryBenjamin Segovia2012-08-1033-2650/+0
* Made flat address space finally work Fixed a bug in the state settingBenjamin Segovia2012-08-101-2/+2
* Removed unused binaries from windows compilerBenjamin Segovia2012-08-105-67/+9
* Added a new copy buffer testBenjamin Segovia2012-08-104-3/+41
* Made most of the very basic pieces for the simulation partsBenjamin Segovia2012-08-104-0/+156
* Made the structure naming more consistentBenjamin Segovia2012-08-101-0/+74
* Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...bsegovia2012-08-101-0/+0
* removed krn75 tmp filesbsegovia2012-08-1030-0/+0
* Added new kernelsbsegovia2012-08-1031-5/+22
* Added support __constant samplersbsegovia2012-08-101-3/+1
* Added first support for (still linear) images for Gen7bsegovia2012-08-101-2/+2
* First test now passes with images (format still hard-coded and constant patch...bsegovia2012-08-101-5/+6
* Started to implement support for images (back end part of it is still missing)bsegovia2012-08-102-252/+5
* Cleaned up a bit the code removing unnecessary defines and structs from Mesabsegovia2012-08-101-1/+5
* Added copy imagesbsegovia2012-08-101-0/+14
* Added Mandelbrot testsbsegovia2012-08-101-0/+59
* Added a new test (to debug IVB)bsegovia2012-08-101-0/+7
* Removed MI_FLUSH and replaced them by proper pipe controlbsegovia2012-08-102-4/+4
* Changed FP mode for the kernels. Seems to be required by the compiler Added a...bsegovia2012-08-103-2/+9
* Now IVB performs as well as SNB. All tests except for fft pass (for both).bsegovia2012-08-102-5/+4
* Made test_imm_paramters / test_2d_copy pass on IVBbsegovia2012-08-101-6/+7
* Cleaned and simplified all test kernels and codes. Now everything is inside o...bsegovia2012-08-101-1/+1
* Modified kernel directorybsegovia2012-08-1021-0/+17
* Removed unused files/directoriesbsegovia2012-08-1048-36082/+0
* simplied kernel directorybsegovia2012-08-1094-0/+0
* Cleaned up code to start GPGPU_WALKER integrationbsegovia2012-08-102-6/+12
* Started to support Gen7 Implemented new surface state for Gen7bsegovia2012-08-104-1/+1
* Recompiled all Gen kernels with the latest compiler. No regressionbsegovia2012-08-1036-12364/+17435
* Added all miniCL filesbsegovia2012-08-1094-0/+33591