nir: Translate image load, store and atomic intrinsics from GLSL IR.
[mesa.git] / src / mesa /
2015-04-16 Tapani Pällimesa: glGetProgramResourceLocationIndex
2015-04-16 Tapani Pällimesa: glGetProgramResourceLocation
2015-04-16 Tapani Pällimesa: glGetProgramResourceName
2015-04-16 Tapani Pällimesa: glGetProgramResourceIndex
2015-04-16 Tapani Pällimesa: glGetProgramInterfaceiv
2015-04-16 Tapani Pällimesa/glsl: build list of program resources during linking
2015-04-16 Tapani Pälliglapi: add GL_ARB_program_interface_query skeleton
2015-04-15 Brian Paulst/mesa: log shaders, GLSL info log with _mesa_log()
2015-04-15 Brian Paulmesa: log shaders, GLSL info log with _mesa_log()
2015-04-15 Brian Paulmesa: add _mesa_log(), _mesa_get_log_file() functions
2015-04-15 Jose Fonsecamesa: Enable _mesa_dlopen on MSVC too.
2015-04-14 Ben Widawskyi965/fs: Combine tex/fb_write operations (opt)
2015-04-14 Ben Widawskyi965/fs: Only emit FS_OPCODE_PLACEHOLDER_HALT if there...
2015-04-14 Ben Widawskyi965/fs: Create a has_side_effects for fs_inst
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-04-14 Marius Preduti915: replace __FUNCTION__ with __func__
2015-04-14 Marius Predutmain: replace __FUNCTION__ with __func__
2015-04-14 Marius Predutstate_tracker: replace __FUNCTION__ with __func__
2015-04-14 Marius Predutswrast: replace __FUNCTION__ with __func__
2015-04-14 Marius Predutvbo: replace __FUNCTION__ with __func__
2015-04-14 Marius Preduttnl: replace __FUNCTION__ with __func__
2015-04-14 Matt Turneri965/fs: Correct mistake in determining whether a MUL...
2015-04-14 Neil Robertsi965/skl: Use an exec size of 8 to initialise the messa...
2015-04-14 Ian Romanicki965/fs: Always invert predicate of SEL with swapped...
2015-04-14 Kenneth Graunkei965: Fix software primitive restart with indirect...
2015-04-14 Kenneth Graunkei965: Implement proper workaround for Gen4 GPU CONSTANT...
2015-04-14 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for SIMD8 VS.
2015-04-13 Dave Airliest/mesa: align cube map arrays layers
2015-04-13 Dave Airliest/mesa: convert sub image for cube map arrays to 2d...
2015-04-13 Mathias Froehlichi965: Flush batchbuffer containing the query on glQuery...
2015-04-13 Matt Turnerswrast: Mark MAX_GLUINT literal with u suffix.
2015-04-13 Matt Turneri965: Don't bother freeing NULL.
2015-04-13 Chad Versacei965: Lift some restrictions on dma_buf EGLImages
2015-04-13 Chad Versacei965: Disable aux buffers for EGLImage-backed miptrees
2015-04-13 Chad Versacei965: Change intel_miptree_create_for_bo() signature
2015-04-13 Chad Versacei965: Add field intel_mipmap_tree::disable_aux_buffers
2015-04-13 Chad Versacei965: Refactor brw_is_hiz_depth_format()
2015-04-13 Chad Versacei965: Declare intel_miptree_create_layout() as static
2015-04-13 Chad Versacei965: Declare intel_miptree_alloc_mcs() as static
2015-04-13 Jose Fonsecamesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.
2015-04-11 Kenneth Graunkei965/nir: Make INTEL_DEBUG=ann work with NIR.
2015-04-11 Kenneth Graunkei965: Create NIR during LinkShader() and ProgramStringN...
2015-04-11 Kenneth Graunkenir: Store num_direct_uniforms in the nir_shader.
2015-04-11 Kenneth Graunkei965: Move lower_output_reads to brw_link_shader().
2015-04-11 Matt Turneri965: Remove useless null check.
2015-04-11 Matt Turneri965/fs/nir: Mark fallthrough.
2015-04-11 Matt Turneri965: Remove useless reg_offset >= 0 tests.
2015-04-11 Rob Clarknir: split out lower_sub from lower_negate
2015-04-11 Jason Ekstrandi965: Use NIR by default for fragment shaders
2015-04-10 Kenneth Graunkei965: Don't set NirOptions for stages that will use...
2015-04-10 Ville Syrjäläi965/disasm: Print the type after the swizzle also...
2015-04-10 Kenneth Graunkei965: Move brw_link_shader's GLSL IR transformations...
2015-04-10 Kenneth Graunkei965: Change brw_shader to gl_shader in brw_link_shader().
2015-04-10 Kenneth Graunkenir: Make nir_lower_samplers take a gl_shader_stage...
2015-04-10 Kenneth Graunkenir: Move gl_shader_stage enum from mtypes.h to shader_...
2015-04-10 Kenneth Graunkenir: Constify prog_to_nir's gl_program pointer.
2015-04-08 Neil Robertsi965/skl: Fix the order of the arguments for the LD...
2015-04-08 Zhenyu Wangi965: Fix depth field setting in surface state for...
2015-04-07 Kenneth Graunkenir: Allocate dereferences out of their parent instruct...
2015-04-07 Kenneth Graunkei965: Add the ability to render to I8/L8 and I16/L16...
2015-04-07 Kenneth Graunkei965: Use SET_FIELD in 3DSTATE_STREAMOUT packets.
2015-04-06 Iago Toral Quirogai965: Do not render primitives in non-zero streams...
2015-04-06 Kenneth Graunkei965: Add forgotten multi-stream code to Gen8 SOL state.
2015-04-06 Kenneth Graunkei965: Fix instanced geometry shaders on Gen8+.
2015-04-06 Kenneth Graunkei965: Free dead GLSL IR one last time.
2015-04-06 Kenneth Graunkei965: Implement SIMD16 texturing on Gen4.
2015-04-06 Kenneth Graunkei965: Use SIMD16 instead of SIMD8 on Gen4 when possible.
2015-04-06 Kenneth Graunkei965: Respect the no_8 flag on Gen4-5.
2015-04-06 Kenneth Graunkei965/fp: Set coord_components correctly for cube textures.
2015-04-06 Matt Turnernir: Remove fsin_reduced/fcos_reduced.
2015-04-06 Matt Turnerst/mesa: Remove unused emit_scs().
2015-04-06 Matt Turnerprogram: Remove unused emit_scs().
2015-04-06 Matt Turneri965/vec4: Remove emit_scs() prototype.
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-04-06 Iago Toral Quirogai965: Make sure we always mark array surfaces as such
2015-04-05 Mathias Froehlichmesa: Remove unused variables left over from 107ae27e57d.
2015-04-05 Mathias Fröhlichi965: Implement support for ARB_clip_control.
2015-04-05 Mathias Froehlichmesa: Remove the _WindowMap from gl_viewport_attrib.
2015-04-05 Mathias Froehlichtnl: Maintain the _WindowMap matrix in TNLcontext v2.
2015-04-05 Mathias Froehlichradeon: Make use of _mesa_get_viewport_xform v2.
2015-04-05 Mathias Froehlichi965: Make use of _mesa_get_viewport_xform.
2015-04-03 Jason Ekstrandi965: Use brw_nir_cubemap_normalize for NIR shaders
2015-04-03 Jason Ekstrandi965: Check the INTEL_USE_NIR environment variable...
2015-04-03 Jason Ekstrandnir: Add a src_get_parent_instr function
2015-04-03 Eric Anholti965: Use the tex projector lowering pass instead of...
2015-04-03 Carl Worthi965: Rename do_<stage>_prog to brw_compile_<stage...
2015-04-03 Carl Worthi965: Split out per-stage dirty-bit checking into separ...
2015-04-03 Carl Worthi965: Split out brw_<stage>_populate_key into their...
2015-04-02 Ilia Mirkinmesa: add ARB_depth_buffer_float to ES3.0 required...
2015-04-02 Jason Ekstrandi965/generator: Get rid of the ! in the unreachable...
2015-04-01 Matt Turneri965/fs: Relax type check in cmod propagation.
2015-04-01 Kenneth Graunkenir: Use _mesa_flsll(InputsRead) in prog->nir.
2015-04-01 Kenneth Graunkemesa: Implement _mesa_flsll().
2015-04-01 Kenneth Graunkenir: In prog->nir, don't wrap dot products with ptn_cha...
2015-04-01 Jason Ekstrandi965: Use the same nir options for all gens
2015-04-01 Jason Ekstrandi965/nir: Run DCE again before going out of SSA
2015-04-01 Jason Ekstrandi965/nir: Run the ffma peephole after the rest of the...
2015-04-01 Jason Ekstrandnir: Add a dedicated ffma peephole optimization
2015-04-01 Jason Ekstrandnir/algebraic: Add a seperate section for "late" optimi...
2015-04-01 Emil Velikovconfigure: nuke --with-max-{width,height}
next