Remove wrongly repeated words in comments
[mesa.git] / src / mesa / drivers /
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öhlichradeon/r200: Use bitmask/ffs to iterate enabled clip...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate enabled clip planes.
2016-06-16 Mathias Fröhlichradeon/r200: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichnouveau: Use bitmask/ffs to iterate enabled lights
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 Mathias Fröhlichi915: Convert i915 to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichr200: convert r200 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-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-13 Emil Velikovdri/common: remove unused libdri_test_stubs.la
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().
2016-06-02 Francisco Jerezi965/fs: Skip SIMD lowering destination zipping if...
2016-06-02 Anuj Phogatblorp: Fix 16x multisample scaled blits
2016-06-02 Anuj Phogatmeta: Fix indentation in shader code
2016-06-02 Matt Turneri965: Add missing types to type_sz().
2016-06-02 Alejandro Piñeiroi965/formatquery: remove INTERNALFORMAT_PREFERRED imple...
2016-06-02 Alejandro Piñeiroi965/eu: use simd8 when exec_size != EXECUTE_16
2016-06-02 Jordan Justeni965: Remove old CS local ID handling
2016-06-02 Jordan Justeni965: Enable cross-thread constants and compact local...
2016-06-02 Jordan Justeni965: Support new local ID push constant & cross-thread...
2016-06-02 Jordan Justeni965: Add CS push constant info to brw_cs_prog_data
2016-06-02 Jordan Justeni965: Store number of threads in brw_cs_prog_data
2016-06-02 Jordan Justeni965: Add nir based intrinsic lowering and thread ID...
2016-06-02 Jordan Justeni965: Put CS local thread ID uniform in last push register
2016-06-02 Jordan Justeni965: Add uniform for a CS thread local base ID
2016-06-02 Jordan Justeni965: Add nir channel_num system value
2016-06-02 Jordan Justennir: Make lowering gl_LocalInvocationIndex optional
next