OSDN Git Service

st/mesa: fix reference counting bug in st_vdpau
[android-x86/external-mesa.git] / src / mesa /
2016-07-21 Christian Königst/mesa: fix reference counting bug in st_vdpau
2016-07-21 Marek Olšákglsl_to_tgsi: don't use the negate modifier in integer...
2016-07-21 Ilia Mirkinmesa: set _NEW_BUFFERS when updating texture bound...
2016-07-21 Ilia Mirkinst/mesa: return appropriate mesa format for ETC texture...
2016-07-21 Ilia Mirkinmesa: etc2 online compression is unsupported, don't...
2016-07-21 Francisco Jerezi965: Fix remaining flush vs invalidate race conditions...
2016-07-21 Francisco Jerezi965: Make room in the batch epilogue for three more...
2016-07-21 Francisco Jerezi965: Emit SKL VF cache invalidation W/A from brw_emit_...
2016-07-21 Ian Romanickmesa: Strip arrayness from interface block names in...
2016-07-07 Akihiko Odakimesa: don't install GLX files if GLX is not built
2016-07-07 Mathias Fröhlichosmesa: Export OSMesaCreateContextAttribs.
2016-07-07 Rob Clarkglsl: add driconf to zero-init unintialized vars
2016-07-07 Rob Clarki965: don't drop const initializers in vector splitting
2016-07-07 Dave AirlieRevert "st/glsl_to_tgsi: don't increase immediate index...
2016-07-07 Dave Airliest/glsl_to_tgsi: don't increase immediate index by 1.
2016-07-07 Nicolai Hähnlest/mesa: check the texture image level in st_texture_ma...
2016-07-07 Nicolai Hähnlest/mesa: an incomplete texture may have a zero-size...
2016-07-07 Kenneth Graunkei965: Make emit_urb_writes() not produce an EOT message...
2016-07-07 Jordan Justeni965: Use miptree to decide format on multi-plane image...
2016-07-07 Jordan Justeni965: Skip update_texture_surface when the plane doesn...
2016-07-07 Kenneth Graunkei965: Set fs_inst::base_mrf = -1 by default.
2016-06-24 Jordan Justeni965: Preserve the internal format of the dri image
2016-06-24 Kenneth Graunkei965: Implement rasterizer discard via SOL unless requi...
2016-06-24 Kenneth Graunkei965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_s...
2016-06-24 Kenneth Graunkei965: Copy propagate before doing variable index lowering.
2016-06-24 Ardinartsev Nikitai965: Avoid division by zero.
2016-06-24 Jason Ekstrandi965/gen4: Subtract 1 from buffer sizes
2016-06-24 Jason Ekstrandi965/fs: Use a default Y coordinate of 0 for TXF on...
2016-06-24 Jason Ekstrandi965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH
2016-06-24 Jason Ekstrandi965/blorp/gen8: Use the correct max level and layer...
2016-06-24 Jason Ekstrandi965: Drop the maximum 3D texture size to 512 on Sandy...
2016-06-24 Jason Ekstrandi965/gen4-6: Handle gl_texture_object::BaseLevel and...
2016-06-24 Jason Ekstrandi965/gen4: Pull texture formats from the texture object...
2016-06-24 Kenneth Graunkei965: Reorganize prog_data->total_scratch code a bit.
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before CopyImageSubData
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before texture functions
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before compute dispatch
2016-06-21 Kenneth Graunkei965: Fix multiplication of immediates on Cherryview...
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-17 Ian Romanickmesa: If validation fails in a debug context just emit...
2016-06-17 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TCS...
2016-06-17 Kenneth Graunkeglsl: Optionally lower TCS gl_PatchVerticesIn to a...
2016-06-17 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TES.
2016-06-17 Kenneth Graunkeglsl: Optionally lower TES gl_PatchVerticesIn to a...
2016-06-17 Nicolai Hähnlemesa/main: fix integer overflows in _mesa_image_offset
2016-06-17 Kenneth Graunkemesa: Pass gl_constant_value union into _mesa_fetch_sta...
2016-06-15 Tomasz Figai965: Check return value of screen->image.loader->getBu...
2016-06-15 Samuel Iglesias... i965: Defeat the register stride checker in pull unifor...
2016-06-15 Kenneth Graunkei965: Defeat the register stride checker in URB reads.
2016-06-15 Kenneth Graunkei965: Fix issues with number of VS URB entries on Cherr...
2016-06-15 Francisco Jerezi965/fs: Fix regs_written for SIMD-lowered instructions...
2016-06-15 Francisco Jerezi965: Fix cross-primitive scratch corruption when chang...
2016-06-15 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-06-15 Francisco Jerezi965: Fix scratch overallocation if the original slot...
2016-06-15 Kenneth Graunkei965: Fix encode_slm_size() to take a generation, not...
2016-06-15 Kenneth Graunkei965: Don't leak scratch BOs for TCS/TES.
2016-06-15 Kenneth Graunkei965: Use the correct number of threads for compute...
2016-06-15 Kenneth Graunkei965: Assert that the scratch spaces are in range.
2016-06-15 Kenneth Graunkei965: Fix CS scratch size calculations on Ivybridge...
2016-06-15 Kenneth Graunkei965: Fix Haswell CS per-thread scratch space encoding.
2016-06-15 Kenneth Graunkei965: Account for poor address calculations in Haswell...
2016-06-15 Kenneth Graunkei965: Allocate scratch space for the maximum number...
2016-06-15 Kenneth Graunkei965: Set subslice_total on Gen7/7.5 platforms.
2016-06-15 Kenneth Graunkei965: Fix shared local memory size for Gen9+.
2016-06-15 Ilia Mirkinmesa: add drawbuffer argument to ClearNamedFramebufferfi
2016-06-15 Anuj Phogatmesa: Fix region overlap conditions for rectangles...
2016-06-14 Nicolai Hähnlest/mesa: use base level size as "guess" when available
2016-06-14 Jason Ekstrandi965: Emit surface states for extra planes prior to...
2016-06-14 Nicolai Hähnlest/mesa: directly compute level=0 texture size in st_fi...
2016-06-14 Ilia Mirkinst/mesa: use buffer usage history to set dirty flags...
2016-06-14 Ilia Mirkinst/mesa: revalidate image atoms when a texture is updated
2016-06-14 Dave Airliei965/gen8: fix cull distance emission for tessellation...
2016-06-14 Dave Airliemesa/program_resource: return -1 for index if no location.
2016-06-14 Samuel Iglesias... i965/gs/scalar: Fix load input for doubles
2016-06-14 Samuel Iglesias... i965/fs: fix offset when loading double vector input...
2016-06-14 Samuel Iglesias... i965/fs: fix FS_OPCODE_CINTERP for unpacked double...
2016-06-14 Dave Airliei965: don't use NumLayers for 3D textures.
2016-06-14 Jason Ekstrandi965/fs Add a wm_prog_data bit for has_side_effects
2016-06-14 Francisco JerezRevert "i965/fs: Allow scalar source regions on SNB...
2016-06-14 Francisco Jerezi965/vec4: Fix cmod propagation not to propagate non...
2016-06-10 Dave Airliemesa/get: return correct value for layer provoking...
2016-06-10 Francisco Jerezi965/fs: Reindent emit_zip().
2016-06-10 Francisco Jerezi965/fs: Skip SIMD lowering destination zipping if...
2016-06-10 Anuj Phogatblorp: Fix 16x multisample scaled blits
2016-06-10 Dave Airliemesa/copyimage: report INVALID_VALUE for missing cube...
2016-06-10 Dave Airliemesa/copyimage: fix num samples check to handle renderb...
2016-06-10 Nanley Cherymesa/extensions: Fix ES1 extension reporting
2016-06-02 Mauro Rossiisl: add support for Android libmesa_isl static library
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
2016-06-02 Jordan Justenglsl: Add glsl LowerCsDerivedVariables option
next