meson: standardize .so version to major.minor.patch
[mesa.git] / src / compiler /
2017-11-07 Gwan-gyeong Munnir: fix a typo
2017-11-06 Tomasz Figaglsl: Allow precision mismatch on dead data with GLSL...
2017-11-03 Nicolai Hähnleglsl: fix interpolateAtXxx(some_vec[idx], ...) with...
2017-11-03 Nicolai Hähnleglsl: allow any l-value of an input variable as interpo...
2017-11-03 Dave Airlienir/serialize: fix build with gcc 4.4.7
2017-11-03 Timothy Arcerinir: skip lowering sampler if there is no dereference
2017-11-02 Timothy Arcerinir: add tess patch support to nir_remove_unused_varyings()
2017-11-01 Jordan Justenglsl/shader_cache: Save fs (BlendSupport) metadata
2017-11-01 Timothy Arcerimesa/glsl: add api_enabled flag to gl_transform_feedbac...
2017-11-01 Jordan Justenblob: Don't set overrun if reading 0 bytes at end of...
2017-11-01 Jordan Justenglsl/shader_cache: Save and restore serialized nir...
2017-11-01 Jason Ekstrandnir: Add hooks for testing serialization
2017-11-01 Connor Abbottnir: add serialization and deserialization
2017-10-31 Neil Robertsnir/opt_intrinsics: Fix values for gl_SubGroupG{e,t...
2017-10-31 Ian Romanickglsl: Fix bad formatting in a comment
2017-10-30 Eduardo Lima Mitevglsl/linker: Check that re-declared, inter-shader built...
2017-10-30 Eduardo Lima Mitevglsl: Use the utility function to copy symbols between...
2017-10-30 Eduardo Lima Mitevglsl_parser_extra: Add utility to copy symbols between...
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
2017-10-30 Ian Romanickglsl/parser: Track built-in types using the glsl_type...
2017-10-30 Ian Romanickglsl/parser: Return the glsl_type object from the lexer
2017-10-30 Ian Romanickglsl/parser: Allocate identifier inside classify_identifier
2017-10-30 Ian Romanickglsl/parser: Move anonymous struct name handling to...
2017-10-30 Ian Romanickglsl/parser: Silence unused parameter warning
2017-10-30 Ian Romanickglsl: Silence unused parameter warnings
2017-10-30 Emil VelikovRevert "foo"
2017-10-30 Emil Velikovfoo
2017-10-30 Kenneth Graunkenir: Make nir_gather_info collect a uses_fddx_fddy...
2017-10-26 Jason Ekstrandspirv: Claim support for the simple memory model
2017-10-26 Iago Toral Quirogaglsl/linker: Fix type checks for location aliasing
2017-10-26 Iago Toral Quirogaglsl/linker: refactor check_location_aliasing
2017-10-26 Iago Toral Quirogaglsl/linker: validate explicit locations for SSO programs
2017-10-26 Iago Toral Quirogaglsl/linker: generalize validate_explicit_variable_loca...
2017-10-26 Iago Toral Quirogaglsl/linker: create a helper function to validate expli...
2017-10-26 Iago Toral Quirogaglsl/linker: outputs in the same location must share...
2017-10-26 Iago Toral Quirogaglsl/linker: outputs in the same location must share...
2017-10-26 Iago Toral Quirogaglsl/linker: fix location aliasing checks for interface...
2017-10-26 Iago Toral Quirogaglsl/linker: refactor link-time validation of output...
2017-10-26 Iago Toral Quirogaglsl/linker: report linker errors for invalid explicit...
2017-10-25 Jason Ekstrandnir/opt_intrinsics: Rework progress
2017-10-25 Jason Ekstrandnir/lower_wpos_ytransform: Support system value intrinsics
2017-10-25 Jordan Justenglsl_to_nir: Zero nir_constant in constant_copy for...
2017-10-25 Jordan Justenglsl_to_nir: Zero nir_variable struct for valgrind...
2017-10-25 Jordan Justennir: Zero nir_load_const_instr::value for valgrind...
2017-10-25 Jordan Justennir: Zero local_size const struct for valgrind & nir_se...
2017-10-25 Jordan Justenglsl: Add field initializers for glsl_struct_field...
2017-10-25 Jason Ekstrandcompiler/types: Support [de]serializing void types
2017-10-25 Jason Ekstrandnir/intrinsics: Set the correct num_indices for load_output
2017-10-25 Connor Abbottglsl: move shader_cache type handling to glsl_types
2017-10-24 Rob Clarkmeson: extract out variable for nir_algebraic.py
2017-10-23 Ilia Mirkinglsl: fix derived cs variables
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...
next