| Commit message (Expand) | Author | Age | Files | Lines |
* | nir: Add lowering support for unpacking opcodes. | Matt Turner | 2016-02-01 | 2 | -0/+32 |
* | nir: Add lowering support for packing opcodes. | Matt Turner | 2016-02-01 | 4 | -0/+66 |
* | nir: Add opcodes to extract bytes or words. | Matt Turner | 2016-02-01 | 3 | -0/+28 |
* | glsl: Remove 2x16 half-precision pack/unpack opcodes. | Matt Turner | 2016-02-01 | 6 | -161/+8 |
* | nir: Add lowering of nir_op_unpack_half_2x16. | Matt Turner | 2016-02-01 | 2 | -4/+29 |
* | nir: Make argument order of unop_convert match binop_convert. | Matt Turner | 2016-02-01 | 1 | -10/+10 |
* | glsl: keep track of ssbo variable being accessed, add access params | Ilia Mirkin | 2016-01-29 | 5 | -6/+57 |
* | glsl: always initialize image_* fields, copy them on interface init | Ilia Mirkin | 2016-01-29 | 3 | -1/+12 |
* | glsl: disallow implicit conversions in ESSL shaders | Ilia Mirkin | 2016-01-28 | 2 | -0/+11 |
* | glsl: double-precision values don't support interpolation | Samuel Iglesias Gonsálvez | 2016-01-28 | 1 | -2/+7 |
* | glsl: only expose double mod when doubles are available | Ilia Mirkin | 2016-01-27 | 1 | -17/+18 |
* | glsl: remove old FINISHME | Timothy Arceri | 2016-01-27 | 1 | -2/+0 |
* | glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSize | Ilia Mirkin | 2016-01-26 | 4 | -1/+16 |
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 462 | -10/+85660 |
* | nir: move to compiler/ | Emil Velikov | 2016-01-26 | 76 | -0/+24404 |
* | compiler: move the glsl_types C wrapper alongside their C++ brethren | Emil Velikov | 2016-01-26 | 3 | -0/+281 |
* | nir: move glsl_types.{cpp,h} to compiler | Emil Velikov | 2016-01-26 | 3 | -0/+2647 |
* | nir: move shader_enums.[ch] to compiler | Emil Velikov | 2016-01-26 | 6 | -2/+890 |
* | compiler: introduce a libcompiler static library | Emil Velikov | 2016-01-26 | 3 | -0/+197 |