glsl: dump explicit location when printing IR
[mesa.git] / src / compiler / glsl /
2016-10-12 Nicolai Hähnleglsl: dump explicit location when printing IR
2016-10-10 Vinson Leeglsl: Add missing cache_destroy stub function.
2016-10-10 Tapani Pälliglsl: prohibit lowp, mediump precision on atomic_uint
2016-10-10 Tapani Pälliglsl: optimize copy_propagation_elements pass
2016-10-07 Ian Romanickglsl: Let cache_test build when the shader cache is...
2016-10-06 Samuel Pitoisetglsl: add gl_LocalGroupSizeARB as a system value
2016-10-06 Samuel Pitoisetglsl/linker: handle errors when a variable local size...
2016-10-06 Samuel Pitoisetglsl: reject compute shaders with fixed and variable...
2016-10-06 Samuel Pitoisetglsl: process local_size_variable input qualifier
2016-10-06 Samuel Pitoisetglsl: add enable flags for ARB_compute_variable_group_size
2016-10-06 Timothy Arcerimesa: remove the UsesDFdy flag
2016-10-04 Ian Romanicknir/intrinsics: Add more atomic_counter ops
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-02 Timothy Arceriglsl: add missing headers to blob.h
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-27 Timothy Arceriglsl: Add initial functions to implement an on-disk...
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-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-14 Eero Tamminenglsl: grammar fix
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 unused hash table includes
2016-09-09 Tapani Pälliglsl: use hash instead of exec_list in copy propagation
2016-09-06 Vinson Leeglsl: Add positional argument specifiers.
2016-09-06 Jason Ekstrandglsl: Add .gitignore for make check warnings test
2016-09-06 Kenneth Graunkeglsl: Fix locations of variables in patch qualified...
2016-09-03 Ilia Mirkinglsl: expose max atomic counter/buffer consts for tess...
2016-09-01 Kenneth Graunkeglsl: Only force varyings to be flat when varying packing.
2016-09-01 Kenneth Graunkeglsl: Reject TCS/TES input arrays not sized to gl_MaxPa...
2016-08-31 Jason Ekstrandmesa: Add some more .gitignore
2016-08-31 Kenneth Graunkeglsl: Handle patch qualifier on interface blocks.
2016-08-31 Ilia Mirkinglsl: add gl_BoundingBox and associated varying slots
2016-08-31 Ilia Mirkinmesa: add scaffolding for OES/EXT_primitive_bounding_box
2016-08-30 Francisco Jerezglsl: Fix gl_program::OutputsWritten computation for...
2016-08-30 Francisco Jerezglsl: Fix incorrect hard-coded location of the gl_Secon...
2016-08-30 Francisco Jerezglsl: Calculate bitset of secondary outputs written...
2016-08-30 Ian Romanickglsl: Fix typo in comment
2016-08-30 Ian Romanickglsl: Replace most assertions with unreachable()
2016-08-30 Ian Romanickglsl: Refactor handling of horizontal operations
2016-08-30 Ian Romanickglsl: Use constant_template_horizontal instead of const...
2016-08-30 Ian Romanickglsl: Eliminate constant_template2
2016-08-30 Ian Romanickglsl: Eliminate constant_template5
2016-08-30 Ian Romanickglsl: Eliminate constant_template0
2016-08-30 Ian Romanickglsl: Eliminate one of the templates for simpler operations
2016-08-30 Ian Romanickglsl: Use the generated constant expression code
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_csel expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_lrp expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_quadop_vector expre...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_quadop_bitfield_ins...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_vector_insert...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_vector_extrac...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_mul expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_fma and ir_tr...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_dot expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_lshift and...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_ldexp expressions
2016-08-30 Ian Romanickglsl: Generate code for constant unary expressions...
2016-08-30 Ian Romanickglsl: Generate code for some constant binary expression...
next