i965/fs: Use NIR's scalarizing abilities and stop handling vectors
[mesa.git] / src / mesa / drivers /
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.
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-30 Topi Pohjolainenmeta: Don't write depth when decompressing tex-images
2015-01-30 Topi Pohjolainenmeta: Don't write depth when generating miptrees
2015-01-30 Topi Pohjolainenmeta/blit: Compile programs with and without depth
2015-01-30 Topi Pohjolainenmeta/blit: Write depth only when asked for
2015-01-30 Topi Pohjolainenmeta/blit: Add plumbing for shaders without depth
2015-01-29 Kalyan KondapallyMesa: Advertise GL_OES_texture_*float* extensions suppo...
2015-01-29 Eric Anholtmesa: Move simple_list.h to src/util.
2015-01-28 Sven Arvidssondrirc: set allow_glsl_extension_directive_midshader...
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 José Fonsecameta: Move loop declaration to top of block.
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 Ekstrandmeta: Add an implementation of GetTexSubImage for PBOs
2015-01-22 Jason Ekstrandmeta: Add a BlitFramebuffers-based implementation of...
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...
2015-01-15 Jason Ekstrandnir/lower_atomics: Use/support SSA
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir: Make bcsel a fully vector operation
2015-01-15 Jason Ekstrandi965/fs_nir: Add support for indirect texture arrays
2015-01-15 Jason Ekstrandnir/tex_instr: Rename the indirect source type and...
2015-01-15 Jason Ekstrandnir: Use a source for uniform buffer indices instead...
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir: Add a basic constant folding pass
next