nir: Use nir_src_is_const and nir_src_as_* in core code
[mesa.git] / src / compiler /
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2018-10-22 Jason Ekstrandnir/search_helpers: Use nir_src_is_const and friends
2018-10-22 Jason Ekstrandnir/search: Use nir_src_is_const and friends
2018-10-22 Jason Ekstrandnir: Add some new helpers for working with const sources
2018-10-22 Jason Ekstrandspirv: Add no-op support for VK_GOOGLE_hlsl_functionality1
2018-10-22 Jason Ekstrandspirv: Add support for SPV_GOOGLE_decorate_string
2018-10-16 Vadym Shovkopliasglsl: Check the subroutine associated functions names
2018-10-16 Vadym Shovkopliasglsl/linker: Change the format of spec quotation
2018-10-16 Dave Airlienir: fix clip cull lowering to not assert if GLSL alrea...
2018-10-16 Caio Marcelo de... nir: Copy propagation between blocks
2018-10-16 Caio Marcelo de... nir: Take call instruction into account in copy_prop_vars
2018-10-16 Caio Marcelo de... nir: Add tests for copy propagation of derefs
2018-10-16 Caio Marcelo de... nir: Remove handling of dead writes from copy_prop_vars
2018-10-16 Caio Marcelo de... nir: Separate dead write removal into its own pass
2018-10-16 Caio Marcelo de... nir: Add tests for dead write elimination
2018-10-16 Caio Marcelo de... nir: Add test file for vars related passes
2018-10-16 Caio Marcelo de... nir: Add nir_imm_ivec2 helper
2018-10-16 Eric Anholtnir: Expose nir_remove_unused_io_vars().
2018-10-16 Eric Anholtnir: Be sure to fix deref modes after demoting shader...
2018-10-15 Kenneth Graunkenir: Create sampler2D variables in nir_lower_{bitmap...
2018-10-13 Jason Ekstrandspirv: Update SPIR-V json and headers to Khronos master
2018-10-12 Samuel Pitoisetspirv/nir: handle memory access qualifiers for SSBO...
2018-10-11 Jason Ekstrandnir: Add a bunch of b2[if] optimizations
2018-10-11 Timothy Arceriglsl: remove redundant es_shader checks
2018-10-10 Timothy Arceriglsl: ignore trailing whitespace when define redefined
2018-10-09 Ian Romanicknir/algebraic: Simplify fsat of fsign
2018-10-09 Ian Romanicknir/algebraic: sign(x)*x*x is abs(x)*x
2018-10-09 Ian Romanicknir: Add helper functions to get the instruction that...
2018-10-09 Dylan Bakermeson: Don't build glsl compiler tests unless OpenGL...
2018-10-08 Ilia Mirkinglsl: fix array assignments of a swizzled vector
2018-10-08 Tapani Pälliglsl: do not attempt assignment if operand type not...
2018-10-05 Samuel Pitoisetspirv: mark variables decorated with XfbBuffer as alway...
2018-10-04 Jason Ekstrandnir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled...
2018-10-04 Vadym Shovkopliasglsl/linker: Check the subroutine associated functions...
2018-10-02 Jason Ekstrandspirv: Move function call handling to vtn_cfg
2018-10-02 Jason Ekstrandnir/from_ssa: Don't rewrite derefs destinations to...
2018-10-02 Jason Ekstrandnir/cf: Remove phi sources if needed in nir_handle_add_jump
2018-09-19 Danylo Piliaievglsl: Add an assert when cloning ir_dereference_record...
2018-09-19 Danylo Piliaievglsl: Avoid propagating incompatible type of initializer
2018-09-19 Juan A. Suarez Romeronir: add initializer data to fix MSVC compile error
2018-09-19 Jason Ekstrandnir: Add some asserts that we don't put derefs in phis
2018-09-19 Jason Ekstrandnir/opt_if: Re-materialize derefs in use blocks before...
2018-09-19 Jason Ekstrandnir/loop_unroll: Re-materialize derefs in use blocks...
2018-09-19 Jason Ekstrandnir: Add a small pass to rematerialize derefs per-block
2018-09-14 Timothy Arcerinir: add loop unroll support for complex wrapper loops
2018-09-14 Timothy Arcerinir: propagates if condition evaluation down some alu...
2018-09-14 Timothy Arcerinir: evaluate if condition uses inside the if branches
2018-09-12 Vadym Shovkopliasglsl/linker: Check the invariance of built-in special...
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-09-06 Jason Ekstrandnir: Drop the vs_inputs_dual_locations option
2018-09-06 Jason Ekstrandradeonsi/nir: Set vs_inputs_dual_locations and let...
2018-09-06 Jason Ekstrandcompiler: Move double_inputs to gl_program::DualSlotInputs
2018-09-06 Timothy Arceriglsl: fixer lexer for unreachable defines
2018-08-30 Ilia Mirkinglsl: avoid lowering texcoord array except in simple...
2018-08-29 Timothy Arceriglsl: add a mechanism to allow layout qualifiers on...
2018-08-29 Timothy Arceriglsl: skip stringification in preprocessor if in unreac...
2018-08-29 Jason Ekstrandanv,i965: Lower away image derefs in the driver
2018-08-29 Jason Ekstrandnir: Add handle/index-based image intrinsics
2018-08-29 Jason Ekstrandnir: Use a bitfield for image access qualifiers
2018-08-29 Jason Ekstrandglsl/link,i965: Make ImageAccess four-state
2018-08-29 Jason Ekstrandintel/compiler: Do image load/store lowering to NIR
2018-08-29 Jason Ekstrandnir/types: Add a wrapper for coordinate_components
2018-08-29 Jason Ekstrandnir: Make image load/store intrinsics variable-width
2018-08-29 Jason Ekstrandnir/format_convert: Fix a bitmask in unpack_11f11f10f
2018-08-29 Jason Ekstrandnir/format_convert: Rename pack_r11g11b10f to pack_11f1...
2018-08-29 Jason Ekstrandnir/format_convert: Add [us]norm conversion helpers
2018-08-29 Jason Ekstrandnir/format_convert: Rename nir_format_bitcast_uint_vec
2018-08-29 Jason Ekstrandnir/format_convert: Add vec mask and sign-extend helpers
2018-08-29 Jason Ekstrandnir/format_convert: Add support for unpacking signed...
2018-08-29 Jason Ekstrandnir/opcodes: Make unpack_half_2x16_split_* variable...
2018-08-29 Jason Ekstrandnir/algebraic: Add some max/min optimizations
2018-08-29 Jason Ekstrandnir/algebraic: Add more extract_[iu](8|16) optimizations
2018-08-29 Jason Ekstrandnir/algebraic: Be more careful converting ushr to extra...
2018-08-29 vadym.shovkopliasglsl/linker: Link all out vars from a shader objects...
2018-08-29 Timothy Arcerinir: add loop unroll support for wrapper loops
2018-08-29 Timothy Arcerinir/opt_loop_unroll: Remove unneeded phis if we make...
2018-08-29 Timothy Arcerinir: add complex_loop bool to loop info
2018-08-29 Timothy Arcerinir: always attempt to find loop terminators
2018-08-28 Caio Marcelo de... nir: Remove outdated comment
2018-08-28 Kevin Rogovinmesa: Add GL/GLSL plumbing for INTEL_fragment_shader_or...
2018-08-27 vadym.shovkopliasglsl/linker: Allow unused in blocks which are not decla...
2018-08-27 Jason Ekstrandnir: Pull block_ends_in_jump into nir.h
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-24 Marek Olšákmesa: expose AMD_gpu_shader_int64
2018-08-24 Marek Olšákmesa: expose ARB_post_depth_coverage in the Compatibili...
2018-08-24 Jason Ekstrandnir: Add an array copy optimization
2018-08-24 Jason Ekstrandnir: Add a array-of-vector variable shrinking pass
2018-08-24 Jason Ekstrandnir: Add an array splitting pass
2018-08-24 Jason Ekstrandnir: Add a structure splitting pass
2018-08-24 Jason Ekstrandnir/types: Add array_or_matrix helpers
2018-08-23 Marek Olšákglsl: fix error checking against MAX_UNIFORM_LOCATIONS
2018-08-23 Marek Olšákmesa: add ctx->Const.MaxGeometryShaderInvocations
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-23 Emil Velikovglsl: remove execute bit and shebang from python tests
2018-08-23 Ian Romanicknir: Add floating point atomic min, max, and compare...
2018-08-23 Ian Romanicknir: Add floating point atomic add instrinsics
2018-08-23 Ian Romanickglsl: Add support for lowering shared-variable float...
2018-08-23 Ian Romanickglsl: Add support for lowering SSBO float atomics
2018-08-23 Ian Romanickglsl: Add built-in functions for INTEL_shader_atomic_fl...
2018-08-23 Ian Romanickmesa: Extension boilerplate for INTEL_shader_atomic_flo...
next