st/mesa: allow multiple concurrent waiters in ClientWaitSync
[mesa.git] / src / compiler /
2016-10-26 Samuel Iglesias... glsl: update default precision qualifier when it is...
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcericompiler: remove copy_shader_info()
2016-10-26 Timothy Arceriglsl: set uses texture gather directly in shader_info
2016-10-26 Timothy Arceriglsl/st/mesa: use common system values read field
2016-10-26 Timothy Arceriglsl: set patch outputs written directly in shader_info
2016-10-26 Timothy Arceriglsl: set patch inputs read directly in shader_info
2016-10-26 Timothy Arceriglsl: set outputs read directly in shader_info
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerimesa/glsl: set double inputs read directly in shader_info
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerimesa/compiler: copy early fragment tests to shader_info...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerimesa: remove now unused IsCentroid from gl_fragment_program
2016-10-26 Timothy Arcericompiler: update the comment for enum glsl_interp_mode
2016-10-26 Timothy Arceriglsl: remove now unused InterpQualifier
2016-10-26 Timothy Arcerimesa: set cs shader_info metadata directly
2016-10-26 Timothy Arcericompiler: add additional cs metadata fields to shader...
2016-10-26 Timothy Arcerimesa: set gs shader_info metadata directly
2016-10-26 Timothy Arcericompiler: add input primative field for gs in shader...
2016-10-26 Timothy Arcerimesa: copy tes metadata directly to shared shader info
2016-10-26 Timothy Arcericompiler: add fields for tes metadata to shader info
2016-10-26 Timothy Arcerimesa: set tcs shader_info metadata directly
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
2016-10-26 Timothy Arceriglsl: add a shader info field to the gl_program type
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-26 Timothy Arcerinir: move nir_shader_info to a common compiler header
2016-10-24 Iago Toral Quirogaglsl: add matrix layout information to interface block...
2016-10-24 Timothy Arceriglsl/mesa: remove unused namespace support from the...
2016-10-24 Samuel Iglesias... glsl/es31: precision qualifier doesn't need to match...
2016-10-24 Samuel Iglesias... glsl: move intrastage_match() after interstage_member_m...
2016-10-20 Iago Toral Quirogaglsl: Indirect array indexing on non-last SSBO member...
2016-10-19 Ian Romanicknir: Optimize integer division and modulus with 1
2016-10-17 Ian Romanickglsl: Remove unused function import_prototypes
2016-10-17 Ian Romanickglsl: Remove prototypes for nonexistent functions
2016-10-17 Ian Romanickglsl: Replace assert with unreachable
2016-10-17 Nicolai Hähnleglsl: print non-zero bindings of variables
2016-10-17 Iago Toral Quirogaglsl: fail compilation of compute shaders when unsupported
2016-10-16 Kenneth Graunkeglsl: Disable textureOffset(sampler2DArrayShadow, ...
2016-10-15 Kenneth Graunkeglsl: Drop the ES requirement that VS outputs must...
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 Jason Ekstrandnir: Fix the control flow tests for nir_loop_first_bloc...
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 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...
next