mesa: add const qualifier, comment on can_avoid_reallocation()
[mesa.git] / src / compiler /
2016-10-06 Jason Ekstrandnir: Remove some no longer needed asserts
2016-10-06 Jason Ekstrandnir: Make nir_foo_first/last_cf_node return a block...
2016-10-06 Jason Ekstrandnir: Add asserts to the casting functions
2016-10-06 Kenneth Graunkenir: Delete open coded type printing.
2016-10-06 Timothy Arcerimesa: remove the UsesDFdy flag
2016-10-05 Jason Ekstrandnir: Use the correct infos structure for copying atomic...
2016-10-04 Ian Romanicknir/intrinsics: Add more atomic_counter ops
2016-10-04 Ian Romanicknir/intrinsics: Include atomic_counter_ in the names...
2016-10-04 Ian Romanickglsl: Kill __intrinsic_atomic_sub
2016-10-04 Ian Romanickglsl: Remove ir_function_signature::_is_intrinsic field
2016-10-04 Ian Romanickglsl: Add ir_function_signature::is_intrinsic() method
2016-10-04 Ian Romanickglsl: Use the ir_intrinsic_* enums instead of the __int...
2016-10-04 Ian Romanickglsl: Track a unique intrinsic ID with each intrinsic...
2016-10-04 Ian Romanickglsl: Don't emit ir_binop_carry during ir_binop_imul_hi...
2016-10-04 Eric Engestromnir/spirv: Remove a duplicate spirv2nir from .gitignore
2016-10-04 Timothy Arcerispirv: replace assert() with unreachable()
2016-10-04 Dave Airliespirv: translate cull distance semantic.
2016-10-04 Dave Airliecompiler: add printable values for cull distance varyings.
2016-10-03 Jason Ekstrandnir/spirv/cfg: Use a nop intrinsic for tagging the...
2016-10-03 Jason Ekstrandnir: Add a nop intrinsic
2016-10-02 Timothy Arceriglsl: add missing headers to blob.h
2016-10-01 Jason Ekstrandnir/spirv/cfg: Detect switch_break after loop_break...
2016-10-01 Jason Ekstrandnir/spirv/cfg: Handle switches whose break block is...
2016-10-01 Eric Engestromnir/spirv: add spirv2nir binary to .gitignore
2016-10-01 Eric Engestromnir/spirv: improve mmap() error handling
2016-10-01 Eric Engestromnir/spirv: improve lseek() error handling
2016-10-01 Eric Engestromnir/spirv: add some error checking to open()
2016-09-29 Timothy Arceriglsl: remove remaining tabs from ast_type.cpp
2016-09-29 Timothy Arceriglsl: remove remaining tabs from ast_to_hir.cpp
2016-09-29 Timothy Arceriglsl: remove remaining tabs from ast_array_index.cpp
2016-09-29 Timothy Arceriglsl: remove tabs from ast_expr.cpp
2016-09-29 Timothy Arceriglsl: remove tabs from linker.{cpp,h}
2016-09-28 Eric Anholtnir: Optimize out discard_ifs with a constant 0 argument.
2016-09-27 Timothy Arceriglsl: Add initial functions to implement an on-disk...
2016-09-27 Chad Versace.gitignore: Ignore src/compiler/spirv2nir
2016-09-27 Ian Romanickglsl: Fix cut-and-paste bug in hierarchical visitor...
2016-09-27 Ian Romanickglsl: Add bit_xor builder
2016-09-27 Ian Romanickglsl/standalone: Enable GLSL 4.00 through 4.50
2016-09-27 Ian Romanickglsl/standalone: Use API_OPENGL_CORE if the GLSL versio...
2016-09-27 Ian Romanickglsl: Update function parameter documentation for do_co...
2016-09-27 Timothy Arceriglsl: remove remaining tabs in glsl_parser_extras.h
2016-09-27 Timothy Arceriglsl: move some uniform linking code to new link_assign...
2016-09-27 Timothy Arceriglsl: move some uniform linking code to new link_setup_...
2016-09-27 Timothy Arceriglsl: use reproducible name for lowered const arrays
2016-09-27 Carl Worthglsl: Prepare standalone compiler to be able to use...
2016-09-24 Timothy ArceriRevert "glsl: move xfb BufferStride into gl_transform_f...
2016-09-23 Kenneth Graunkeglsl: Delete linker stuff relating to built-in functions.
2016-09-23 Kenneth Graunkeglsl: Delete ftransform support from builtin_functions...
2016-09-23 Kenneth Graunkeglsl: Immediately inline built-ins rather than generati...
2016-09-23 Kenneth Graunkeglsl: Check TCS barrier restrictions at ast_to_hir...
2016-09-23 Timothy Arceriglsl: move xfb BufferStride into gl_transform_feedback_info
2016-09-23 Ilia Mirkinmesa: add GL_OES_viewport_array to the extension string
2016-09-23 Ilia Mirkinglsl: add OES_viewport_array enables and use them to...
2016-09-22 Lionel Landwerlinspirv: fix AtomicLoad/Store on images
2016-09-22 Eric Anholtnir: Allow opt_peephole_sel to be more aggressive in...
2016-09-21 Jason Ekstrandnir/spirv/glsl450: Add support for the InterpolateAt...
2016-09-21 Jason Ekstrandnir/spirv: Claim support for SampleRateShading
2016-09-21 Jason Ekstrandnir/spirv: Bring back the spirv2nir helper binary
2016-09-20 Dylan Bakermesa: Implement ARB_shader_viewport_layer_array for...
2016-09-19 Kenneth Graunkeglsl: Skip "unsized arrays aren't allowed" check for...
2016-09-16 Marek Olšákglsl: remove interpolateAt* instructions for demoted...
2016-09-16 Dave Airliespirv: use subpass image type (v1.1)
2016-09-16 Dave Airlieglsl: add subpass image type (v2)
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-14 Eero Tamminenglsl: grammar fix
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_phis_to_scalar.
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_alu_to_scalar.
2016-09-14 Kenneth Graunkenir: Call nir_metadata_preserve from nir_lower_alu_to_s...
2016-09-14 Rob Clarknir/lower_tex: fix typo with sample_dim
2016-09-14 Rob Clarknir: move tex_instr_remove_src
2016-09-14 Rob Clarknir/lower_tex: remove tex_instr_find_src()
2016-09-14 Ilia Mirkinglsl: add core plumbing for GL_ANDROID_extension_pack_es31a
2016-09-12 Thomas Hellandmesa/glsl: Move string_to_uint_map into the util folder
2016-09-12 Thomas Hellandglsl: Convert glcpp-parse to the util hash table
2016-09-12 Thomas Hellandglsl: Convert loop analysis to the util hash table
2016-09-12 Thomas Hellandglsl: Convert varying test to the util hash table
2016-09-12 Thomas Hellandglsl: Convert output read lowering to the util hash...
2016-09-12 Thomas Hellandglsl: Convert interface block lowering to the util...
2016-09-12 Thomas Hellandglsl: Convert if lowering to use a set
2016-09-12 Thomas Hellandglsl: Convert linker to the util hash table
2016-09-12 Thomas Hellandglsl: Convert link_varyings to the util hash table
2016-09-12 Thomas Hellandglsl: Change link_functions to use a set
2016-09-12 Thomas Hellandglsl: Convert recursion detection to the util hash...
2016-09-12 Thomas Hellandglsl: Convert constant_expression to the util hash...
2016-09-12 Thomas Hellandglsl: Convert ast_to_hir to the util hash table
2016-09-12 Thomas Hellandglsl: Convert ir_clone to the util hash table
2016-09-12 Thomas Hellandglsl: Convert function inlining to the util hash table
2016-09-12 Thomas Hellandmesa: Remove prog_hash_table.c
2016-09-12 Thomas Hellandmesa: Remove unused hash table includes
2016-09-09 Tapani Pälliglsl: use hash instead of exec_list in copy propagation
2016-09-09 Jason Ekstrandnir/gcm: Add global value numbering support
2016-09-09 Jason Ekstrandnir/gcm: Call nir_metadata_preserve
2016-09-08 Jason Ekstrandnir/spirv: Refactor variable deocration handling
2016-09-08 Jason Ekstrandnir/spirv: Break variable decoration handling into...
2016-09-07 Lionel Landwerlinspirv/nir: Implement OpAtomicLoad/Store for shared...
2016-09-07 Jason Ekstrandnir/spirv: Remove an erroneous "fall through" comment
2016-09-07 Lionel Landwerlinspirv/nir: Add support for OpAtomicLoad/Store
2016-09-07 Ilia Mirkinnir: fix definition of pack_uvec2_to_uint
2016-09-07 Jason Ekstrandnir/spirv: Use fill_common_atomic_sources for image...
2016-09-07 Jason Ekstrandnir/spirv: Use the correct sources for CompareExchange...
next