aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir: allow propagation of if evaluation for bcselTimothy Arceri2018-11-021-9/+16
* nir: fix if condition propagation for alu useTimothy Arceri2018-11-011-2/+1
* nir: Allow using nir_lower_io_to_scalar_early on VS input vars.Eric Anholt2018-10-301-1/+3
* nir: fix yet another MSVC build breakBrian Paul2018-10-291-1/+1
* nir: Add a pass for gathering transform feedback infoJason Ekstrand2018-10-293-0/+211
* nir: Fix array initializerBrian Paul2018-10-261-1/+1
* nir/system_values: Use the bit size from the load_derefJason Ekstrand2018-10-261-0/+1
* nir/opt_if: Rework condition propagationJason Ekstrand2018-10-261-61/+30
* nir/search: Use the nir_imm_* helpers from nir_builderJason Ekstrand2018-10-263-91/+43
* nir/builder: Handle 16-bit floats in nir_imm_floatN_tJason Ekstrand2018-10-261-0/+14
* nir/builder: Add a nir_imm_true/false helpersJason Ekstrand2018-10-265-6/+29
* nir/constant_folding: Use nir_src_as_bool for discard_ifJason Ekstrand2018-10-261-6/+7
* nir/constant_folding: Add an unreachable to a switchJason Ekstrand2018-10-261-0/+2
* nir/validate: Print when the validation failedJason Ekstrand2018-10-263-29/+35
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-2513-18/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-255-14/+0
* nir: Fix array initializer.Jose Fonseca2018-10-241-1/+1
* nir: fix nir_copy_propagation testJuan A. Suarez Romero2018-10-241-2/+2
* nir: add linking helper nir_link_xfb_varyings()Samuel Pitoiset2018-10-242-0/+34
* nir/algebraic: Fix a typo in the bit size validation codeJason Ekstrand2018-10-231-2/+2
* nir/algebraic: Provide descriptive asserts for bit size checksJason Ekstrand2018-10-221-9/+42
* nir/algebraic: Loosen a restriction on variablesJason Ekstrand2018-10-221-2/+6
* nir/algebraic: A bit of validation refactoring'Jason Ekstrand2018-10-221-15/+15
* nir/algebraic: Make internal classes str-ableJason Ekstrand2018-10-221-4/+12
* nir/algebraic: Generalize an optimizationJason Ekstrand2018-10-221-1/+1
* nir/algebraic: Use bool internally instead of bool32Jason Ekstrand2018-10-222-8/+5
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-2216-71/+54
* nir/search_helpers: Use nir_src_is_const and friendsJason Ekstrand2018-10-221-27/+22
* nir/search: Use nir_src_is_const and friendsJason Ekstrand2018-10-221-57/+13
* nir: Add some new helpers for working with const sourcesJason Ekstrand2018-10-222-0/+108
* nir: fix clip cull lowering to not assert if GLSL already lowered.Dave Airlie2018-10-151-0/+6
* nir: Copy propagation between blocksCaio Marcelo de Oliveira Filho2018-10-152-82/+351
* nir: Take call instruction into account in copy_prop_varsCaio Marcelo de Oliveira Filho2018-10-151-6/+12
* nir: Add tests for copy propagation of derefsCaio Marcelo de Oliveira Filho2018-10-151-0/+300
* nir: Remove handling of dead writes from copy_prop_varsCaio Marcelo de Oliveira Filho2018-10-151-76/+8
* nir: Separate dead write removal into its own passCaio Marcelo de Oliveira Filho2018-10-154-3/+226
* nir: Add tests for dead write eliminationCaio Marcelo de Oliveira Filho2018-10-151-0/+241
* nir: Add test file for vars related passesCaio Marcelo de Oliveira Filho2018-10-152-0/+201
* nir: Add nir_imm_ivec2 helperCaio Marcelo de Oliveira Filho2018-10-151-0/+12
* nir: Expose nir_remove_unused_io_vars().Eric Anholt2018-10-152-8/+27
* nir: Be sure to fix deref modes after demoting shader i/o vars to global.Eric Anholt2018-10-151-0/+3
* nir: Create sampler2D variables in nir_lower_{bitmap,drawpixels}.Kenneth Graunke2018-10-142-1/+23
* spirv/nir: handle memory access qualifiers for SSBO loads/storesSamuel Pitoiset2018-10-121-2/+2
* nir: Add a bunch of b2[if] optimizationsJason Ekstrand2018-10-111-0/+17
* nir/algebraic: Simplify fsat of fsignIan Romanick2018-10-091-0/+1
* nir/algebraic: sign(x)*x*x is abs(x)*xIan Romanick2018-10-091-0/+5
* nir: Add helper functions to get the instruction that generated a nir_srcIan Romanick2018-10-091-0/+23
* nir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled expansionsJason Ekstrand2018-10-041-15/+18
* nir/from_ssa: Don't rewrite derefs destinations to registersJason Ekstrand2018-10-021-0/+6
* nir/cf: Remove phi sources if needed in nir_handle_add_jumpJason Ekstrand2018-10-021-17/+21