aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* spirv: add support for SPV_AMD_shader_trinary_minmaxDave Airlie2018-03-294-0/+58
* nir: add support for min/max/median of 3 srcsDave Airlie2018-03-291-0/+14
* android: Use new nir intrinsics python scriptsStefan Schake2018-03-281-0/+9
* nir: add bindless to nir dataTimothy Arceri2018-03-282-0/+7
* nir/intrinsics: Don't report negative dest_componentsJason Ekstrand2018-03-271-1/+1
* nir: fix crash in loop unroll corner caseTimothy Arceri2018-03-281-5/+12
* nir: fix generated nir_intrinsics.c for MSVCRob Clark2018-03-271-0/+4
* nir: mako all the intrinsicsRob Clark2018-03-2711-619/+727
* nir: fix per_vertex_output intrinsicRob Clark2018-03-271-1/+1
* glsl_types: fix build break with intel/msvc compilerRob Clark2018-03-271-83/+24
* glsl: fix infinite loop caused by bug in loop unrolling passTimothy Arceri2018-03-271-1/+1
* nir: Don't condition 'a-b < 0' -> 'a < b' on is_not_used_by_conditionalIan Romanick2018-03-262-18/+1
* glsl_types: vec8/vec16 supportRob Clark2018-03-256-10/+23
* glsl_types: refactor/prep for vec8/vec16Rob Clark2018-03-253-149/+49
* compiler: glsl: silence valgrind warning on write cacheLionel Landwerlin2018-03-231-2/+2
* nir: Rename image intrinsics to image_varJason Ekstrand2018-03-234-52/+52
* nir: autotools, meson: add GLSL.ext.AMD.h in the files listJuan A. Suarez Romero2018-03-222-0/+2
* nir: add frexp_exp and frexp_sig opcodesTimothy Arceri2018-03-222-0/+5
* spirv: Add a 64-bit implementation of FrexpNeil Roberts2018-03-211-4/+56
* nir: Migrate nir_dce to instr worklistThomas Helland2018-03-211-35/+18
* nir: Initial implementation of a nir_instr_worklistThomas Helland2018-03-211-0/+67
* nir/dead_cf: also remove useless ifsCaio Marcelo de Oliveira Filho2018-03-211-14/+30
* nir/dead_cf: rephrase definition of a dead loop nodeCaio Marcelo de Oliveira Filho2018-03-211-8/+7
* st/nir: fix atomic lowering for gallium driversTimothy Arceri2018-03-202-6/+12
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-204-100/+0
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-201-3/+11
* nir: Don't compare b2f or b2i with zeroIan Romanick2018-03-191-0/+5
* glsl/serialize: Save shader program metadata sha1Jordan Justen2018-03-191-0/+4
* glsl: Remove api_enabled tracking for transform feedbackJordan Justen2018-03-191-2/+0
* glsl/shader_cache: Allow shader cache usage with transform feedbackJordan Justen2018-03-192-10/+7
* nir: add nir_opt_move_load_ubo() optimization passSamuel Pitoiset2018-03-164-0/+121
* spirv/radv: add AMD_gcn_shader capability, remove current extensionsAlejandro Piñeiro2018-03-153-7/+2
* spirv: update arguments for vtn_nir_alu_op_for_spirv_opcode()Samuel Iglesias Gonsálvez2018-03-153-15/+15
* spirv: fix the translation of SPIR-V conversion opcodes to NIRSamuel Iglesias Gonsálvez2018-03-151-3/+37
* glsl: Use hash table cloning in copy propagationThomas Helland2018-03-142-31/+15
* compiler: int8/uint8 supportKarol Herbst2018-03-1411-0/+113
* spirv: Handle doubles when multiplying a mat by a scalarNeil Roberts2018-03-141-3/+3
* nir: lower_load_const_to_scalar fix for 8/16b typesRob Clark2018-03-131-4/+15
* nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballotJason Ekstrand2018-03-132-0/+49
* spirv: Silence compiler warning about undefined srcs[0]Eric Anholt2018-03-131-0/+1
* nir: Don't i2b a value that is already BooleanIan Romanick2018-03-081-0/+1
* nir: Narrow some dot product operationsIan Romanick2018-03-081-0/+8
* spirv: fix autotools buildsTimothy Arceri2018-03-081-0/+1
* spirv: handle AMD_gcn_shader extended instructionsDaniel Schürmann2018-03-076-0/+70
* nir: add AMD_gcn_shader extended instructionsDaniel Schürmann2018-03-072-0/+30
* spirv: import AMD extensions header from glslangDaniel Schürmann2018-03-071-0/+110
* spirv: Add support for subgroup arithmeticJason Ekstrand2018-03-073-8/+94
* nir: Add a helper for getting binop identitiesJason Ekstrand2018-03-072-0/+70
* nir: Add subgroup arithmetic reduction intrinsicsJason Ekstrand2018-03-074-0/+34
* spirv: Add subgroup quad supportJason Ekstrand2018-03-073-2/+28