aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* glsl/tests: Handle no-exec errorsDylan Baker2019-10-102-4/+42
* meson: glcpp tests are expected to fail on windowsDylan Baker2019-10-101-1/+2
* meson: Add idep_getopt for testsDylan Baker2019-10-102-4/+4
* meson: force inclusion of inttypes.h for glcpp with msvcDylan Baker2019-10-101-2/+12
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-0/+1
* nir/drawpixels: fix what appears to be a copy-paste bug in get_texcoord_constMarek Olšák2019-10-101-4/+5
* nir/drawpixels: handle load_color0, load_input, load_interpolated_inputMarek Olšák2019-10-101-1/+26
* nir: move gl_nir_opt_access from glsl directoryMarek Olšák2019-10-106-8/+5
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-102-3/+18
* nir: add shader_info::last_msaa_imageMarek Olšák2019-10-092-0/+8
* nir/sink: Don't sink load_ubo to outside of its defining loopConnor Abbott2019-10-091-5/+32
* nir/sink: Rewrite loop handling logicConnor Abbott2019-10-091-35/+40
* meson: drop unused inc_nirEric Engestrom2019-10-071-1/+0
* meson: drop duplicate inc_nir from spirv2nirEric Engestrom2019-10-071-1/+1
* meson: drop duplicate inc_nir from libglslEric Engestrom2019-10-071-1/+1
* meson: rename libnir to _libnir to make it clear it's not meant to be used an...Eric Engestrom2019-10-071-2/+2
* nir/constant_folding: fold load_constant intrinsicsRhys Perry2019-10-071-0/+58
* nir/constant_folding: add back and use constant_fold_stateRhys Perry2019-10-071-22/+19
* spirv: Implement SPV_KHR_shader_clockCaio Marcelo de Oliveira Filho2019-10-072-0/+36
* nir: Fix some wonky whitespace in nir_search.h.Eric Anholt2019-10-041-2/+2
* nir: Factor out most of the algebraic passes C code to .c/.h.Eric Anholt2019-10-043-146/+173
* nir: Keep the range analysis HT around intra-pass until we make a change.Eric Anholt2019-10-047-38/+52
* nir: Skip emitting no-op movs from the builder.Eric Anholt2019-10-042-3/+12
* nir: Make nir_search's dumping go to stderr.Eric Anholt2019-10-041-16/+16
* nir/print: always use the right FILE *Rhys Perry2019-10-041-2/+4
* nir: initialize needs_helper_invocations as wellErik Faye-Lund2019-10-041-0/+1
* nir: initialize uses_discard to falseErik Faye-Lund2019-10-041-0/+1
* glsl: Add helperInvocationEXT() builtinCaio Marcelo de Oliveira Filho2019-09-303-0/+47
* glsl: Parse `demote` statementCaio Marcelo de Oliveira Filho2019-09-305-1/+49
* glsl: Add ir_demoteCaio Marcelo de Oliveira Filho2019-09-309-0/+81
* mesa: Extension boilerplate for EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-302-0/+3
* nir: Remove unnecessary subtraction optimizationsDaniel Schürmann2019-09-301-10/+0
* nir: recombine nir_op_*sub when lower_sub = falseDaniel Schürmann2019-09-301-8/+13
* android: compiler/nir: build nir_divergence_analysis.cMauro Rossi2019-09-281-0/+1
* glsl: disallow incompatible matrices multiplicationAndrii Simiklit2019-09-271-3/+3
* shader_enums: Move MAX_DRAW_BUFFERS to this file.Eric Anholt2019-09-271-1/+3
* nir/range-analysis: Use types to provide better ranges from bcsel and movIan Romanick2019-09-251-25/+4
* nir/range-analysis: Use types in the hash keyIan Romanick2019-09-251-38/+98
* nir/range-analysis: Bail if the types don't matchIan Romanick2019-09-251-0/+20
* glsl: turn runtime asserts of compile-time value into compile-time assertsEric Engestrom2019-09-251-6/+12
* nir: Fix overlapping vars in nir_assign_io_var_locations()Connor Abbott2019-09-251-1/+1
* glsl: correct bitcast-helpersErik Faye-Lund2019-09-251-2/+2
* nir/opt_remove_phis: handle phis with no sourcesRhys Perry2019-09-251-5/+6
* nir/opt_large_constants: Handle store writemasksConnor Abbott2019-09-241-20/+24
* nir: define 8-byte size and alignment for bindless variablesMarek Olšák2019-09-231-1/+6
* nir: don't add bindless variables to num_textures and num_imagesMarek Olšák2019-09-231-0/+4
* nir/repair_ssa: Replace the unreachable check with the phi builderJason Ekstrand2019-09-231-35/+44
* nir/algebraic: Additional D3D Boolean optimizationIan Romanick2019-09-191-0/+1
* nir/algebraic: Do not apply late DPH optimization in vertex processing stagesIan Romanick2019-09-191-3/+12
* Move blob from compiler/ to util/Jason Ekstrand2019-09-198-1095/+2