mesa/i965/i915/r200: eliminate gl_vertex_program
[mesa.git] / src / compiler /
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...
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.
next