i965: replace __FUNCTION__ with __func__
[mesa.git] / src / mesa / drivers /
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-04-14 Marius Preduti915: replace __FUNCTION__ with __func__
2015-04-14 Marius Predutswrast: 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: Implement proper workaround for Gen4 GPU CONSTANT...
2015-04-14 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for SIMD8 VS.
2015-04-13 Mathias Froehlichi965: Flush batchbuffer containing the query on glQuery...
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-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-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 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 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 Fröhlichi965: Implement support for ARB_clip_control.
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 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 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}
2015-04-01 Emil Velikovxmlpool: remove the clean target
2015-04-01 Emil Velikovxmlpool: don't forget to ship the MOS
2015-04-01 Emil Velikovosmesa: don't try to bundle osmesa.def SConscript
2015-04-01 Iago Toral Quirogai965: Handle scratch accesses where reladdr also points...
2015-04-01 Dave Airlieegl: add initial EGL_MESA_image_dma_buf_export v2.4
2015-03-31 Jordan Justeni965/state: Remove brw->state.dirty
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.mesa
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-31 Jordan Justeni965/state: Add compute pipeline with empty atom lists
2015-03-31 Jordan Justeni965/state: Only upload render programs for render...
2015-03-31 Jordan Justeni965/state: Create separate dirty state bits for each...
2015-03-31 Jordan Justeni965/state: Support multiple pipelines in brw->num_atoms
2015-03-31 Jordan Justeni965/state: Rename brw_clear_dirty_bits to brw_render_s...
2015-03-31 Jordan Justeni965/state: Rename brw_upload_state to brw_upload_rende...
2015-03-31 Matt Turneri965/fs: Allow CSE to handle MULs with negated arguments.
2015-03-31 Matt Turneri965: Mark brw_inst_bits' brw_inst* parameter const.
2015-03-31 Neil Robertsi965/skl: Avoid using the 1D stencil layout for stencil...
2015-03-28 Kenneth Graunkei965/nir: Use NIR for ARB_vertex_program support on...
2015-03-28 Kenneth Graunkei965: Move env_var_as_boolean to intel_debug.c.
2015-03-28 Kenneth Graunkei965/fs: Add ARB_fragment_program support to the NIR...
2015-03-28 Ben Widawskyi965/skl: Don't use the PMA depth stall workaround
2015-03-28 Ben Widawskyi965/skl: Disable partial resolve in VC
2015-03-25 Kenneth Graunkei965: Drop unnecessary brw->gen >= 8 check from scalar...
2015-03-25 Kenneth Graunkei965/fs: Implement texture projection support.
2015-03-25 Kenneth Graunkei965/fs: Rename offset to tex_offset to avoid shadowing...
2015-03-25 Jose Fonsecascons: Don't build osmesa.
2015-03-24 Matt Turnerglsl: Allow vector logic ops to be generated.
2015-03-24 Emil Velikovi965: add the remaining files to the tarball
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Calculate live intervals with subregister...
2015-03-23 Francisco Jerezi965/vec4: Define helpers to calculate the common live...
2015-03-23 Francisco Jerezi965/vec4: Define helper functions to convert a registe...
2015-03-23 Francisco Jerezi965/vec4: Don't lose the force_writemask_all flag...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
next