summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir/clone: Copy bit size when cloning registersJason Ekstrand2016-04-121-0/+1
* nir: Fix typo in commentIan Romanick2016-04-111-1/+1
* nir: Merge redudant integer clamping.Markus Wick2016-04-111-1/+4
* nir: Silence unused "options" warning in algebraic passes.Kenneth Graunke2016-04-111-0/+1
* nir: Do basic constant reassociation.Kenneth Graunke2016-04-111-0/+8
* nir/lower_system_values: Add support for several computed valuesJason Ekstrand2016-04-112-3/+73
* compiler: remove {glsl,nir}/Makefile.sourcesEmil Velikov2016-04-111-79/+0
* nir: add a pass for lowering (un)pack_double_2x32Connor Abbott2016-04-113-0/+98
* nir: add split versions of (un)pack_double_2x32Connor Abbott2016-04-111-0/+36
* nir: don't try to scalarize unpack_double_2x32Connor Abbott2016-04-111-0/+3
* nir: add support for (un)pack_double_2x32Connor Abbott2016-04-112-0/+35
* nir: add i2d and u2d opcodesIago Toral Quiroga2016-04-112-0/+10
* nir: add d2i, d2u, d2b opcodesIago Toral Quiroga2016-04-112-0/+6
* nir: add support for d2f and f2dConnor Abbott2016-04-112-0/+5
* nir/glsl_to_nir: set bit_size on ssbo_load resultIago Toral Quiroga2016-04-111-2/+3
* nir/glsl_to_nir: add bit-size info to add_instr()Samuel Iglesias Gonsálvez2016-04-111-10/+14
* nir/split_var_copies: handle doublesConnor Abbott2016-04-111-0/+2
* nir/instr_set: handle 64-bit bit-sizesConnor Abbott2016-04-111-5/+17
* nir: handle doubles in nir_deref_get_const_initializer_load()Connor Abbott2016-04-111-1/+5
* nir/print: add support for printing doubles and bitsizeConnor Abbott2016-04-111-3/+16
* nir/glsl_to_nir: support doublesConnor Abbott2016-04-111-26/+38
* nir/lower_load_const_to_scalar: support doubles and multiple bit sizesIago Toral Quiroga2016-04-111-2/+6
* nir/lower_to_source_mods: Handle different bit sizesIago Toral Quiroga2016-04-111-2/+3
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-119-15/+20
* nir/lower_vec: adapt to different bit sizesConnor Abbott2016-04-111-0/+1
* nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez2016-04-119-12/+20
* nir/locals_to_regs: adapt to different bit sizesConnor Abbott2016-04-111-0/+1
* nir/from_ssa: adapt to different bit sizesConnor Abbott2016-04-111-0/+2
* nir: Add a pass for gathering various bits of shader infoJason Ekstrand2016-04-103-0/+163
* nir: Use PRIi64 and PRIu64 instead of %ld and %lu.Kenneth Graunke2016-04-041-2/+3
* nir/search: Don't match inexact expressions with exact subexpressionsJason Ekstrand2016-04-041-5/+18
* nir: Add an opcode for stomping a 32-bit value to 16-bit precisionJason Ekstrand2016-04-011-0/+1
* nir: Simplify a bcsel to logical-orIan Romanick2016-03-311-0/+1
* nir: Fix typo from commit 6702f1acde9.Matt Turner2016-03-301-1/+1
* nir: Propagate negates up multiplication chains.Matt Turner2016-03-301-0/+4
* nir: Add a helper for getting the current block from a cursorJason Ekstrand2016-03-281-0/+11
* nir/lower_out_to_temp: Add an "entrypoint" parameterJason Ekstrand2016-03-283-4/+5
* nir/lower_out_to_temp: Steal the output's constant initializerJason Ekstrand2016-03-281-0/+3
* nir: Add a helper for getting the unique function in a shaderJason Ekstrand2016-03-281-0/+11
* nir/sweep: Sweep function parametersJason Ekstrand2016-03-281-0/+2
* nir/builder: Add a helper for creating undefsJason Ekstrand2016-03-281-0/+14
* nir/builder: Add a helper for storing to variable derefsJason Ekstrand2016-03-281-0/+16
* nir/builder: Add a helper for building fdot instructionsJason Ekstrand2016-03-281-0/+17
* nir: Add a variable_foreach_safe helperJason Ekstrand2016-03-281-0/+3
* nir/Makefile: Fix alphabetizationJason Ekstrand2016-03-281-3/+3
* nir: Add a pass to inline functionsJason Ekstrand2016-03-243-0/+273
* nir/builder: Add helpers for easily inserting copy_var intrinsicsJason Ekstrand2016-03-241-0/+23
* nir: Add return lowering passJason Ekstrand2016-03-243-0/+250
* nir: Add a cursor helper for getting a cursor after any phi nodesJason Ekstrand2016-03-241-0/+16
* nir/builder: Add a helper for inserting jump instructionsJason Ekstrand2016-03-241-0/+7