amd: remove always-true BRAHMA_BUILD define
[mesa.git] / src / compiler /
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-29 Timothy Arcerimesa: rework _mesa_add_parameter() to only add a single...
2017-11-28 Eric Engestromcompiler: fix typo
2017-11-28 Eric Engestromcompiler: use NDEBUG to guard asserts
2017-11-27 Timothy Arcerist/glsl_to_tgsi: make use of driver_cache_blob with...
2017-11-27 Gwan-gyeong Munglsl: Fix typo nagivation -> navigation
2017-11-27 Dave Airlienir: fill outputs_read field and add patch outputs...
2017-11-25 Ilia Mirkinnir: allow texture offsets with cube maps
2017-11-25 Marek Olšákmesa: shrink VERT_ATTRIB bitfields to 32 bits
2017-11-25 Marek Olšákmesa: remove unused vertex attrib WEIGHT
2017-11-25 Marek Olšákmesa: don't assign numbers to vertex attrib enums manually
2017-11-22 Iago Toral Quiroganir/gather_info: recognize load_patch_vertices_in as...
2017-11-20 George Barrettglsl: Catch subscripted calls to undeclared subroutines
2017-11-17 Brian Paulglsl: s/unsigned/glsl_base_type/ in glsl type code...
2017-11-14 Alejandro Piñeirospirv: fix typo on DO NOT EDIT header
2017-11-13 Alex Smithnir/spirv: tg4 requires a sampler
2017-11-13 Alex Smithspirv: Use correct type for sampled images
2017-11-13 Alejandro Piñeirospirv: add DO NOT EDIT warning on generated spirv_info.c
2017-11-13 Iago Toral Quirogaglsl/linker: use without_array() to retrieve type
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
next