summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* compiler/blob: Allow for fixed-size blobs with a NULL data pointerJason Ekstrand2017-10-122-3/+10
* compiler/blob: Add a concept of a fixed-allocation blobJason Ekstrand2017-10-122-1/+37
* compiler/blob: Switch to init/finish instead of create/destroyJason Ekstrand2017-10-124-76/+68
* compiler: Move blob up a levelJason Ekstrand2017-10-125-5/+5
* meson: Add inc_compiler to the libglsl includesJason Ekstrand2017-10-121-1/+1
* glsl/blob: Return false from grow_to_fit if we've ever failedJason Ekstrand2017-10-122-1/+13
* glsl/blob: Return false from ensure_can_read on overrunJason Ekstrand2017-10-121-0/+3
* nir: Make nir_shader_gather_info() track texelFetch texture accesses.Kenneth Graunke2017-10-121-1/+13
* compiler: Move gl_program::TexelFetchSamplers to shader_info.Kenneth Graunke2017-10-121-0/+3
* nir: bump loop unroll limit to 96.Dave Airlie2017-10-111-1/+3
* nir: Move vc4's alpha test lowering to core NIR.Eric Anholt2017-10-106-0/+157
* glsl/linker: add check for compute shared memory sizeNicolai Hähnle2017-10-103-6/+23
* spirv: Fix SpvOpAtomicISubJózef Kucia2017-10-091-0/+1
* glsl: tidy up IR after loop unrollingTimothy Arceri2017-10-101-1/+7
* glsl: make loop unrolling more like the nir unrolling pathTimothy Arceri2017-10-103-67/+163
* glsl: check if induction var incremented before use in terminatorTimothy Arceri2017-10-101-0/+38
* glsl: don't drop instructions from unreachable terminators continue branchTimothy Arceri2017-10-102-8/+27
* meson: Build i965 and dri stackDylan Baker2017-10-094-7/+366
* meson: add nir_linking_helpers.c to libnirDylan Baker2017-10-091-0/+1
* spirv: Don't warn on the ImageCubeArray capabilityJason Ekstrand2017-10-071-1/+1
* meson: convert gtest to an internal dependencyDylan Baker2017-10-031-2/+2
* glsl: Remove spurious assertionsIan Romanick2017-10-021-2/+0
* glsl: Move 'foo = foo;' optimization to opt_dead_code_localIan Romanick2017-10-022-12/+18
* glsl/ast: Use logical-or instead of conditional assignment to set fallthru_varIan Romanick2017-10-021-4/+4
* glsl/ast: Generate a more compact expression to disable execution of default ...Ian Romanick2017-10-021-21/+10
* glsl/ast: Explicitly track the set of case labels that occur after defaultIan Romanick2017-10-021-22/+49
* glsl/ast: Convert ast_case_label::hir to ir_builderIan Romanick2017-10-021-24/+11
* glsl/ast: Use ir_binop_equal instead of ir_binop_all_equalIan Romanick2017-10-021-15/+24
* glsl/ast: Stop processing a switch-statement after an error in the init-expre...Ian Romanick2017-10-021-0/+1
* glsl: Don't pass NULL to ir_assignment constructor when not necessaryIan Romanick2017-10-028-35/+27
* glsl: Convert lower_variable_index_to_cond_assign to ir_builderIan Romanick2017-10-023-105/+65
* glsl: Fix coding standards issues in lower_variable_index_to_cond_assignIan Romanick2017-10-021-78/+76
* glsl: Convert lower_vec_index_to_cond_assign to using ir_builderIan Romanick2017-10-021-39/+17
* glsl: Return ir_variable from compare_index_blockIan Romanick2017-10-023-16/+20
* glsl: Fix coding standards issues in lower_vec_index_to_cond_assignIan Romanick2017-10-021-16/+12
* glsl: Fix coding standards issues in lower_if_to_cond_assignIan Romanick2017-10-021-48/+47
* nir/spirv: Allow loop breaks in a switch body.Bas Nieuwenhuizen2017-10-021-1/+1
* glsl: do not set the 'smooth' qualifier by default on ES shadersNicolai Hähnle2017-10-022-12/+16
* glsl/lower_instruction: handle denorms and overflow in ldexp correctlyNicolai Hähnle2017-09-291-64/+107
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-273-0/+291
* glcpp: Avoid unnecessary call to strlenThomas Helland2017-09-262-9/+39
* glcpp: Use string_buffer for line continuation removalThomas Helland2017-09-261-7/+18
* glsl: Change the parser to use the string bufferThomas Helland2017-09-263-164/+78
* nir: add some helpers for doing linkingTimothy Arceri2017-09-263-0/+151
* glsl: mark xfb varyings as always activeTimothy Arceri2017-09-261-0/+3
* nir: add always_active_io to nir variableTimothy Arceri2017-09-262-0/+11
* glsl: silence signed/unsigned comparison warningBrian Paul2017-09-211-1/+1
* glsl/linker: properly fix output variable overlap checkNicolai Hähnle2017-09-211-6/+12
* glsl: merge loop_controls.cpp with loop_unroll.cppTimothy Arceri2017-09-215-128/+34
* glsl: move loop analysis helpers to loop_analysis.cppTimothy Arceri2017-09-213-146/+139