nir: add a pass to lower some double operations
[mesa.git] / src / compiler /
2016-04-28 Connor Abbottnir: add a pass to lower some double operations
2016-04-28 Connor Abbottnir/builder: add nir_imm_double()
2016-04-28 Samuel Iglesias... nir/builder: Add bit_size info to nir_build_imm()
2016-04-28 Lars Hamreglsl: fix lowering outputs for early/nested returns
2016-04-27 Connor Abbottnir: rewrite nir_foreach_block and friends
2016-04-27 Connor Abbottnir/opt_cp: use nir_block_get_following_if()
2016-04-27 Jason Ekstrandnir/algebraic: Add a bit-size validator
2016-04-27 Jason Ekstrandnir/opt_algebraic: Fix some expressions with ambiguous...
2016-04-27 Jason Ekstrandnir/search: Respect the bit_size parameter on nir_searc...
2016-04-27 Jason Ekstrandnir/algebraic: Add a mechanism for specifying the bit...
2016-04-27 Jason Ekstrandnir/algebraic: Use "uint" instead of "unsigned" for...
2016-04-27 Jason Ekstrandnir/algebraic: Do better error reporting of bad expressions
2016-04-27 Timothy Arceriglsl: move uniform block validation to link_uniform_blo...
2016-04-27 Jason Ekstrandnir: Add a helper for figuring out what channels of...
2016-04-26 Jakob Sinclairglsl: removing double semi-colons
2016-04-26 Juha-Pekka Heikkilanir: Add missing break into switch in construct_value()
2016-04-26 Ilia Mirkinglsl: add ability to use essl 3.20
2016-04-25 Grazvydas Ignotasspirv: fix warning in release build
2016-04-25 Grazvydas Ignotasglsl: fix warning in release build
2016-04-22 Timothy Arceriglsl: fix cross validation for explicit locations on...
2016-04-21 Matt Turnerglsl: Relax GLSL 1.10 float suffix error to a warning.
2016-04-21 Rob Herringglsl: android: add back missing generated glcpp include...
2016-04-21 Roland Scheideggerglsl: add forgotten textureOffset function for sampler2...
2016-04-20 Jason Ekstrandspirv: Trivially handle the NonWriteable decoration
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-19 Rob Clarknir/lower-tex: add srgb->linear lowering
2016-04-19 Rob Clarknir/builder: const'ify swiz param
2016-04-19 Rob Clarknir/lower-tex: make options a local var
2016-04-18 Matt Turnerglsl: Properly handle ldexp(0.0f, non-zero-exp).
2016-04-17 Dave Airlienir: only dereference undef after NULL check. (v2)
2016-04-15 Jason EkstrandMerge branch 'vulkan'
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Eduardo Lima Mitevnir/print: Fix printing variable mode
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason Ekstrandnir/lower_io: Add UBOs and SSBOs to get_io_offset_src
2016-04-15 Jason Ekstrandnir/intrinsics: Add a vulkan_resource_index intrinsic
2016-04-15 Jason Ekstrandnir: Add a descriptor_set field to nir_variable
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jason Ekstrandnir: Add another index to load_uniform to specify the...
2016-04-14 Jason Ekstrandnir/opt_algebraic: Remove the encoding line
2016-04-14 Jason Ekstrandspirv: Move to compiler/
2016-04-14 Jason Ekstrandnir: Remove some pointless delta between vulkan and...
2016-04-14 Jose Fonsecascons: Build NIR.
2016-04-14 Jose Fonsecanir: Use _snprintf on Windows.
2016-04-14 Jose Fonsecanir: Avoid structure initalization expressions.
2016-04-14 Jose Fonsecanir: Remove unistd.h include.
2016-04-14 Jose Fonsecanir: Avoid empty {} struct initializer.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jason Ekstrandnir/dead_variables: Configurably work with any variable...
2016-04-13 Jason Ekstrandnir/algebraic: Add lowering for ldexp
2016-04-13 Jason Ekstrandnir: Add more modulus opcodes
2016-04-13 Jason Ekstrandnir/lower_io: Allow for a full bitmask of modes
2016-04-13 Jason Ekstrandnir/lower_indirect: nir_variable_mode is now a bitfield
2016-04-13 Jason Ekstrandnir: Convert nir_variable_mode to a bitfield
2016-04-13 Matt Turnerglsl: Rename "vertex_input_slots" -> "is_vertex_input"
2016-04-12 Jason Ekstrandnir/clone: Copy bit size when cloning registers
2016-04-12 Kenneth Graunkeglsl: Don't copy propagate or tree graft precise values.
2016-04-12 Kristian Høgsberg... glsl/linker: Recurse on struct fields when adding shade...
2016-04-12 Kristian Høgsberg... glsl/linker: Pass name and type through to create_shade...
2016-04-12 Kristian Høgsberg... glsl/linker: Pass absolute location to add_shader_varia...
2016-04-12 Kristian Høgsberg... glsl/linker: Add add_shader_variable() helper
2016-04-12 Kenneth Graunkeglsl: Reject illegal qualifiers on atomic counter uniforms.
2016-04-12 Kenneth Graunkeglsl: Add a method to print error messages for illegal...
2016-04-12 Rhys Kiddglsl: Update hash table comments in constant propagation
2016-04-12 Ian Romanicknir: Fix typo in comment
2016-04-12 Markus Wicknir: Merge redudant integer clamping.
2016-04-12 Kenneth Graunkenir: Silence unused "options" warning in algebraic...
2016-04-12 Kenneth Graunkenir: Do basic constant reassociation.
2016-04-11 Jason Ekstrandnir/lower_system_values: Add support for several comput...
2016-04-11 Jason Ekstrandglsl/shader_enums: Add the other two compute builtins
2016-04-11 Jason Ekstrandglsl/shader_enums: Add an enum for Vulkan InstanceIndex
2016-04-11 Emil Velikovcompiler: android: flesh out nir into separate makefile
2016-04-11 Emil Velikovcompiler: automake: flesh out NIR into separate makefile.
2016-04-11 Emil Velikovcompiler: automake: split out glsl into separate makefile
2016-04-11 Emil Velikovcompiler: remove {glsl,nir}/Makefile.sources
2016-04-11 Emil Velikovglsl: move the android build scripts a level up
2016-04-11 Emil Velikovglsl: move the scons build script a level up
2016-04-11 Jason Ekstrandnir/lower_system_values: Simplify the computation of...
2016-04-11 Connor Abbottnir: add a pass for lowering (un)pack_double_2x32
2016-04-11 Connor Abbottnir: add split versions of (un)pack_double_2x32
2016-04-11 Connor Abbottnir: don't try to scalarize unpack_double_2x32
2016-04-11 Connor Abbottnir: add support for (un)pack_double_2x32
2016-04-11 Iago Toral Quiroganir: add i2d and u2d opcodes
2016-04-11 Iago Toral Quiroganir: add d2i, d2u, d2b opcodes
2016-04-11 Connor Abbottnir: add support for d2f and f2d
2016-04-11 Iago Toral Quiroganir/glsl_to_nir: set bit_size on ssbo_load result
2016-04-11 Samuel Iglesias... nir/glsl_to_nir: add bit-size info to add_instr()
2016-04-11 Connor Abbottnir/split_var_copies: handle doubles
2016-04-11 Connor Abbottnir/instr_set: handle 64-bit bit-sizes
2016-04-11 Connor Abbottnir: handle doubles in nir_deref_get_const_initializer_...
2016-04-11 Connor Abbottnir/print: add support for printing doubles and bitsize
2016-04-11 Connor Abbottnir/glsl_to_nir: support doubles
2016-04-11 Iago Toral Quiroganir/lower_load_const_to_scalar: support doubles and...
2016-04-11 Iago Toral Quiroganir/lower_to_source_mods: Handle different bit sizes
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_load_const_instr_create()
2016-04-11 Connor Abbottnir/lower_vec: adapt to different bit sizes
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_ssa_undef_instr_create()
2016-04-11 Connor Abbottnir/locals_to_regs: adapt to different bit sizes
2016-04-11 Connor Abbottnir/from_ssa: adapt to different bit sizes
2016-04-11 Jason Ekstrandnir: Add a pass for gathering various bits of shader...
next