i965: Move up fs_inst::regs_written to backend_instruction.
[mesa.git] / src / mesa / drivers / dri / i965 /
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 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 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.
2015-01-31 Jason Ekstrandintel/pixel_read: Properly flip the results for window...
2015-01-31 Jason Ekstrandi965/tiled_memcpy: Support a signed linear pitch
2015-01-30 Neil Robertsi965/skl: Force a BINDING_TABLE_POINTER_* after push...
2015-01-29 Kalyan KondapallyMesa: Advertise GL_OES_texture_*float* extensions suppo...
2015-01-28 Jason Ekstrandi965/tex: Don't create read-write textures with non...
2015-01-28 Jason Ekstrandi965/gen8: Include the buffer offset when emitting...
2015-01-27 Sisinty Sasmita... i965: Implemente a tiled fast-path for glReadPixels...
2015-01-27 Sisinty Sasmita... i965/tiled_memcpy: Add tiled-to-linear paths
2015-01-27 Sisinty Sasmita... i965: Refactor tiled memcpy functions and move them...
2015-01-27 Jason Ekstrandi965/tex_subimage: Use the fast tiled path for rectangl...
2015-01-26 Kenneth Graunkei965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod...
2015-01-25 Connor Abbottnir: use Python to autogenerate opcode information
2015-01-24 Matt Turneri965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
2015-01-24 Matt Turneri965/fs: Add support for removing MOV.NZ instructions.
2015-01-24 Matt Turneri965/fs: Allow flipping cond mod for negated arguments.
2015-01-24 Matt Turneri965/fs: Propagate cmod across flag read if it contains...
2015-01-24 Matt Turneri965/fs: Add unit tests for cmod propagation pass.
2015-01-24 Matt Turneri965/fs: Add pass to propagate conditional modifiers.
2015-01-24 Matt Turneri965/fs: Eliminate null-dst instructions without side...
2015-01-24 Matt Turneri965/fs: Apply conditional mod specially to split MAD...
2015-01-24 Matt Turneri965/fs: Add a pass to fixup 3-src instructions that...
2015-01-24 Matt Turneri965: Add is_3src() to backend_instruction.
2015-01-24 Matt Turneri965: Add backend_instruction::can_do_cmod().
2015-01-24 Matt Turneri965/cfg: Add a foreach_block_reverse macro.
2015-01-24 Matt Turneri965/cfg: Add a foreach_inst_in_block_reverse_safe...
2015-01-24 Matt Turneri965: Don't make instructions with a null dest a barrie...
2015-01-24 Ian Romanicki965/fs: Allow SIMD16 on pre-SNB when try_replace_with_...
2015-01-23 Kenneth Graunkei965/nir: Report NIR instruction counts (in SSA form...
2015-01-23 Kenneth Graunkei965/nir: Print NIR on INTEL_DEBUG=fs.
2015-01-23 Kenneth Graunkei965/nir: Do optimizations again just before lowering...
2015-01-23 Ville Syrjäläi965: Fix min_vs_entries for CHV
2015-01-23 Ville Syrjäläi965: Fix max_wm_threads for CHV
2015-01-23 Jason Ekstrandi965/emit: Assert that src1 is not an MRF after doing...
2015-01-22 Jason Ekstrandi965/emit: Do the sampler index adjustment directly...
2015-01-22 Jason Ekstrandi965/tex_subimage: use meta instead of the blitter...
2015-01-22 Jason Ekstrandi965/tex_image: Use meta for instead of the blitter...
2015-01-22 Jason Ekstrandi965/pixel_read: Use meta_pbo_GetTexSubImage for PBO...
2015-01-22 Jason Ekstrandi965: Implement SetTextureStorageForBufferObject
2015-01-22 Jason Ekstrandi965: Apply the miptree offset to surface state for...
2015-01-22 Jason Ekstrandi965/mipmap_tree: Add a depth parameter to create_for_bo
2015-01-22 Matt Turneri965/vec4: Fix fprintf argument ordering.
2015-01-20 Ben Widawskyi965: Extract scalar region checking logic
2015-01-20 Ben Widawskyi965: Add QWORD sizes to type_sz macro
2015-01-19 Kenneth Graunkei965: Work around mysterious Gen4 GPU hangs with minima...
2015-01-19 Kenneth Graunkei965/nir: Enable SIMD16 support in the NIR FS backend.
2015-01-19 Kenneth Graunkei965/nir: Use offset() instead of altering reg_offset...
2015-01-19 Kenneth Graunkei965/nir: Replace fs_reg(GRF, virtual_grf_alloc(.....
2015-01-19 Kenneth Graunkei965: Replace fs_reg(fs_visitor, type) with fs_visitor...
2015-01-17 Kenneth Graunkei965/fs: Fix the dummy fragment shader.
2015-01-16 Kristian Høgsbergi965: Fix up too-wide comment
2015-01-16 Kenneth Graunkei965: Fix some oddities in FB_WRITE register width...
2015-01-16 Kenneth Graunkei965/fs: Make lower_load_payload etc. appear in INTEL_D...
2015-01-16 Iago Toral Quirogai965/gen6: Fix crash with VS+TF after rendering with GS
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandutil: Move main/set to util/hash_set
2015-01-15 Matt Turneri965: Don't consider null dst instructions as matching...
2015-01-15 Matt Turneri965/vec4: Make sure that imm writes are to registers...
2015-01-15 Matt Turneri965/fs: Emit MADs from (x + abs(y * z)).
2015-01-15 Matt Turneri965/fs: Emit MADs from (x + -(y * z)).
2015-01-15 Jason Ekstrandi965/nir: Do a final copy lowering pass before lowering...
2015-01-15 Jason Ekstrandnir: Rename lower_variables to lower_vars_to_ssa
2015-01-15 Jason Ekstrandnir/tex_instr: Add a nir_tex_src struct and dynamically...
2015-01-15 Jason Ekstrandi965/fs_nir: Handle sample ID, position, and mask better
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandi965/nir: Move the other lowering passes to before...
next