glsl: Rename ir_constant::array_elements to ::const_elements
[mesa.git] / src / compiler / glsl /
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-08-29 Matt Turnerglsl: define YY_NO_INPUT to prevent unused symbol warnings
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
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 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-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 Samuel Pitoisetglsl: recognize GLSL 4.60
2017-08-02 Juan A. Suarez Romeroglsl: look up for transform feedback varyings after...
2017-08-01 Juan A. Suarez Romeroglsl: xfb_stride applies to buffers, not block members
2017-07-27 Timothy Arceriglsl: small builtin inline tidy up
2017-07-26 Timothy Arcericompiler: move glsl_interface_packing enum to shader_en...
2017-07-23 Timothy Arceriglsl: rework misleading block layout code
2017-07-23 Timothy Arceriglsl: remove placeholder comment
2017-07-20 Matt Turnernir: Add intrinsics from ARB_shader_ballot
2017-07-20 Matt Turnernir: Add intrinsics from ARB_shader_group_vote
2017-07-19 Timothy Arceriglsl: disable array splitting for AoA
2017-07-06 Ilia Mirkinglsl: check if any of the named builtins are available...
2017-07-05 Nicolai Hähnleglsl_to_nir: zero-initialize var->data.descriptor_set
2017-07-05 Nicolai Hähnleglsl/blob: add valgrind checks that written data is...
2017-07-05 Nicolai Hähnleglsl: explicitly zero out padding to gl_shader_variable...
2017-07-05 Nicolai Hähnleglsl: look for multiple variables simultaneously with...
2017-07-03 Nicolai Hähnleglsl: simplify disable_varying_optimizations_for_sso
2017-07-03 Nicolai Hähnleglsl: always print non-zero var->data.location_frac
2017-06-26 Juan A. Suarez Romeroglsl: do not call link_xfb_stride_layout_qualifiers...
2017-06-22 Timothy Arceriglsl: tidy up int declaration
2017-06-22 Timothy Arceriglsl: fix typo in comment
2017-06-21 Kenneth Graunkeglsl: Track whether uniforms are active per stage
2017-06-21 Ian Romanickglsl: Update build instructions for int64.glsl
2017-06-21 Elie Tournierglsl: Fix indent in dump code
2017-06-19 Iago Toral Quirogaglsl: gl_Max{Vertex,Fragment}UniformComponents exist...
2017-06-14 Samuel Pitoisetglsl: add ir_variable::contains_bindless()
2017-06-14 Samuel Pitoisetglsl: set the explicit binding value for bindless sampl...
2017-06-14 Samuel Pitoisetglsl: pass the ir_variable object to set_opaque_binding()
2017-06-14 Samuel Pitoisetglsl: process uniform images declared bindless
2017-06-14 Samuel Pitoisetglsl: process uniform samplers declared bindless
2017-06-14 Samuel Pitoisetmesa: add support for glUniformHandleui64*ARB()
2017-06-13 Nicolai Hähnleglsl: simplify an assertion in lower_ubo_reference
2017-06-13 Nicolai Hähnleglsl: simplify validate_intrastage_arrays
2017-06-13 Nicolai Hähnleglsl: simplify varying matching
2017-06-13 Nicolai Hähnleglsl: remove redundant record_compare check when linkin...
2017-06-13 Nicolai Hähnleglsl: give all unnamed structs the same name
2017-06-13 Nicolai Hähnleglsl: do not add unnamed struct types to the symbol...
2017-06-13 Nicolai Hähnleglsl: do not lookup struct types by typename
2017-06-12 Dave Airlieglsl/lower_distance: only set max_array_access for...
2017-06-08 Rob Herringglsl: Fix gl_shader_stage enum unsigned comparison
2017-06-08 Iago Toral QuirogaFix glcpp test expectations
2017-06-08 Rob Herringglsl: fix bounds check in blob_overwrite_bytes
2017-06-07 Iago Toral Quirogaglcpp: fix #undef to match latest spec update and GLSLa...
2017-06-01 Samuel Pitoisetglsl: fix a crash in ir_print_visitor() for bindless...
2017-06-01 Samuel Pitoisetglsl: teach opt_array_splitting about bindless images
2017-06-01 Samuel Pitoisetglsl: teach opt_structure_splitting about images in...
2017-06-01 Samuel Pitoisetglsl: fix broken indentation in do_structure_splitting()
2017-06-01 Samuel Pitoisetglsl: handle format layout qualifiers for struct with...
2017-06-01 Samuel Pitoisetglsl: handle memory qualifiers for struct with array...
2017-05-31 Dave Airlieglsl/lower_int64: only set progress when something...
2017-05-25 Brian Paulglsl: Fix g++ initializer order warning
2017-05-22 Timothy Arceriutil/disk_cache: add new driver_flags param to cache...
2017-05-22 Ian Romanickmesa: GL_ARB_shader_subroutine is not optional in core...
2017-05-22 Timothy Arceriglsl: set mask via initialisation list rather than...
2017-05-22 Vladislav Egorovglcpp: Skip unnecessary line continuations removal
2017-05-22 Vladislav Egorovglcpp: Avoid unnecessary strcmp()
2017-05-20 John Brooksglsl: Conditionally allow redeclaration of built-in...
2017-05-19 Timothy Arcerist/mesa: don't mark the program as in cache_fallback...
2017-05-16 Samuel Pitoisetglsl: simplify link_assign_uniform_storage() a bit
2017-05-12 Nicolai Hähnleglsl: include image qualifiers when printing IR
2017-05-12 Samuel Pitoisetglsl: order indices for images inside a struct array
next