i965/vec4: Don't attempt to reduce swizzles of send from GRF instructions.
[mesa.git] / src / mesa / drivers /
2015-02-19 Francisco Jerezi965/vec4: Don't attempt to reduce swizzles of send...
2015-02-19 Francisco Jerezi965/vec4: Fix constant propagation across different...
2015-02-18 Jordan Justeni965/simd8vs: Fix SIMD8 atomics (read-only)
2015-02-18 Adam Jacksoni915: For the love of all that is holy, stop saying...
2015-02-18 Ben Widawskyi965: implement ARB_pipeline_statistics_query
2015-02-18 Kenneth Graunkei965: Prefer Meta over the BLT for BlitFramebuffer.
2015-02-18 Matt Turneri965/fs: Add algebraic optimizations for MAD.
2015-02-18 Matt Turneri965/fs: Emit MAD instructions when possible.
2015-02-18 Matt Turneri965/fs: Allow immediates in MAD and LRP instructions.
2015-02-18 Matt Turneri965/fs: Add pass to combine immediates.
2015-02-18 Matt Turneri965/fs: Remove force_writemask_all assertion for execs...
2015-02-18 Matt Turneri965/cfg: Add function to generate a dot file of the...
2015-02-18 Matt Turneri965/cfg: Add function to generate a dot file of the...
2015-02-18 Matt Turneri965/cfg: Calculate the immediate dominators.
2015-02-18 Matt Turneri965/cfg: Allow cfg::dump to be called without a visitor.
2015-02-18 Matt Turneri965: Allow exec_list sentinels as arguments to insert...
2015-02-18 Chris Forbesi965: Add device limits for tess threads & URB entries
2015-02-17 Kenneth Graunkei915c: Use the actual MIN instruction.
2015-02-17 Kenneth Graunkei965: Add a function to disassemble an instruction...
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
2015-02-17 Ian Romanicki965/vec4: Silence unused parameter warnings
2015-02-16 Ben Widawskyi965/simd8vs: Fix SIMD8 atomics
2015-02-16 Neil Robertsmeta: Fix saving the results of the current occlusion...
2015-02-16 Francisco Jerezi965/vec4: Override destination register writemask...
2015-02-16 Iago Toral Quirogai965: Fix a crash in the texture gradient lowering...
2015-02-15 Matt Turneri965/fs: Handle U/UW-type immediates in the generator.
2015-02-15 Matt Turneri965/fs: Handle W/UW-type immediates in dump_instructio...
2015-02-15 Matt Turneri965: Let dump_instructions() work before calculate_cfg().
2015-02-15 Matt Turneri965/fs: Call calculate_cfg() before optimize().
2015-02-15 Matt Turneri965: Optimize multiplication by -1 into a negated...
2015-02-15 Matt Turneri965: Add an is_negative_one() method.
2015-02-15 Matt Turneri965/vec4/vp: Use vec4_visitor::CMP.
2015-02-14 Jason Ekstrandi965/nir: Don't support gl_FrontFacing as an input...
2015-02-14 Jason Ekstrandi965/nir: Add support for nir_intrinsic_load_front_face
2015-02-13 Eric Anholtr200: Drop unused variable.
2015-02-13 Eric Anholti965: Quiet another compiler warning about uninitialize...
2015-02-13 Eric Anholti965: Move some asserts to unreachable.
2015-02-13 Eric Anholti965: Shut up a compiler warning about uninitialized...
2015-02-12 Ben Widawskyi965/vs/skl: Use vec4 datatypes for message header
2015-02-11 Matt Turneri965: Add LINTERP/CINTERP to can_do_cmod().
2015-02-11 Matt Turneri965/fs: Remove conditional mod when optimizing a SEL...
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + abs(y * z)).
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + -(y * z)).
2015-02-10 Neil Robertsi965/skl: Implement WaDisable1DDepthStencil
2015-02-10 Francisco Jerezi965/gen7-8: Implement glMemoryBarrier().
2015-02-10 Francisco Jerezi965: Generalize the update_null_renderbuffer_surface...
2015-02-10 Francisco Jerezi965: Allocate binding table space for shader images.
2015-02-10 Francisco Jerezi965: Don't tile 1D miptrees.
2015-02-10 Francisco Jerezi965/vec4: Don't set any dependency control bits for...
2015-02-10 Francisco Jerezi965: Handle negated unsigned immediate values in const...
2015-02-10 Francisco Jerezi965/vec4: Take into account non-zero reg_offset during...
2015-02-10 Francisco Jerezi965/vec4: Add register classes up to MAX_VGRF_SIZE.
2015-02-10 Francisco Jerezi965/vec4: Init mlen for several send from GRF instruct...
2015-02-10 Francisco Jerezi965/vec4: Don't infer MRF dependencies for send from...
2015-02-10 Francisco Jerezi965/vec4: Fix the scheduler to take into account reads...
2015-02-10 Francisco Jerezi965/vec4: Make vec4_visitor::implied_mrf_writes()...
2015-02-10 Francisco Jerezi965/vec4: Pass dst register to the vec4_instruction...
2015-02-10 Francisco Jerezi965/vec4: Initialize vec4_instruction::predicate and...
2015-02-10 Francisco Jerezi965/vec4: Implement equals() method for dst_reg too.
2015-02-10 Francisco Jerezi965/fs: Fix fs_inst::regs_written calculation for...
2015-02-10 Francisco Jerezi965/fs: Fix stack allocation of fs_inst and stop steal...
2015-02-10 Francisco Jerezi965/fs: Remove duplicate include of brw_shader.h
2015-02-10 Francisco Jerezi965: Move up fs_inst::flag_subreg to backend_instruction.
2015-02-10 Francisco Jerezi965: Move up fs_inst::regs_written to backend_instruction.
2015-02-10 Francisco Jerezi965/vec4: Remove dependency of vec4_instruction on...
2015-02-10 Francisco Jerezi965/fs: Remove dependency of fs_inst on the visitor...
2015-02-10 Francisco Jerezi965: Move IR object definitions to separate header...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-02-09 Kenneth Graunkei965: Fix integer border color on Haswell.
2015-02-09 Kenneth Graunkei965: Use a gl_color_union for sampler border color.
2015-02-09 Kenneth Graunkei965: Override swizzles for integer luminance formats.
2015-02-07 Ben Widawskyi965: Add more stringent blitter assertions
2015-02-07 Ben Widawskyi965: Consolidate some of the intel_blit logic
2015-02-07 Ben Widawskyi965/vec4: Correct MUL destination hazard
2015-02-06 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and...
2015-02-06 Kenneth Graunkei965/fs: Use inst->eot rather than opcodes in register...
2015-02-06 Kenneth Graunkei965/fs: Delete is_last_send(); just check inst->eot.
2015-02-04 Matt Turneri965: Remove now unnecessary Gen8 CMP destination type...
2015-02-04 Matt Turneri965: Set CMP's destination type to src0's type.
2015-02-04 Matt Turneri965/fs: Implement the WaCMPInstFlagDepClearedEarly...
2015-02-04 Kenneth Graunkei965/fs: Fix saturate on MAD and LRP with the NIR backend.
2015-02-03 Connor Abbotti965/nir: use redundant phi optimization
2015-02-03 Jason Ekstrandi965/fs_nir: Get rid of get_alu_src
2015-02-03 Jason Ekstrandi965/fs: Use NIR's scalarizing abilities and stop handl...
2015-02-03 Matt Turneri965/fs: Add support for constant propagating into...
2015-02-03 Matt Turneri965/vec4: Use abs/negate functions in const propagation.
2015-02-03 Matt Turneri965: Add function to take the abs of immediates.
2015-02-03 Matt Turneri965: Add function to negate immediates.
2015-02-03 Matt Turneri965: Mark UB/B immediates as unreachable.
2015-02-03 Iago Toral Quirogaglsl: Improve precision of mod(x,y)
2015-02-03 Iago Toral Quirogai965: Fix negate with unsigned integers
2015-02-03 Ilia Mirkini965/gen6+: enable EXT_polygon_offset_clamp
2015-02-03 Ilia Mirkinmesa: add support for GL_EXT_polygon_offset_clamp
2015-02-03 Kenneth Graunkei965: Add a better PRM citation for the IMS dimension...
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-02-02 Jason Ekstrandi965: Don't use tiled_memcpy to download from RGBX...
2015-02-02 Neil Robertsdir-locals.el: Don't set variables for non-programming...
2015-02-02 Iago Toral Quirogai965: Fix intel_miptree_copy_teximage for GL_TEXTURE_1D...
2015-01-31 Jason Ekstrandi965/pixel_read: Don't try to do a tiled_memcpy from...
2015-01-31 Francisco Jerezi965: Enable L3 caching of buffer surfaces.
next