broadcom: Add vc5 CLIF dumping
[mesa.git] / src / compiler /
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
2017-08-24 Timothy Arceriglsl: always write a name/label string to the cache
2017-08-24 Timothy Arceriglsl: don't write uniform storage offset if there isn...
2017-08-24 Timothy Arceriglsl: add has_uniform_storage() helper to shader cache
2017-08-24 Timothy Arceriglsl: stop adding pointers from glsl_struct_field to...
2017-08-24 Timothy Arceriglsl: stop adding pointers from gl_shader_variable...
2017-08-24 Timothy Arceriglsl: allow NULL to be passed to encode_type_to_blob()
2017-08-22 Ian Romanickglsl/linker: Make several functions not static
2017-08-22 Timothy Arceriglsl: pass UseSTD430AsDefaultPacking to where it will...
2017-08-22 Timothy Arceriglsl: add get_internal_ifc_packing() type helper
2017-08-21 Matt Turnerglsl: Add prototype for udivmod64()
2017-08-21 Matt Turnerglsl: Mark functions static
2017-08-21 Matt Turnerglsl: Remove unused private fields
2017-08-18 Ilia Mirkinglsl: add a few missing int64 constant propagation...
2017-08-18 Timothy Arceriglsl: set old ldexp operand to NULL when lowering
2017-08-16 Ilia Mirkinglsl/ast: update rhs in addition to the var's constant_...
2017-08-11 Timothy Arceriglsl: stop cloning builtin fuctions _mesa_glsl_find_bui...
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2017-08-11 Timothy Arceriglsl: use ralloc_str_append() rather than ralloc_asprin...
2017-08-11 Timothy Arceriglsl: remove unused field from ir_call
2017-08-11 Timothy Arceriglsl: stop copying struct and interface member names
2017-08-11 Timothy Arceriglsl: tidy up get_num_operands()
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-08-07 Samuel Pitoisetglsl: update the extensions/functions that are enabled...
2017-08-02 Jason Ekstrandspirv: Fix SpvImageFormatR16ui
2017-08-02 Samuel Pitoisetglsl: recognize GLSL 4.60
2017-08-02 Juan A. Suarez Romeroglsl: look up for transform feedback varyings after...
2017-08-01 Connor Abbottnir: fix algebraic optimizations
2017-08-01 Juan A. Suarez Romeroglsl: xfb_stride applies to buffers, not block members
2017-07-31 Nicolai Hähnlest/mesa: get rid of st_glsl_types
next