i965/bxt: Add 2x6 variant
[mesa.git] / src / compiler /
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
2016-05-24 Jason Ekstrandglsl: Add an option to clamp block indices when lowerin...
2016-05-24 Jason Ekstrandglsl/linker: Add a helper variable for compiler options
2016-05-24 Timothy Arceriglsl: fix explicit location validation for doubles
2016-05-24 Dave Airlieglsl: rewrite clip/cull distance lowering pass
2016-05-24 Dave Airlieglsl: make max array trackers ints and use -1 as base...
2016-05-24 Dave Airlieglsl: reindent line in ast_function.cpp
2016-05-23 Bas Nieuwenhuizenglsl: Use correct mode for split components.
2016-05-23 Rob Clarknir/validate: fix null deref coverity warning
2016-05-23 Juan A. Suarez Romeroglsl/linker: dvec3/dvec4 consume twice input vertex...
2016-05-23 Iago Toral Quiroganir: handle double-precision in fsign, fsat, fnot and...
2016-05-23 Iago Toral Quiroganir: handle double-precision in fabs, frsq and fsqrt
2016-05-23 Dave Airlieglsl/parser: handle multiple layout sections with AST...
2016-05-23 Dave Airlieglsl: allow layout qualifier overrides with ARB_shading...
2016-05-23 Dave Airliesubroutines: handle explicit indexes properly
2016-05-23 Dave Airliemesa/subroutines: count number subroutines properly.
2016-05-23 Dave Airlieglsl/ast: for geom shaders allow stream flags in input...
2016-05-23 Dave Airlieglsl/linker: skip inactive explicit locations.
2016-05-23 Dave Airlieglsl: fix subroutine uniform .length().
2016-05-23 Dave Airlieglsl/linker: link error on too many subroutine functions.
2016-05-23 Dave Airlieglsl: produce a linker error for a subroutine uniform...
2016-05-23 Dave Airlieglsl: validate subroutine types match function signature.
2016-05-20 Kenneth Graunkenir: Fix crash in nir_lower_wpos_center().
2016-05-20 Kenneth Graunkespirv: Handle the PixelCenterInteger execution mode.
2016-05-20 Kenneth Graunkenir: Add a simple nir_lower_wpos_center() pass for...
2016-05-20 Kenneth Graunkenir: Don't use ffma in nir_lower_wpos_ytransform().
2016-05-20 Kenneth Graunkenir: Handle fddy_fine and fddy_coarse in nir_lower_wpos...
2016-05-20 Kenneth Graunkenir: Make lower_wpos_ytransform_block a void function.
2016-05-20 Kenneth Graunkenir: Make nir_lower_wpos_ytransform() match FragCoord...
2016-05-20 Kenneth Graunkenir: Add interp_var_at_offset flipping.
2016-05-20 Kenneth Graunkenir: Fix fddy swizzles in nir_lower_wpos_ytransform().
2016-05-20 Kenneth Graunkenir: Fix wpos_ytransform lowering state_slot swizzle.
2016-05-20 Mark Janesglsl: Guard against NULL dereference
2016-05-20 Rob Clarknir/validate: assume() that hashtable entry exists
2016-05-20 Rob Clarknir: coverity unitialized pointer read
2016-05-20 Rob Clarknir: coverity sign-extension fix
2016-05-20 Rob Clarknir/glsl_to_nir: quell some uninit_member coverity...
2016-05-20 Jason Ekstrandnir/spirv: Handle the NonReadable decoration on struct...
2016-05-20 Dave Airlieglsl: handle same struct redeclaration (v2)
2016-05-18 Dave Airlieglsl/linker: attempt to match anonymous structures...
2016-05-18 Brian Paulspirv: add switch case for nir_texop_txf_ms_mcs in...
2016-05-18 Matt Turnerglsl: Check that layout is non-null before dereferencing.
2016-05-18 Matt Turnerspirv: Properly size the src[] array.
2016-05-18 Ian Romanickglsl/linker: Ensure the first stage of an SSO pipeline...
2016-05-18 Ian Romanickglsl/linker: Don't include interface name for built...
2016-05-18 Ian Romanickglsl: Assert that inputs have a location assigned
2016-05-18 Ian Romanickglsl/linker: Fix trivial typos in comments
2016-05-18 Ian Romanickglsl/linker: Fix some formatting to match current codin...
2016-05-18 Ian Romanickglsl/linker: Silence unused parameter warning
2016-05-18 Ian Romanickglsl/linker: Silence unused parameter warning
2016-05-17 Rob Clarknir/validate: dump annotated shader with error msgs
2016-05-17 Rob Clarknir/validate: assert() -> validate_assert()
2016-05-17 Rob Clarknir/print: add support for print annotations
2016-05-17 Juan A. Suarez Romeronir: add double input bitmap
2016-05-17 Timothy Arceriglsl: make reserved_varying_slot() static
2016-05-17 Timothy Arceriglsl: include per-patch varyings when generating reserv...
2016-05-17 Timothy Arceriglsl: don't incorrectly eliminate patches with explicit...
2016-05-17 Timothy Arceriglsl: remove remainings tabs in link_varyings.cpp
2016-05-17 Timothy Arceriglsl: fix location and component packing validation...
2016-05-16 Ian Romanickglsl/linker: Include the interface name for input and...
2016-05-16 Ian Romanickglsl/linker: Use canonical format for ARB_program_inter...
2016-05-16 Matt Turnernir: Mark nir_start_block()/nir_impl_last_block() with...
2016-05-16 Kenneth Graunkeglsl: Don't do constant propagation in opt_constant_fol...
2016-05-16 Kenneth Graunkeglsl: Avoid excess tree walking when folding ir_derefer...
2016-05-16 Kenneth Graunkeglsl: Consolidate duplicate copies of constant folding.
2016-05-16 Kenneth Graunkeglsl: Remove bonus tree walking in opt_constant_folding().
2016-05-16 Kenneth Graunkeglsl: Make opt_constant_variable() bail in useless...
2016-05-16 Kenneth Graunkenir: Add a nir->info.uses_interp_var_at_offset flag.
2016-05-16 Kenneth Graunkeglsl: Drop bad ASSERT_TRUE in gl_CullDistance link_vary...
2016-05-15 Rob Clarknir: forward-declare 'struct gl_shader_program'
2016-05-15 Rob Clarknir: return progress from lower_idiv
2016-05-15 Rob Clarknir: fix comment typo about f2d/d2f
2016-05-14 Jason Ekstrandnir: Add texture opcodes and source types for multisamp...
2016-05-14 Jason Ekstrandnir/builder: Add a helper for grabbing multiple channel...
2016-05-14 Jason Ekstrandnir/builder: Generate the alu helpers directly in python
2016-05-14 Jason Ekstrandnir: Add an info bit for uses_sample_qualifier
2016-05-14 Dave AirlieRevert "glsl: Extend lowering pass for gl_ClipDistance...
next