radv: emit esgs ring size in one place.
[mesa.git] / src / compiler /
2017-11-12 Timothy Arcerinir: add streams to nir data
2017-11-10 Rob Clarknir: handle get_buffer_size in nir_lower_atomics_to_ssbo
2017-11-09 Kenneth Graunkeglsl: Make #pragma STDGL invariant(all) only modify...
2017-11-09 Neil Robertsglsl: Transform fb buffers are only active if a variabl...
2017-11-09 Ian Romanickglsl: Minor cleanups after previous commit
2017-11-09 Ian Romanickglsl: Use more link_calculate_matrix_stride in lower_bu...
2017-11-09 Ian Romanickglsl: Use link_calculate_matrix_stride in lower_buffer_...
2017-11-09 Ian Romanickglsl: Refactor matrix stride calculation into a utility...
2017-11-09 Ian Romanickglsl/linker: Optimize swizzles again after linking
2017-11-09 Ian Romanickglsl: Combine nop-swizzle optimization with swizzle...
2017-11-09 Ian Romanickglsl: Make the swizzle-swizzle optimization greedy
2017-11-09 Ian Romanickglsl: Remove program_resource_visitor::visit_field...
2017-11-09 Ian Romanickglsl: Silence unused parameter warning
2017-11-09 Timothy Arceriglsl: use the correct parent when allocating program...
2017-11-09 Timothy Arceriglsl: drop cache_fallback
2017-11-08 Matt Turnernir: Don't print swizzles when there are more than...
2017-11-08 Dylan Bakermeson: Add threads dependencies to glsl_compiler executable
2017-11-08 Andreas Bollglsl: Fix typo fragement -> fragment
2017-11-08 Juan A. Suarez Romeroglsl: add varying resources for arrays of complex types
2017-11-07 Jason Ekstrandcompiler/nir_types: Handle vectors in glsl_get_array_el...
2017-11-07 Jason Ekstrandnir: Validate base types on array dereferences
2017-11-07 Jason Ekstrandnir,intel/compiler: Use a fixed subgroup size
2017-11-07 Jason Ekstrandnir/lower_subgroups: Lower ballot intrinsics to the...
2017-11-07 Jason Ekstrandnir/builder: Add a nir_imm_intN_t helper
2017-11-07 Jason Ekstrandnir/lower_system_values: Lower SUBGROUP_*_MASK based...
2017-11-07 Jason Ekstrandnir: Make ballot intrinsics variable-size
2017-11-07 Jason Ekstrandnir: Add a ssa_dest_init_for_type helper
2017-11-07 Jason Ekstrandnir: Add a new subgroups lowering pass
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-07 Jason Ekstrandintel/cs: Rework the way thread local ID is handled
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
next