meson: build libEGL
[mesa.git] / src / compiler /
2017-10-20 Eric Anholtnir: Print the components referenced for split or packe...
2017-10-20 Eric Anholtnir: Add a safety check that we don't remove dead I...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Samuel Iglesias... nir: set default lod to texture opcodes that needed...
2017-10-19 Iago Toral Quirogaglsl/linker: produce error when invalid explicit locati...
2017-10-17 Jason Ekstrandnir: Add a helper for adding texture instruction sources
2017-10-15 Timothy Arcerinir: add component level support to remove_unused_io_vars()
2017-10-15 Timothy Arceriglsl: mark xfb inputs as always_active_io
2017-10-15 Timothy Arcerinir: add variant of lower_io_to_scalar to be called...
2017-10-15 Timothy Arcerinir: add glsl_channel_type() helper
2017-10-15 Timothy Arcerinir: add glsl_type_is_64bit() to nir_types
2017-10-13 Jason Ekstrandblob: Use intptr_t instead of ssize_t
2017-10-13 Dylan Bakermeson: fix blob test includes
2017-10-13 Jason Ekstrandnir: Get rid of the variable on vote intrinsics
2017-10-13 Jason Ekstrandnir/opcodes: Fix constant-folding of ufind_msb
2017-10-13 Jason Ekstrandcompiler/blob: Make some parameters void instead of...
2017-10-13 Jason Ekstrandcompiler/blob: Constify the reader
2017-10-13 Jason Ekstrandcompiler/blob: Add (reserve|overwrite)_(uint32|intptr...
2017-10-13 Connor Abbottcompiler/blob: make blob_reserve_bytes() more useful
2017-10-13 Jason Ekstrandcompiler/blob: Allow for fixed-size blobs with a NULL...
2017-10-13 Jason Ekstrandcompiler/blob: Add a concept of a fixed-allocation...
2017-10-13 Jason Ekstrandcompiler/blob: Switch to init/finish instead of create...
2017-10-13 Jason Ekstrandcompiler: Move blob up a level
2017-10-13 Jason Ekstrandmeson: Add inc_compiler to the libglsl includes
2017-10-13 Jason Ekstrandglsl/blob: Return false from grow_to_fit if we've ever...
2017-10-13 Jason Ekstrandglsl/blob: Return false from ensure_can_read on overrun
2017-10-13 Kenneth Graunkenir: Make nir_shader_gather_info() track texelFetch...
2017-10-13 Kenneth Graunkecompiler: Move gl_program::TexelFetchSamplers to shader...
2017-10-11 Dave Airlienir: bump loop unroll limit to 96.
2017-10-10 Eric Anholtnir: Move vc4's alpha test lowering to core NIR.
2017-10-10 Nicolai Hähnleglsl/linker: add check for compute shared memory size
2017-10-09 Józef Kuciaspirv: Fix SpvOpAtomicISub
2017-10-09 Timothy Arceriglsl: tidy up IR after loop unrolling
2017-10-09 Timothy Arceriglsl: make loop unrolling more like the nir unrolling...
2017-10-09 Timothy Arceriglsl: check if induction var incremented before use...
2017-10-09 Timothy Arceriglsl: don't drop instructions from unreachable terminat...
2017-10-09 Dylan Bakermeson: Build i965 and dri stack
2017-10-09 Dylan Bakermeson: add nir_linking_helpers.c to libnir
2017-10-07 Jason Ekstrandspirv: Don't warn on the ImageCubeArray capability
2017-10-03 Dylan Bakermeson: convert gtest to an internal dependency
2017-10-02 Ian Romanickglsl: Remove spurious assertions
2017-10-02 Ian Romanickglsl: Move 'foo = foo;' optimization to opt_dead_code_local
2017-10-02 Ian Romanickglsl/ast: Use logical-or instead of conditional assignm...
2017-10-02 Ian Romanickglsl/ast: Generate a more compact expression to disable...
2017-10-02 Ian Romanickglsl/ast: Explicitly track the set of case labels that...
2017-10-02 Ian Romanickglsl/ast: Convert ast_case_label::hir to ir_builder
2017-10-02 Ian Romanickglsl/ast: Use ir_binop_equal instead of ir_binop_all_equal
2017-10-02 Ian Romanickglsl/ast: Stop processing a switch-statement after...
2017-10-02 Ian Romanickglsl: Don't pass NULL to ir_assignment constructor...
2017-10-02 Ian Romanickglsl: Convert lower_variable_index_to_cond_assign to...
2017-10-02 Ian Romanickglsl: Fix coding standards issues in lower_variable_ind...
2017-10-02 Ian Romanickglsl: Convert lower_vec_index_to_cond_assign to using...
2017-10-02 Ian Romanickglsl: Return ir_variable from compare_index_block
2017-10-02 Ian Romanickglsl: Fix coding standards issues in lower_vec_index_to...
2017-10-02 Ian Romanickglsl: Fix coding standards issues in lower_if_to_cond_a...
2017-10-02 Bas Nieuwenhuizennir/spirv: Allow loop breaks in a switch body.
2017-10-02 Nicolai Hähnleglsl: do not set the 'smooth' qualifier by default...
2017-09-29 Nicolai Hähnleglsl/lower_instruction: handle denorms and overflow...
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-26 Thomas Hellandglcpp: Avoid unnecessary call to strlen
2017-09-26 Thomas Hellandglcpp: Use string_buffer for line continuation removal
2017-09-26 Thomas Hellandglsl: Change the parser to use the string buffer
2017-09-26 Timothy Arcerinir: add some helpers for doing linking
2017-09-26 Timothy Arceriglsl: mark xfb varyings as always active
2017-09-26 Timothy Arcerinir: add always_active_io to nir variable
2017-09-21 Brian Paulglsl: silence signed/unsigned comparison warning
2017-09-21 Nicolai Hähnleglsl/linker: properly fix output variable overlap check
2017-09-21 Timothy Arceriglsl: merge loop_controls.cpp with loop_unroll.cpp
2017-09-21 Timothy Arceriglsl: move loop analysis helpers to loop_analysis.cpp
2017-09-21 Jason Ekstrandspirv: Flip the tessellation winding order
2017-09-20 Nicolai Hähnleglsl/linker: fix output variable overlap check
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-09-19 Ian Romanickglsl: Silence unused parameter warnings
2017-09-19 Juan A. Suarez Romeroglsl: buffer variables can be readonly and writeonly
2017-09-19 Eric Engestromglsl: replace conditional compilation with MAYBE_UNUSED
2017-09-14 Iago Toral Quirogaglsl: avoid accessing invalid memory after get_variable...
2017-09-14 Iago Toral Quirogaglsl: make the redeclared variable NULL if it is deleted
2017-09-14 Iago Toral Quirogaglsl: use 'declared_var' instead of 'var' after checkin...
2017-09-13 Eric Engestromglsl: compile unused function out
2017-09-12 Eric Engestromutil/disk_cache: turn MESA_GLSL_CACHE_DISABLE into...
2017-09-12 Iago Toral Quirogaglsl: Disallow unsized array of atomic_uint
2017-09-12 Juan A. Suarez Romeronir/spirv: handle if's with same label in both branches
2017-09-11 Samuel Iglesias... nir/spirv: fix chain access with different index bit...
2017-09-07 Dave Airlienir: put compact into bitfields in nir_variable_data
2017-09-05 Jason Ekstrandspirv: Add support for the HelperInvocation builtin
2017-08-29 Matt Turnerglsl: define YY_NO_INPUT to prevent unused symbol warnings
2017-08-29 Matt Turnernir: Remove series of unnecessary conversions
2017-08-29 Matt Turnernir/spirv: Use unreachable("...") rather than assert...
2017-08-29 Matt Turnercompiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-08-28 Jason Ekstrandnir: Fix system_value_from_intrinsic for subgroups
2017-08-28 Jason Ekstrandnir: Fix some whatespace
2017-08-28 Ilia Mirkinglsl: fix counting of vertex shader output slots used...
2017-08-25 Nicolai Hähnleglsl: fix glsl_struct_field size calculations for shade...
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-08-25 Timothy Arceriutil/disk_cache: rename mesa cache dir and introduce...
2017-08-24 Timothy Arceriglsl: stop adding pointers from bindless structs to...
2017-08-24 Timothy Arceriglsl: stop adding pointers from shader_info to the...
2017-08-24 Timothy Arcericompiler: move pointers to the start of shader_info
next