i965/blorp: Split vertex data and element setup
[mesa.git] / src / mesa / drivers / dri / i965 /
2016-07-04 Topi Pohjolaineni965/blorp: Split vertex data and element setup
2016-07-04 Topi Pohjolaineni965: Unify vertex buffer setup
2016-07-04 Topi Pohjolaineni965/draw: Expose vertex buffer state setup
2016-07-02 Rob Clarki965: don't drop const initializers in vector splitting
2016-07-02 Rob Clarkglsl: add driconf to zero-init unintialized vars
2016-07-01 Alejandro Piñeiroi965: intel_texture_barrier reimplemented
2016-06-30 Matt Turneri965: Simplify foreach_inst_in_block_safe() macro.
2016-06-30 Andres GomezRevert "i965: get PrimitiveMode from the program rather...
2016-06-30 Timothy Arceriglsl/mesa: move duplicate shader fields into new struct...
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-29 Chad Versacei965: Use drmIoctl for DRM_I915_GETPARAM (v2)
2016-06-29 Chad Versacei965: Use intel_get_param() more often
2016-06-29 Chad Versacei965: Refactor intel_get_param()
2016-06-27 Kenneth Graunkei965: Print EOT in fs_visitor::dump_instruction().
2016-06-27 Kenneth Graunkei965: Make emit_urb_writes() not produce an EOT message...
2016-06-26 Jordan Justeni965: Use miptree to decide format on multi-plane image...
2016-06-25 Jordan Justeni965: Skip update_texture_surface when the plane doesn...
2016-06-24 Kenneth Graunkei965: Validate a few SEND-from-GRF requirements.
2016-06-24 Kenneth Graunkei965: Delete send-from-GRF only opcodes from implied_mr...
2016-06-24 Kenneth Graunkei965: Drop unnecessary inst->base_mrf = -1 assignments.
2016-06-24 Kenneth Graunkei965: Set fs_inst::base_mrf = -1 by default.
2016-06-24 Kenneth Graunkei965: Drop unused return value from intel_finalize_mipm...
2016-06-24 Kenneth Graunkei965: Move contents of brw_tex.c into intel_tex_validate.c.
2016-06-24 Jordan Justeni965: Preserve the internal format of the dri image
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-23 Kenneth Graunkei965: Implement rasterizer discard via SOL unless requi...
2016-06-23 Kenneth Graunkei965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_s...
2016-06-23 Kenneth Graunkei965: Copy propagate before doing variable index lowering.
2016-06-23 Topi Pohjolaineni965/blorp: Disable vertex element swizzling
2016-06-23 Topi Pohjolaineni965/blorp: Let program data tell if push constants...
2016-06-23 Topi Pohjolaineni965/blorp: Use prog data counters to guide wm/ps setup
2016-06-23 Topi Pohjolaineni965/blorp: Use prog data counters to guide sf/sbe...
2016-06-23 Ardinartsev Nikitai965: Avoid division by zero.
2016-06-23 Timothy Arceriglsl/mesa: stop duplicating geom and tcs layout values
2016-06-22 Jason Ekstrandi965/blorp: Only set src_z for gen8+ 3D textures
2016-06-22 Jason Ekstrandi965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D textur...
2016-06-22 Jason Ekstrandi965/gen4: Subtract 1 from buffer sizes
2016-06-22 Jason Ekstrandi965: Remove fake W-tiled render target support
2016-06-22 Jason Ekstrandi965/fs: Use a default Y coordinate of 0 for TXF on...
2016-06-22 Jason Ekstrandi965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH
2016-06-22 Jason Ekstrandi965/blorp/gen8: Use the correct max level and layer...
2016-06-22 Jason Ekstrandi965: Drop the maximum 3D texture size to 512 on Sandy...
2016-06-22 Jason Ekstrandi965/gen4-6: Handle gl_texture_object::BaseLevel and...
2016-06-22 Jason Ekstrandi965/gen4: Pull texture formats from the texture object...
2016-06-22 Kenneth Graunkei965: Fix point size with tessellation/geometry shaders...
2016-06-22 Timothy Arcerii965: move vs outputs written into a helper
2016-06-21 Kenneth Graunkei965: Reorganize prog_data->total_scratch code a bit.
2016-06-21 Timothy Arcerii965: get PrimitiveMode from the program rather than...
2016-06-21 Kenneth Graunkei965: Fix multiplication of immediates on Cherryview...
2016-06-20 Ian Romanicki965: Delete redundant extension enables
2016-06-17 Samuel Iglesias... i965/fs: indirect addressing with doubles is not suppor...
2016-06-17 Iago Toral Quirogai965/fs: Fix single-precision to double-precision conve...
2016-06-16 Kenneth Graunkei965: Fix comment about CS scratch space encodings...
2016-06-16 Kenneth Graunkei965: Drop perf_debug about rasterizer discard in SOL...
2016-06-16 Kenneth Graunkei965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if...
2016-06-16 Timothy Arcerii965: remove remaining tabs in brw_link.cpp
2016-06-16 Mathias Fröhlichi965: Use bitmask/ffs to iterate used vertex attributes.
2016-06-16 Mathias Fröhlichi965: Use bitmask/ffs to iterate enabled clip planes.
2016-06-16 Mathias Fröhlichmesa: Rename CoordReplaceBits back to CoordReplace.
2016-06-16 Mathias Fröhlichi965: Convert i965 to use CoordsReplaceBits.
2016-06-16 Timothy Arcerimesa/glsl: stop using GL shader type internally
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TCS...
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TES.
2016-06-15 Timothy Arcerii965: remove type_size_vec4_times_4()
2016-06-14 Tomasz Figai965: Check return value of screen->image.loader->getBu...
2016-06-14 Jason Ekstrandi965/compiler: Bring back the INTEL_PRECISE_TRIG enviro...
2016-06-14 Samuel Iglesias... i965: Defeat the register stride checker in pull unifor...
2016-06-14 Kenneth Graunkei965: Defeat the register stride checker in URB reads.
2016-06-14 Kenneth Graunkei965: Fix issues with number of VS URB entries on Cherr...
2016-06-13 Francisco Jerezi965/fs: Fix regs_written for SIMD-lowered instructions...
2016-06-13 Francisco Jerezi965: Fix cross-primitive scratch corruption when chang...
2016-06-13 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-06-13 Francisco Jerezi965: Fix scratch overallocation if the original slot...
2016-06-13 Kenneth Graunkei965: Fix encode_slm_size() to take a generation, not...
2016-06-13 Kenneth Graunkei965: Don't leak scratch BOs for TCS/TES.
2016-06-12 Kenneth Graunkei965: Use the correct number of threads for compute...
2016-06-12 Kenneth Graunkei965: Assert that the scratch spaces are in range.
2016-06-12 Kenneth Graunkei965: Fix CS scratch size calculations on Ivybridge...
2016-06-12 Kenneth Graunkei965: Fix Haswell CS per-thread scratch space encoding.
2016-06-12 Kenneth Graunkei965: Account for poor address calculations in Haswell...
2016-06-12 Kenneth Graunkei965: Allocate scratch space for the maximum number...
2016-06-12 Kenneth Graunkei965: Set subslice_total on Gen7/7.5 platforms.
2016-06-12 Kenneth Graunkei965: Fix shared local memory size for Gen9+.
2016-06-09 Anuj Phogati965/gen9: Don't change halign and valign to fit in...
2016-06-09 Jason Ekstrandi965: Emit surface states for extra planes prior to...
2016-06-08 Dave Airlieglsl/types: rename is_dual_slot_double to is_dual_slot_...
2016-06-07 Gurchetan Singhi965: Integrate precise trig into configuration infrast...
2016-06-07 Dave Airliei965/gen8: fix cull distance emission for tessellation...
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-06-06 Samuel Iglesias... i965/gs/scalar: Fix load input for doubles
2016-06-06 Samuel Iglesias... i965/fs: fix offset when loading double vector input...
2016-06-06 Samuel Iglesias... i965/fs: fix FS_OPCODE_CINTERP for unpacked double...
2016-06-06 Dave Airliei965: don't use NumLayers for 3D textures.
2016-06-04 Jason Ekstrandi965/ps_state: Use wm_prog_data.has_side_effects
2016-06-04 Jason Ekstrandi965/fs Add a wm_prog_data bit for has_side_effects
2016-06-04 Francisco JerezRevert "i965/fs: Allow scalar source regions on SNB...
2016-06-04 Francisco Jerezi965/vec4: Fix cmod propagation not to propagate non...
2016-06-02 Mauro Rossiisl: add support for Android libmesa_isl static library
2016-06-02 Kenneth Graunkei965: Add _NEW_POINT to a couple of comments.
2016-06-02 Francisco Jerezi965/fs: Reindent emit_zip().
next