summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()Matt Turner2019-01-097-6/+30
* nir: Rework nir_lower_constant_initializers() to handle functionsMatt Turner2019-01-091-34/+25
* glsl: Add "built-in" functions to do fp32_to_int64(fp32)Sagar Ghuge2019-01-091-0/+31
* glsl: Add "built-in" functions to do fp32_to_uint64(fp32)Sagar Ghuge2019-01-091-0/+29
* glsl: Add "built-in" functions to do fp64_to_int64(fp64)Sagar Ghuge2019-01-091-0/+29
* glsl: Add utility function to round and pack int64_t valueSagar Ghuge2019-01-091-0/+36
* glsl: Add "built-in" functions to do fp64_to_uint64(fp64)Sagar Ghuge2019-01-091-0/+27
* glsl: Add utility function to round and pack uint64_t valueSagar Ghuge2019-01-091-0/+32
* glsl: Add "built-in" functions to do int64_to_fp32(int64_t)Sagar Ghuge2019-01-091-0/+22
* glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t)Sagar Ghuge2019-01-091-0/+20
* glsl: Add "built-in" functions to do int64_to_fp64(int64_t)Sagar Ghuge2019-01-091-0/+18
* glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t)Sagar Ghuge2019-01-091-0/+18
* glsl: Add "built-in" functions to convert bool to doubleMatt Turner2019-01-091-0/+12
* glsl: Add "built-in" functions to do ffract(fp64)Matt Turner2019-01-091-0/+6
* glsl: Add "built-in" function to do ffloor(fp64)Matt Turner2019-01-091-0/+13
* glsl: Add "built-in" functions to do fmin/fmax(fp64)Matt Turner2019-01-091-0/+20
* glsl: Add "built-in" functions to do ffma(fp64)Matt Turner2019-01-091-0/+6
* glsl: Add "built-in" functions to do round(fp64)Elie Tournier2019-01-091-0/+42
* glsl: Add "built-in" functions to do trunc(fp64)Elie Tournier2019-01-091-0/+22
* glsl: Add "built-in" functions to do sqrt(fp64)Elie Tournier2019-01-091-0/+272
* glsl: Add "built-in" functions to do fp32_to_fp64(fp32)Elie Tournier2019-01-091-0/+38
* glsl: Add "built-in" functions to do fp64_to_fp32(fp64)Elie Tournier2019-01-091-0/+101
* glsl: Add "built-in" functions to do int_to_fp64(int)Elie Tournier2019-01-091-0/+23
* glsl: Add "built-in" functions to do fp64_to_int(fp64)Elie Tournier2019-01-091-0/+41
* glsl: Add "built-in" functions to do uint_to_fp64(uint)Elie Tournier2019-01-091-0/+22
* glsl: Add "built-in" functions to do fp64_to_uint(fp64)Elie Tournier2019-01-091-0/+61
* glsl: Add "built-in" functions to do mul(fp64, fp64)Elie Tournier2019-01-091-0/+148
* glsl: Add "built-in" functions to do add(fp64, fp64)Elie Tournier2019-01-091-0/+433
* glsl: Add "built-in" functions to do lt(fp64, fp64)Elie Tournier2019-01-091-0/+50
* glsl: Add utility function to extract 64-bit signElie Tournier2019-01-091-0/+7
* glsl: Add "built-in" functions to do eq/ne(fp64, fp64)Elie Tournier2019-01-091-0/+56
* glsl: Add "built-in" function to do sign(fp64)Elie Tournier2019-01-091-0/+10
* glsl: Add "built-in" functions to do neg(fp64)Elie Tournier2019-01-091-0/+26
* glsl: Add "built-in" function to do abs(fp64)Elie Tournier2019-01-091-0/+11
* glsl: Create file to contain software fp64 functionsMatt Turner2019-01-095-2/+79
* glsl: Add utility to convert text files to C stringsIan Romanick2019-01-092-0/+112
* glsl: Copy function out to temp if we don't directly ref a variableTimothy Arceri2019-01-091-2/+3
* glsl: Add function support to glsl_to_nirMatt Turner2019-01-091-9/+119
* glsl: Fix buffer overflow with an atomic buffer binding out of range.Eric Anholt2019-01-081-1/+2
* nir: Make nir_deref_instr_build/get_const_offset actually use size_align.Eric Anholt2019-01-081-3/+2
* glsl/linker: Fix unmatched TCS outputs being reduced to local variableDanylo Piliaiev2019-01-091-0/+6
* nir: Add nir_lower_tex support for Broadcom's swizzled TG4 results.Eric Anholt2019-01-082-0/+26
* nir: fix warning in nir_lower_io.cCaio Marcelo de Oliveira Filho2019-01-081-1/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-0823-86/+86
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-071-17/+17
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-085-68/+269
* spirv: Make better use of vtn_pointer_uses_ssa_offsetJason Ekstrand2019-01-081-15/+13
* spirv: Add explicit pointer typesJason Ekstrand2019-01-082-20/+28
* spirv: Choose atomic deref type with pointer_uses_ssa_offsetJason Ekstrand2019-01-083-40/+41
* spirv: Add error checking for Block and BufferBlock decorationsJason Ekstrand2019-01-083-0/+53