aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/glsl_to_nir.cpp
Commit message (Expand)AuthorAgeFilesLines
* compiler: Move glsl_to_nir to libglsl.laJason Ekstrand2016-05-261-2026/+0
* nir/glsl_to_nir: quell some uninit_member coverity errorsRob Clark2016-05-201-0/+6
* nir: add double input bitmapJuan A. Suarez Romero2016-05-171-0/+1
* nir: Add a nir->info.uses_interp_var_at_offset flag.Kenneth Graunke2016-05-151-0/+3
* nir: Add an info bit for uses_sample_qualifierJason Ekstrand2016-05-141-0/+1
* nir: Silence unused parameter warningsIan Romanick2016-05-121-1/+1
* nir: glsl_get_bit_size() should take glsl_typeRob Clark2016-05-121-8/+8
* nir: move callsite of lower_outputs_to_temporariesRob Clark2016-05-111-2/+0
* Revert "nir: Try to warn when C99 extensions are used in nir headers."Jose Fonseca2016-05-101-22/+1
* nir: Try to warn when C99 extensions are used in nir headers.Jose Fonseca2016-04-281-1/+22
* nir: Remove spurious ; after namespace.Jose Fonseca2016-04-281-1/+1
* nir: add support for (un)pack_double_2x32Connor Abbott2016-04-111-0/+6
* nir: add i2d and u2d opcodesIago Toral Quiroga2016-04-111-0/+8
* nir: add d2i, d2u, d2b opcodesIago Toral Quiroga2016-04-111-0/+3
* nir: add support for d2f and f2dConnor Abbott2016-04-111-0/+2
* 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/glsl_to_nir: support doublesConnor Abbott2016-04-111-26/+38
* nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+1
* nir/lower_out_to_temp: Add an "entrypoint" parameterJason Ekstrand2016-03-281-1/+1
* nir/glsl: Propagate invariant into NIR alu opsJason Ekstrand2016-03-231-0/+3
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-9/+13
* nir/glsl: Remove dead function parameter handling codeJason Ekstrand2016-03-121-46/+5
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-11/+5
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-1/+1
* gtn: use const_index helpersRob Clark2016-02-091-8/+9
* nir: remove unused nir_variable fieldsTimothy Arceri2016-02-091-2/+0
* glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-011-9/+0
* glsl: move to compiler/Emil Velikov2016-01-261-3/+3
* nir: move to compiler/Emil Velikov2016-01-261-0/+2031