i965/vec4: Plumb log_data through so the backend_shader field gets set.
[mesa.git] / src / mesa / drivers / dri /
2015-07-10 Kenneth Graunkei965/vec4: Plumb log_data through so the backend_shader...
2015-07-09 Kenneth Graunkei965: Switch on shader stage in nir_setup_outputs().
2015-07-09 Matt Turneri965: Set brw->batch.emit only #ifdef DEBUG.
2015-07-09 Ben Widawskyi965/hsw: Implement end of batch workaround
2015-07-08 Chris Wilsoni965: Move pipecontrol workaround bo to brw_pipe_control
2015-07-08 Chris Wilsoni965: Query whether we have kernel support for the...
2015-07-07 Kenneth Graunkei965/vs: Fix matNxM vertex attributes where M != 4.
2015-07-07 Francisco Jerezi965/gen4-5: Enable 16-wide dispatch on shaders with...
2015-07-07 Francisco Jerezi965/gen4-5: Program the execution size correctly for...
2015-07-07 Francisco Jerezi965/gen4-5: Set ENDIF dst and src0 fields to the null...
2015-07-06 Kenneth Graunkei965: Reserve more batch space to accomodate Gen6 perfm...
2015-07-06 Neil Robertsi965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
2015-07-03 Marek Olšákdri/common: allow BGRX sRGB visuals
2015-07-03 Neil Robertsi965/fs: Don't disable SIMD16 when using the pixel...
2015-07-02 Mike Stroyani965: allocate at least 1 BLEND_STATE element
2015-07-01 Nanley Cheryi965/gen9: use an unreserved surface alignment value
2015-07-01 Jason Ekstrandi965/fs: Use the builder directly for the gen6 interpol...
2015-07-01 Francisco Jerezi965/fs: Relax fs_builder channel group assertion when...
2015-07-01 Ilia Mirkinnouveau: rename var name for nouveau_vieux to avoid...
2015-07-01 Jason Ekstrandi965/fs: Fix PIXEL_X/Y in regs_read()
2015-06-30 Jason Ekstrandi965/fs: Remove the width field from fs_reg
2015-06-30 Jason Ekstrandi965/fs_generator: Use inst->exec_size for determining...
2015-06-30 Jason Ekstrandi965/fs: Use exec_size instead of dst.width for computi...
2015-06-30 Jason Ekstrandi965/fs: Use the builder dispatch_width for computing...
2015-06-30 Jason Ekstrandi965/fs: Use the builder dispatch width instead of...
2015-06-30 Jason Ekstrandi965/fs: Remove exec_size guessing from fs_inst::init()
2015-06-30 Jason Ekstrandi965/fs_builder: Use the dispatch width for setting...
2015-06-30 Jason Ekstrandi965/fs: Use exec_size for determining regs read/writte...
2015-06-30 Jason Ekstrandi965/fs: Remove fs_inst constructors that don't take...
2015-06-30 Jason Ekstrandi965/fs: Make better use of the builder in shader_time
2015-06-30 Jason Ekstrandi965/fs: Add a builder argument to offset()
2015-06-30 Jason Ekstrandi965/fs: Move offset(fs_reg, unsigned) to brw_fs.h
2015-06-30 Jason Ekstrandi965/blorp: Explicitly set execution sizes for new...
2015-06-30 Jason Ekstrandi965/fs: Set the builder group for emitting FB-write...
2015-06-30 Jason Ekstrandi965/fs: Explicitly set the exec_size on the add(32...
2015-06-30 Jason Ekstrandi965/fs: Properly handle LOAD_PAYLOAD in fs_inst::regs_read
2015-06-30 Jason Ekstrandi965/fs: Report the right value in fs_inst::regs_read...
2015-06-30 Jason Ekstrandi965/fs: Fix fs_inst::regs_read() for uniform pull...
2015-06-30 Jason Ekstrandi965/fs: Actually set/use the mlen for gen7 uniform...
2015-06-30 Jason Ekstrandi965/fs: Use a switch statement in fs_inst::regs_read()
2015-06-30 Connor Abbotti965/fs: emit constants only once
2015-06-30 Connor Abbotti965/fs: use SSA values directly
2015-06-30 Connor Abbottnir/from_ssa: add a flag to not convert everything...
2015-06-30 Tapani Pällii915: use EmitNoIndirectSampler
2015-06-30 Tapani Pällii965: use EmitNoIndirectSampler for gen < 7
2015-06-30 Kenneth Graunkei965: Don't use GCC extension for ?: with only two...
2015-06-29 Anuj Phogati965/skl: Extract the blit command setup in to a helper
2015-06-29 Anuj Phogati965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCop...
2015-06-29 Anuj Phogati965/gen9: Allocate YF/YS tiled buffer objects
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_can_use_tr_m...
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_release_levels()
2015-06-29 Anuj Phogati965/gen9: Plugin the code for selecting YF/YS tiling...
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_set_alignment()
2015-06-29 Erik Faye-Lunddri: don't touch the shader compiler
2015-06-29 Neil Robertsi965: Don't try to print the GLSL IR if it has been...
2015-06-29 Kenneth GraunkeRevert "i965: Delete linked GLSL IR when using NIR."
2015-06-29 Kenneth Graunkei965/vs: Move compute_clip_distance() out of emit_urb_w...
2015-06-29 Kenneth Graunkei965: Write at least some data in SIMD8 URB write messages.
2015-06-26 Kenneth Graunkei965/fs: Fix ir_txs in emit_texture_gen4_simd16().
2015-06-26 Neil Robertsi965/skl: Fix aligning mt->total_width to the block...
2015-06-25 Jason Ekstrandi965/vec4_live_variables: Do liveness analysis bottom...
2015-06-25 Ben Widawskyi965/skl: Use more compact hiz dimensions
2015-06-25 Kenneth Graunkei965: Drop brw->depthstencil.stencil_offset from gen8_d...
2015-06-24 Ben Widawskyi965/bxt: Add basic Broxton infrastructure
2015-06-24 Ian Romanickradeon: Advertise correct GL_QUERY_COUNTER_BITS/GL_SAMP...
2015-06-24 Jason Ekstrandi965/fs_live_variables: Do liveness analysis bottom...
2015-06-24 Tapani Pällii965: Delete linked GLSL IR when using NIR.
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-06-24 Chris Wilsoni965: Transplant PIPE_CONTROL routines to brw_pipe_control
2015-06-24 Kenneth Graunkei965: Fix whitespace error in gen8_depth_state.c
2015-06-24 Kenneth Graunkei965: Don't count NIR instructions for shader-db.
2015-06-24 Jason Ekstrandi965/fs: Get rid of an unused variable in emit_barrier()
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vec4_vs: Add an explicit use_legacy_snorm_formula...
2015-06-23 Jason Ekstrandi965/vec4: Turn some _mesa_problem calls into asserts
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965/fs: Add a do_rep_send flag to run_fs
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-23 Jason Ekstrandi965: Add compiler options to brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Plumb compiler debug logging through brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Do the no16 perf logging directly in fs_visito...
2015-06-23 Jason Ekstrandi965/fs: Make no16 non-variadic
2015-06-23 Jason Ekstrandi965: Move INTEL_DEBUG variable parsing to screen creat...
2015-06-23 Jason Ekstrandi965: Remove the dependance on brw_context from the...
2015-06-23 Jason Ekstrandi965: Plumb compiler debug logging through a function...
2015-06-23 Jason Ekstrandi965: Replace some instances of brw->gen with devinfo...
2015-06-23 Matt Turneri965: Initialize backend_shader::mem_ctx in its constru...
2015-06-23 Matt Turneri965: Assert that the GL primitive isn't out of range.
2015-06-23 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-06-23 Matt Turneri965/fs: Don't mess up stride for uniform integer multi...
2015-06-23 Ben Widawskyi965/gen9: Don't use encrypted MOCS
2015-06-22 Kenneth Graunkei965: Add and fix comments in brw_vue_map.c.
2015-06-22 Kenneth Graunkei965: Split VUE map handling out of brw_vs.c into brw_v...
2015-06-22 Ben Widawskyi965/gen9: Implement Push Constant Buffer workaround
2015-06-19 Ben Widawskyi965/gen8: Use HALIGN_16 for single sample mcs buffers
2015-06-18 Matt Turneri965: Add missing braces around if-statement.
2015-06-18 Jordan Justeni965/compute: Fix undefined code with right_mask for...
2015-06-18 Iago Toral Quirogai965: Fix textureGrad with cube samplers
2015-06-17 Kevin Rogovini965: enable ARB_framebuffer_no_attachments for Gen7+
next