i965/miptree: Create a disable CCS flag
[mesa.git] / src / compiler /
2016-12-30 Timothy Arceriglsl/mesa: add reference to gl_shader_program_data...
2016-12-30 Jason Ekstrandnir/split_var_copies: Use a nir_shader rather than...
2016-12-30 Jason Ekstrandnir/opt_peephole_select: Pass around the actual nir_shader
2016-12-30 Jason Ekstrandnir/conditional_if: Properly use the builder
2016-12-30 Jason Ekstrandnir/lower_var_copies: Use a shader rather than a void...
2016-12-30 Jason Ekstrandnir/lower_io: Use the builder instead of carrying a...
2016-12-30 Jason Ekstrandnir/from_ssa: Use nir_builder for emit_copy
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-30 Ilia Mirkinspirv: always expose SpvCapabilityStorageImageExtendedF...
2016-12-30 Jason Ekstrandnir: Rewrite lower_regs_to_ssa to use the phi builder
2016-12-30 Jason Ekstrandnir/phi-builder: Set the value in the block when creati...
2016-12-30 Jason Ekstrandnir: Add foreach_register helper macros
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-29 Timothy Arcerimesa/glsl/i965: remove Driver.NewShader()
2016-12-29 Timothy Arcerimesa/glsl: move BlendSupport bitfield to gl_program
2016-12-29 Timothy Arcerimesa/glsl: move LinkedTransformFeedback from gl_shader_...
2016-12-29 Timothy Arcerimesa: move _Used to gl_program
2016-12-29 Timothy Arcerimesa/compiler: add local_size_variable to shader_info
2016-12-29 Timothy Arceriglsl/mesa: set separate_shader directly in shader_info
2016-12-29 Timothy Arcerimesa/glsl: move subroutine metadata to gl_program
2016-12-29 Timothy Arcerimesa/compiler: add stage to shader_info
2016-12-29 Timothy Arcerinir: stop gcc warning about uninitialised variables
2016-12-28 Dave Airliespirv: add interface for drivers to define support...
2016-12-23 Jason Ekstrandnir/algebraic: Add optimizations for "a == a && a CMP b"
2016-12-23 Jason Ekstrandnir: Add a pass for moving SPIR-V continue blocks to...
2016-12-23 Jason Ekstrandnir: Add an optimization pass to remove trivial continues
2016-12-23 Jason Ekstrandnir: Correctly handle blocks in cf_node_cf_tree_next
2016-12-22 Timothy Arcerinir: update nir_lower_returns to only predicate instruc...
2016-12-22 Timothy Arcerinir: add a loop unrolling pass
2016-12-22 Timothy Arcerinir: add helper for cloning nir_cf_list
2016-12-22 Timothy Arcerinir: update fixup_phi_srcs() to handle registers
2016-12-22 Timothy Arcerinir: create helper for fixing phi srcs when cloning
2016-12-22 Thomas Hellandnir: Add a LCSAA-pass
2016-12-22 Thomas Hellandnir: Add a loop analysis pass
2016-12-22 Jason Ekstrandnir: Add a couple quick-and-dirty out-of-SSA helpers
2016-12-21 Ian Romanickglsl: Eliminate the open-coded version of process_block...
2016-12-20 Kenneth Graunkeglsl: Use ir_var_temporary when generating inline funct...
2016-12-20 Dave Airlieglsl: allow invariant on fragment shader outputs.
2016-12-19 Ian Romanicknir: Trivial clean ups in the generated nir_constant_ex...
2016-12-19 Ian Romanicknir: Silence unused parameter warnings in nir_constant_...
2016-12-19 Ian Romanicknir: Silence missing field initializer warnings for...
2016-12-19 Ian Romanickglsl: Silence "unused parameter" warnings in ast_type.cpp
2016-12-19 Ian Romanickglsl: Trivial whitespace fixes in link_uniforms.cpp
2016-12-19 Ian Romanickglsl: Silence unused parameter warning in propagate_inv...
2016-12-19 Ian Romanickglsl: Minor formatting fixes in link_uniform_blocks.cpp
2016-12-19 Ian Romanickglsl: Fix all the whitespace errors in link_uniform_blo...
2016-12-19 Ian Romanicklinker: Accurately mark a uniform block instance array...
2016-12-19 Ian Romanickglsl: Walk a list of ir_dereference_array to mark array...
2016-12-19 Ian Romanickglsl: Mark a set of array elements as accessed using...
2016-12-19 Ian Romanickglsl: Add structures to track accessed elements of...
2016-12-19 Ian Romanickglsl: Add tracking for elements of an array-of-arrays...
2016-12-19 Ian Romanickglsl: Use simpler visitor to determine which UBO and...
2016-12-19 Ian Romanickglsl: Track the linearized array index for each UBO...
2016-12-19 Ian Romanickglsl: Fix wonkey indentation left from previous commit
2016-12-19 Ian Romanickglsl: Split process_block_array into two functions
2016-12-19 Kenneth Graunkeglsl: Fix program interface queries relating to interfa...
2016-12-19 Kenneth Graunkeglsl: Drop bogus is_vertex_input from add_shader_variab...
2016-12-17 Ilia Mirkinspirv/nir: add support for ImageGatherExtended
2016-12-16 Thomas Hellandnir: Remove nir_array from lower_locals_to_regs
2016-12-16 Timothy Arcerinir: Turn imov/fmov of undef into undef
2016-12-15 Iago Toral Quiroganir/lower_tex: fix number of components in replace_grad...
2016-12-15 Timothy ArceriRevert "nir: Turn imov/fmov of undef into undef."
2016-12-13 Iago Toral Quiroganir/lower_tex: lower gradients on shadow cube maps...
2016-12-13 Iago Toral Quiroganir/lower_tex: add lowering for texture gradient on...
2016-12-13 Iago Toral Quiroganir/lower_tex: add lowering for texture gradient on...
2016-12-13 Iago Toral Quiroganir/lower_tex: generalize get_texture_size()
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-13 Ian Romanicknir: Only float and double types can be matrices
2016-12-12 Matt Turnernir: Move fsat outside of fmin/fmax if second arg is...
2016-12-12 Nicolai Hähnleglsl: remember per-component vertex streams for packed...
2016-12-10 Jason Ekstrandspirv: Use a simpler and more correct implementaiton...
2016-12-10 Jason Ekstrandglsl: Use a simpler formula for tanh
2016-12-09 Haixia Shicompiler/glsl: fix precision problem of tanh
2016-12-07 Lionel Landwerlinmesa: add support for GL_INTEL_conservative_rasterization
2016-12-07 Plamena Manolovamesa: Add GL and GLSL plumbing for ARB_post_depth_cover...
2016-12-07 Ian Romanicknir: In split_var_copies_block, uint, int, and bool...
2016-12-06 Roland Scheideggerglsl: (trivial) fix type typo
2016-12-06 Roland Scheideggerglsl: fix ldexp lowering if bitfield insert lowering...
2016-12-05 Jason Ekstrandnir: Remove some unused fields from nir_variable
2016-12-05 Jason Ekstrandnir: Delete most of the constant_initializer support
2016-12-05 Jason Ekstrandnir: Simplify nir_lower_gs_intrinsics
2016-12-05 Jason Ekstrandnir/lower_returns: Stop using constant initializers
2016-12-05 Jason Ekstrandglsl/nir: Call nir_lower_constant_initializers
2016-12-05 Jason Ekstrandnir: Add a pass for lowering away constant initializers
2016-12-03 Iago Toral Quirogaspirv: Builtin Layer is an input for fragment shaders
2016-12-02 Jason Ekstrandnir: Get rid of nir_constant_data
2016-12-02 Timothy Arcerist/mesa/glsl: move Version to gl_shader_program_data
2016-11-30 Timothy Arceriglsl: use linked_shaders bitmask to iterate stages...
2016-11-30 Timothy Arcerimesa/glsl: add bitmask to track stages a program was...
2016-11-29 Dave Airlienir: print var binding in dumps.
2016-11-29 Timothy Arcerimesa: fix active subroutine uniforms properly
2016-11-25 Andres GomezRevert "glsl: allow layout qualifier overrides with...
2016-11-25 Andres GomezRevert "glsl: geom shader max_vertices layout must...
2016-11-25 Andres Gomezglsl: push layout-qualifier-name values from variable...
2016-11-25 Andres Gomezglsl: simplified error checking for duplicated layout...
2016-11-25 Andres Gomezglsl: simplified ast_type_qualifier::merge_into_[in...
2016-11-25 Andres Gomezglsl: ignore all but the rightmost layout qualifier...
2016-11-25 Andres Gomezglsl: refactor duplicated validations between 2 layout...
2016-11-25 Andres Gomezglsl: assert on incoherent point mode layout-id-qualifi...
2016-11-25 Andres Gomezglsl: remove unneeded check for incompatible primitive...
next