OSDN Git Service

nir/xfb: Handle compact arrays in gather_xfb_info
[android-x86/external-mesa.git] / src / compiler /
2019-03-06 Jason Ekstrandnir/xfb: Handle compact arrays in gather_xfb_info
2019-03-06 Jason Ekstrandnir/xfb: Work in terms of components rather than slots
2019-03-06 Jason Ekstrandnir/xfb: Properly align 64-bit values
2019-03-06 Jason Ekstrandcompiler/types: Add a contains_64bit helper
2019-02-15 Jason Ekstrandnir/deref: Rematerialize parents in rematerialize_deref...
2019-01-31 Danylo Piliaievglsl: Fix copying function's out to temp if dereference...
2019-01-31 Timothy Arceriglsl: Copy function out to temp if we don't directly...
2019-01-29 Timothy Arceriglsl: use remap location when serialising uniform progr...
2019-01-29 Jason Ekstrandnir/xfb: Fix offset accounting for dvec3/4
2019-01-29 Karol Herbstglsl/lower_output_reads: set invariant and precise...
2019-01-29 Bas Nieuwenhuizennir: Account for atomics in copy propagation.
2019-01-11 Andres Gomezglsl/linker: specify proper direction in location alias...
2019-01-11 Jason Ekstrandspirv: Sign-extend array indices
2019-01-11 Jason Ekstrandspirv: Handle any bit size in vector_insert/extract
2019-01-11 Bas Nieuwenhuizenspirv: Fix matrix parameters in function calls.
2019-01-11 Andres Gomezglsl: correct typo in GLSL compilation error message
2019-01-11 Caio Marcelo de... nir: remove dead code from copy_prop_vars
2019-01-11 Caio Marcelo de... nir: properly find the entry to keep in copy_prop_vars
2019-01-11 Caio Marcelo de... nir: properly clear the entry sources in copy_prop_vars
2019-01-11 Ian RomanickRevert "nir/lower_indirect: Bail early if modes == 0"
2019-01-11 Jason Ekstrandnir/constant_folding: Fix source bit size logic
2018-12-05 Matt Turnermesa: Revert INTEL_fragment_shader_ordering support
2018-11-26 Gert Wollnyglsl: free or reuse memory allocated for TF varying
2018-11-16 Jason Ekstrandnir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
2018-11-14 Karol Herbstnir/spirv: cast shift operand to u32
2018-11-14 Timothy Arcerinir: don't pack varyings ints with floats unless flat
2018-11-14 Timothy Arcerinir: add glsl_type_is_integer() helper
2018-11-08 Erik Faye-Lundglsl: do not allow implicit casts of unsized array...
2018-11-08 Timothy Arcerinir: fix condition propagation when src has a swizzle
2018-11-08 Timothy Arcerinir: allow propagation of if evaluation for bcsel
2018-10-31 Timothy Arcerinir: fix if condition propagation for alu use
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-31 Tapani Pälliglsl/linker: validate attribute aliasing before optimiz...
2018-10-30 Eric Anholtnir: Allow using nir_lower_io_to_scalar_early on VS...
2018-10-30 Jason Ekstrandspirv: Pass SSA values through functions
2018-10-30 Michał Janiszewskiglsl: Add missing include guards
2018-10-29 Vadym Shovkopliasglsl/linker: Fix out variables linking during single...
2018-10-29 Brian Paulnir: fix yet another MSVC build break
2018-10-29 Jason Ekstrandnir: Add a pass for gathering transform feedback info
2018-10-26 Brian Paulnir: Fix array initializer
2018-10-26 Jason Ekstrandspirv: Initialize subgroup destinations with the destin...
2018-10-26 Jason Ekstrandspirv: Use the right bit-size for spec constant ops
2018-10-26 Jason Ekstrandglsl/nir: Use i2b instead of ine for fixing UBO/SSBO...
2018-10-26 Jason Ekstrandnir/system_values: Use the bit size from the load_deref
2018-10-26 Jason Ekstrandnir/opt_if: Rework condition propagation
2018-10-26 Jason Ekstrandnir/search: Use the nir_imm_* helpers from nir_builder
2018-10-26 Jason Ekstrandnir/builder: Handle 16-bit floats in nir_imm_floatN_t
2018-10-26 Jason Ekstrandnir/builder: Add a nir_imm_true/false helpers
2018-10-26 Jason Ekstrandnir/constant_folding: Use nir_src_as_bool for discard_if
2018-10-26 Jason Ekstrandnir/constant_folding: Add an unreachable to a switch
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-24 Jose Fonsecanir: Fix array initializer.
2018-10-24 Juan A. Suarez Romeronir: fix nir_copy_propagation test
2018-10-23 Samuel Pitoisetnir: add linking helper nir_link_xfb_varyings()
2018-10-23 Jason Ekstrandnir/algebraic: Fix a typo in the bit size validation...
2018-10-22 Jason Ekstrandnir/algebraic: Provide descriptive asserts for bit...
2018-10-22 Jason Ekstrandnir/algebraic: Loosen a restriction on variables
2018-10-22 Jason Ekstrandnir/algebraic: A bit of validation refactoring'
2018-10-22 Jason Ekstrandnir/algebraic: Make internal classes str-able
2018-10-22 Jason Ekstrandnir/algebraic: Generalize an optimization
2018-10-22 Jason Ekstrandnir/algebraic: Use bool internally instead of bool32
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
next