nir/algebraic: Add a bit-size validator
[mesa.git] / src / compiler /
2016-04-06 Ilia Mirkinglsl: use has_shader_storage_buffer_objects helper
2016-04-05 Timothy Arceriglsl: remove remaining tabs in link_uniform_blocks.cpp
2016-04-05 Timothy Arcerimesa: remove unused IsShaderStorage field
2016-04-05 Timothy Arceriglsl: fully split apart buffer block arrays
2016-04-04 Kenneth Graunkenir: Use PRIi64 and PRIu64 instead of %ld and %lu.
2016-04-04 Kenneth Graunkeglsl: Lower variable indexing of system value arrays...
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-04 Jason Ekstrandnir/search: Don't match inexact expressions with exact...
2016-04-04 Jason Ekstrandnir: Stop double-printing function arguments
2016-04-04 Jason Ekstrandglsl: Stop force-enabling compute shaders
2016-04-04 Jason Ekstrandglsl/standalone: Get rid of the unneeded _mesa_error_no...
2016-04-04 Jason EkstrandRemove more spirv2nir remnants
2016-04-04 Kenneth Graunkeglsl: Print "precise" on ir_variable nodes.
2016-04-03 Ilia Mirkinglsl: make *sampler2DMSArray available in ESSL 3.20
2016-04-03 Ilia Mirkinglsl: make ssbo predicate return true when in a GLSL...
2016-04-03 Ilia Mirkinglsl: allow conservative depth qualifiers in GLSL 420
2016-04-03 Ilia Mirkinglsl: add ARB_ES3_1_compatibility support
2016-04-02 Timothy Arceriglsl: rename var and simplify if
2016-04-02 Timothy Arceriglsl: store ubo or ssbo index in block index
2016-04-02 Timothy Arceriglsl: store stage reference in gl_uniform_block
2016-04-02 Timothy Arceriglsl: simplify buffer block resource limit checking
2016-04-02 Timothy Arceriglsl: simplify SSBO resources check
2016-04-02 Timothy Arceriglsl: split buffer block arrays earlier
2016-04-02 Timothy Arceriglsl: only set buffer block binding once during initial...
2016-04-02 Kenneth Graunkeglsl: Fix prorgram interface query locations biasing...
2016-04-02 Kenneth Graunkeglsl: Return -1 for program interface query locations...
2016-04-02 Kenneth Graunkeglsl: Consolidate gl_VertexIDMESA -> gl_VertexID query...
2016-04-02 Kenneth Graunkeglsl: Clean up some leftover cruft.
2016-04-02 Kenneth Graunkeglsl: Add all system variables to the input resource...
2016-04-02 Kenneth Graunkeglsl: Delete hack for VS system values.
2016-04-02 Kenneth Graunkeglsl: Make add_interface_variables only consider the...
2016-04-02 Kenneth Graunkeglsl: Clarify "mask" variable in add_interface_variables().
2016-04-02 Kenneth Graunkeglsl: Pass stage to add_interface_variables().
2016-04-02 Kenneth Graunkeglsl: Make vertex ID lowering declare gl_BaseVertex...
2016-04-02 Kenneth Graunkeglsl: Exclude ir_var_hidden variables from the program...
2016-04-02 Jordan Justenglsl: Don't require matching centroid qualifiers
2016-04-01 Timothy Arceriglsl: remove tabs and fix some other style issues in...
2016-04-01 Jason Ekstrandnir/gather_info: Add an assert for supported stages
2016-04-01 Jason Ekstrandnir: Move variable_get_io_mask back into gather_info
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Jason Ekstrandnir: Add an opcode for stomping a 32-bit value to 16...
2016-04-01 Rob Clarkcompiler: random comment fixup
2016-04-01 Alejandro Piñeiroglsl: do not raise unitialized variable warnings on...
2016-03-31 Ian Romanicknir: Simplify a bcsel to logical-or
2016-03-31 Ilia Mirkinmesa: add GL_OES_shader_multisample_interpolation support
2016-03-31 Ilia Mirkinglsl: add GL_OES_sample_variables support
2016-03-31 Ilia Mirkinglsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2
2016-03-31 Matt Turnernir: Fix typo from commit 6702f1acde9.
2016-03-31 Timothy Arcerimesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFE...
2016-03-31 Timothy Arceriglsl: add transform feedback buffers to resource list
2016-03-31 Timothy Arcerimesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER...
2016-03-31 Timothy Arcerimesa: add support to query GL_OFFSET for GL_TRANSFORM_F...
2016-03-31 Timothy Arceriglsl: always enable transform feedback mode when xfb_st...
2016-03-31 Timothy Arceriglsl: handle varyings that are not written to but have...
2016-03-31 Timothy Arceriglsl: when lowering named interface set assigned flag
2016-03-31 Timothy Arceriglsl: reset current stream tracker
2016-03-31 Timothy Arceriglsl: generate link error when implicit stride is to...
2016-03-31 Timothy Arceriglsl: add xfb_stride link time validation
2016-03-31 Timothy Arceriglsl: validate global out xfb_stride qualifiers and...
2016-03-31 Timothy Arcerimesa: split transform feedback buffer into its own...
2016-03-31 Timothy Arceriglsl: use bitmask of active xfb buffer indices
2016-03-31 Timothy Arceriglsl: sort xfb varyings in offset/buffer order
2016-03-31 Timothy Arceriglsl: basic linking support for xfb qualifiers
2016-03-31 Timothy Arceriglsl: add xfb helpers and fields to the tfeedback_decl...
2016-03-31 Timothy Arceriglsl: add helper to process xfb qualifiers during linking
2016-03-31 Timothy Arceriglsl: add helper to generate xfb varying names
2016-03-31 Timothy Arceriglsl: add helper for counting varyings
2016-03-31 Timothy Arceriglsl: add xfb qualifier lowering support for named...
2016-03-31 Timothy Arceriglsl: add xfb qualifiers to has_layout helper
2016-03-31 Timothy Arceriglsl: apply xfb_stride to implicit offsets for ifc...
2016-03-31 Timothy Arceriglsl: add xfb_stride compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_offset compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_buffer compile time rules
2016-03-31 Timothy Arceriglsl: add field to track if xfb_buffer is an explicit...
2016-03-31 Timothy Arceriglsl: add xfb_* qualifiers to glsl_struct_field
2016-03-31 Timothy Arceriglsl: add IR fields for transform feedback layout quali...
2016-03-31 Timothy Arceriglsl: add validation for out layout qualifiers
2016-03-31 Timothy Arceriglsl: relax stage restrictions on layout defaults for...
2016-03-31 Timothy Arceriglsl: parse new transform feedback layout qualifiers
2016-03-31 Timothy Arceriglsl: move process_qualifier_constant() to ast_type.cpp
2016-03-31 Timothy Arceriglsl: add transform feedback built-in constants
2016-03-31 Timothy Arceriglsl: generate named interface block names correctly
2016-03-31 Timothy Arceriglsl: Fix segfault when lhs is error_type in TCS
2016-03-30 Matt Turnernir: Propagate negates up multiplication chains.
2016-03-30 Samuel Pitoisetglsl: add missing types for buffer images
2016-03-30 Lars Hamreglsl: invalidate float suffixes for GLSL 1.10 and GLSL...
2016-03-30 Jason Ekstrandnir/spirv: Set a default number of invocations for...
2016-03-29 Alejandro Piñeiroglsl: raise warning when using uninitialized variables
2016-03-29 Alejandro Piñeiroglsl: add is_lhs bool on ast_expression
2016-03-29 Jason Ekstrandnir: Add a helper for getting the current block from...
2016-03-29 Jason Ekstrandnir/lower_out_to_temp: Add an "entrypoint" parameter
2016-03-29 Jason Ekstrandnir/lower_out_to_temp: Steal the output's constant...
2016-03-29 Jason Ekstrandnir: Add a helper for getting the unique function in...
2016-03-29 Jason Ekstrandnir/sweep: Sweep function parameters
2016-03-29 Jason Ekstrandnir/builder: Add a helper for creating undefs
2016-03-29 Jason Ekstrandnir/builder: Add a helper for storing to variable derefs
2016-03-29 Jason Ekstrandnir/builder: Add a helper for building fdot instructions
2016-03-29 Jason Ekstrandnir: Add a variable_foreach_safe helper
2016-03-29 Jason Ekstrandnir/Makefile: Fix alphabetization
2016-03-29 Ilia Mirkinglsl: add OES_texture_buffer and EXT_texture_buffer...
next