OSDN Git Service

nv30: only bail on color/depth bpp mismatch when surfaces are swizzled
[android-x86/external-mesa.git] / src / compiler /
2016-09-01 Ian Romanickglsl: Mark cube map array sampler types as reserved...
2016-09-01 Matt Turnernir: Walk blocks in source code order in lower_vars_to_ssa.
2016-09-01 Kenneth Graunkenir/builder: Add bany_inequal and bany helpers.
2016-09-01 Kenneth Graunkeglsl: Fix invariant matching in GLSL 4.30 and GLSL...
2016-09-01 Ian Romanickglcpp: Only disallow #undef of pre-defined macros on...
2016-09-01 Ian Romanickglcpp: Track the actual version instead of just the...
2016-09-01 Kenneth Graunkeglsl: Fix location bias for patch variables.
2016-09-01 Kenneth Graunkeglsl: Fix the program resource names of gl_TessLevelOut...
2016-09-01 Kenneth Graunkeglsl: Delete bogus ir_set_program_inouts assert.
2016-07-28 Nicolai Hähnleglsl: fix optimization of discard nested multiple levels
2016-07-28 Kenneth Graunkenir: Add a base const_index to shared atomic intrinsics.
2016-07-21 Jason Ekstrandnir/inline: Constant-initialize local variables in...
2016-07-21 Jason Ekstrandnir: Add a nir_deref_foreach_leaf helper
2016-07-21 Jason Ekstrandglsl/types: Use _mesa_hash_data for hashing function...
2016-07-21 Jason Ekstrandglsl/types: Fix function type comparison function
2016-07-21 Jason Ekstrandnir/spirv: Don't multiply the push constant block size...
2016-07-21 Ian Romanickglsl: Pack integer and double varyings as flat even...
2016-07-08 Ilia Mirkinglsl: don't try to lower non-gl builtins as if they...
2016-07-07 Rob Clarkglsl: add driconf to zero-init unintialized vars
2016-07-07 Kenneth Graunkeglsl: Ignore ir_texture in lower_const_arrays_to_uniforms.
2016-06-24 Kenneth Graunkeglsl: Don't constant propagate arrays.
2016-06-24 Kenneth Graunkeglsl: Make lower_const_arrays_to_uniforms work directly...
2016-06-24 Kenneth Graunkeglsl: Propagate invariant/precise after lowering const...
2016-06-24 Kenneth Graunkeglsl: Split arrays even in the presence of whole-array...
2016-06-24 Kenneth Graunkeglsl: Make constant propagation's folder not propagate...
2016-06-24 Ilia Mirkinglsl: only match gl_FragData and not gl_SecondaryFragDa...
2016-06-24 Jason Ekstrandspirv: Use the system value version of gl_FrontFace
2016-06-21 Jason Ekstrandnir/alu_to_scalar: Respect the exact ALU operation...
2016-06-21 Jason Ekstrandnir: Add a pass for propagating invariant decorations
2016-06-21 Jason Ekstrandnir/algebraic: Remove imprecise flog2 optimizations
2016-06-17 Ian Romanickglsl: Always strip arrayness in precision_qualifier_allowed
2016-06-17 Kenneth Graunkeglsl: Optionally lower TCS gl_PatchVerticesIn to a...
2016-06-17 Kenneth Graunkeglsl: Optionally lower TES gl_PatchVerticesIn to a...
2016-06-15 Timothy Arceriglsl: make sure UBO arrays are sized in ES
2016-06-14 Dave Airlieglsl: geom shader max_vertices layout must match.
2016-06-14 Dave Airlieglsl: for anonymous struct matching use without_array...
2016-06-14 Dave Airlieglsl/ast: don't crash when func_name is NULL
2016-06-14 Dave Airlieglsl: handle ast_aggregate in has_sequence_subexpressio...
2016-06-14 Jason Ekstrandnir/spirv: Make a decoration switch complete
2016-06-14 Jason Ekstrandnir/spirv: Make unhandled decorations and capabilities...
2016-06-14 Jason Ekstrandnir/spirv: Add a way to print non-fatal warnings
2016-06-14 Jason Ekstrandnir/spirv: Add string lookup tables for a couple of...
2016-06-14 Jason Ekstrandnir/spirv: Complete the list of capabilities
2016-06-14 Jason Ekstrandnir/spirv: Handle the WorkgroupSize builtin decoration
2016-06-14 Jason Ekstrandnir/spirv: Use breaks instead of returns in constant...
2016-06-14 Jason Ekstrandnir/lower_indirect_derefs: Use the direct array deref...
2016-06-02 Mauro Rossiandroid: libmesa_glsl: add a dependency on libmesa_nir...
2016-06-02 Jordan Justeni965: Add nir channel_num system value
2016-06-02 Jordan Justennir: Make lowering gl_LocalInvocationIndex optional
2016-06-02 Jordan Justenglsl: Add glsl LowerCsDerivedVariables option
2016-06-02 Dave Airlieglsl/distance: make sure we use clip dist varying slot...
2016-06-02 Ian Romanickglsl: Use Geom.VerticesOut == -1 to specify unset
2016-06-02 Ilia Mirkinnir: allow sat on all float destination types
2016-06-02 Dave Airlieglsl: define some GLES3 constants in GLSL 4.1
2016-06-02 Dave Airlieglsl/linker: fix multiple streams transform feedback.
2016-06-02 Timothy ArceriRevert "glsl: fix xfb_offset unsized array validation"
2016-06-02 Dave Airlieglsl/images: bounds check image unit assignment
2016-05-30 Emil Velikovnir: add the SConscript.nir to the tarball
2016-05-30 Timothy Arceriglsl: fix xfb_offset unsized array validation
2016-05-30 Timothy Arceriglsl: dont crash when attempting to assign a value...
2016-05-30 Dave Airliemesa/program_interface_query: fix transform feedback...
2016-05-30 Dave Airlieglsl/ast: subroutineTypes can't be returned from functions.
2016-05-30 Timothy Arceriglsl: use has_double() helper
2016-05-30 Timothy Arceriglsl: fix explicit uniform block alignment
2016-05-27 Dave Airlieglsl/linker: call link_uniform blocks on linked shader.
2016-05-27 Jason Ekstrandnir/inline: Also rewrite param derefs for texture instr...
2016-05-27 Jason Ekstrandnir/inline: Break the guts of rewrite_param-derefs...
2016-05-27 Jason Ekstrandnir/inline: Make the rewrite_param_derefs helper work...
2016-05-27 Jason Ekstrandnir/inline: Don't use foreach_instr_safe unless we...
2016-05-27 Jason Ekstrandnir/spirv: Allow pointless variable decorations on...
2016-05-26 Ian Romanickglsl: Allow shader interface blocks in GLSL ES
2016-05-26 Ian Romanickglsl: Add a has_shader_io_blocks helper
2016-05-26 Ian Romanickmesa: Add extension tracking for GL_OES_shader_io_blocks
2016-05-26 Ian Romanickmesa: Track the additional data in gl_shader_variable
2016-05-26 Jason Ekstrandnir: Make nir_const_value a union
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la
2016-05-26 Alejandro Piñeiroglsl: add unit tests data vertex/expected outcome for...
2016-05-26 Alejandro Piñeiroglsl: add warning-test
2016-05-26 Alejandro Piñeiroglsl: add just-log option for the standalone compiler.
2016-05-26 Alejandro Piñeiroglsl: do not raise uninitialized warning with out funct...
2016-05-26 Alejandro Piñeiroglsl: add a empty set_is_lhs on ast_node
2016-05-26 Dave Airlieglsl: handle implicit sized arrays in ssbo
2016-05-26 Dave Airlieglsl: fix error message on uniform block mismatch
2016-05-26 Dave Airlieglsl/ast: assign explicit_xfb_buffer from correct place
2016-05-25 Rob Clarkglsl: split out libstandalone
2016-05-25 Rob Clarkandroid: drop build of standalone glsl_compiler
2016-05-25 Matt Turnernir: Strengthen assertion that 'out' is nonnull.
2016-05-25 Matt Turnerspirv: Mark default cases unreachable().
2016-05-25 Giuseppe Bilottascons: whitespace cleanup
2016-05-25 Kristian Høgsberg... mesa: Add .gitignore entries for make check binaries
2016-05-25 Ilia Mirkinglsl: add GL_EXT_clip_cull_distance define, add helpers
2016-05-25 Jason Ekstrandnir/spirv: Handle location decorations on structure...
2016-05-25 Jason Ekstrandnir/spirv: Add explicit handling for all decorations
2016-05-24 Ian Romanickglsl/linker: Silence unused parameter warning
2016-05-24 Kristian Høgsberg... nir: Add a lowering pass for YUV textures
2016-05-24 Kristian Høgsberg... nir: Handle NULL in nir_copy_deref()
2016-05-24 Kristian Høgsberg... nir: Add new 'plane' texture source type
2016-05-24 Timothy Arceriglsl: add support for explicit components to frag outputs
2016-05-24 Ilia Mirkinglsl: add EXT_clip_cull_distance support based on ARB_c...
2016-05-24 Jason Ekstrandnir/lower_samplers: Protect against sampler index overflow
next