gallium/pb_cache: divide the cache into buckets for reducing cache misses
[mesa.git] / src / mesa /
2016-07-19 Ian Romanickst/mesa: Enable MESA_shader_integer_functions on all...
2016-07-19 Ian Romanicki965: Enable MESA_shader_integer_functions on all GLSL...
2016-07-19 Ian Romanicki965: Don't lower uaddCarry and usubBorrow in both...
2016-07-19 Ian Romanicki965: Update assertion to account for Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_find_lsb on Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_ifind_msb on Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_ufind_msb
2016-07-19 Ian Romanicki965: Always enable GL_ARB_shading_language_packing
2016-07-19 Ian Romanicki965: Move enable of EXT_shader_integer_mix
2016-07-19 Ian RomanickMESA_shader_integer_functions: Boiler plate extension...
2016-07-18 Jason Ekstrandi965: Skip update_texture_surface when the plane doesn...
2016-07-18 Anuj Phogati965/gen9: Enable KHR_texture_compression_astc_sliced_3d
2016-07-18 Anuj Phogatmesa: Add the infrastructure for KHR_texture_compressio...
2016-07-18 Iago Toral Quirogai965/tes/scalar: fix 64-bit indirect input loads
2016-07-18 Iago Toral Quirogai965/tcs/scalar: only update imm_offset for second...
2016-07-18 Kenneth Graunkei965: Move pulls_bary setting to emit_pixel_interpolato...
2016-07-18 Kenneth Graunkei965: Write gl_FragCoord directly to the destination.
2016-07-18 Kenneth Graunkei965: Drop has_pln checks in unlit centroid workaround.
2016-07-18 Kenneth Graunkei965: Drop VARYING_SLOT_FACE special case in barycentri...
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-16 Rob Clarkmesa/st: reduce size of state->st bitmask
2016-07-16 Brian Paulmesa: handle numSamples=0 in _mesa_test_proxy_teximage()
2016-07-16 Kenneth Graunkei965: Remove the emit_linterp() helper.
2016-07-16 Kenneth Graunkei965: Reduce the number of fs_reg(brw_reg) calls in...
2016-07-16 Kenneth Graunkei965: Make a barycentric_mode() helper function.
2016-07-16 Kenneth Graunkei965: Rename brw_wm_barycentric_interp_mode to brw_bary...
2016-07-16 Kenneth Graunkei965: Handle default interpolation modes and locations...
2016-07-15 Jason Ekstrandi965/context: Remove some unnecessary vfuncs
2016-07-15 Jason Ekstrandi965: Get rid of gen6_surface_state.c
2016-07-15 Jason Ekstrandi965: Use ISL for emitting buffer surface states
2016-07-15 Jason Ekstrandi965/state: Account for the element size in emit_buffer...
2016-07-15 Jason Ekstrandi965/gen4-6: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/gen6: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen7: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen7: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/gen8: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen8: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/state: Add generic surface update functions based...
2016-07-15 Jason Ekstrandi965/surface_state: Rename brw_update to gen4_update
2016-07-15 Jason Ekstrandi965/state: Use ISL for emitting image surfaces
2016-07-15 Jason Ekstrandi965/blorp: Use a generic ISL path for texture surfaces...
2016-07-15 Jason Ekstrandi965/state: Add a helper for emitting a surface state...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for texture surfac...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for texture surfac...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Add a generic ISL-based surface state emit...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the aux isl_surf...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the ISL clear...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting an isl_surf...
2016-07-15 Jason Ekstrandi965: Add an isl_device to the brw_context
2016-07-15 Brian Paulmesa: handle numLevels, numSamples in _mesa_test_proxy_...
2016-07-15 Brian Paulmesa: add proxy texture targets in _mesa_next_mipmap_le...
2016-07-15 Brian Paulmesa: add numLevels, numSamples to Driver.TestProxyTexI...
2016-07-15 Brian Paulmesa: use _mesa_clear_texture_image() in clear_texture_...
2016-07-15 Yaakov SelkowitzUse correct names for dlopen()ed files on Cygwin
2016-07-14 Christian Königst/mesa: fix reference counting bug in st_vdpau
2016-07-14 Samuel Iglesias... i965/fs: emit DIM instruction to load 64-bit immediates...
2016-07-14 Samuel Iglesias... i965/eu: set DF imm value to the source of DIM
2016-07-14 Samuel Iglesias... i965: enable the emission of the DIM instruction
2016-07-14 Timothy Arcerii965: fix compiler warnings for 32bit build
2016-07-13 Jason Ekstrandisl: Use bpb in a few places where it's more natural...
2016-07-13 Topi Pohjolaineni965/blorp: Cleanup leftovers from push constant disabling
2016-07-13 Topi Pohjolaineni965/blorp/gen7+: Bring back push constant setup
2016-07-13 Samuel Iglesias... i965/fs: do d2x lowering before simd splitting
2016-07-13 Iago Toral Quirogai965/fs: do pack lowering before simd splitting
2016-07-13 Samuel Iglesias... i965/fs: do not require force_writemask_all with exec_s...
2016-07-13 Iago Toral Quirogai965/fs/gen7: split instructions that run into exec...
2016-07-13 Iago Toral Quirogai965/fs: use the new helper function to create double...
2016-07-13 Iago Toral Quirogai965/fs: add a helper function to create double immediates
2016-07-12 Marek Olšákglsl_to_tgsi: don't use the negate modifier in integer...
2016-07-12 Ilia Mirkinmesa: set _NEW_BUFFERS when updating texture bound...
2016-07-12 Ilia Mirkinmeta/texsubimage: tex_image is always non-null, avoid...
2016-07-12 Ilia Mirkinst/mesa: return appropriate mesa format for ETC texture...
2016-07-12 Ilia Mirkinmesa: etc2 online compression is unsupported, don't...
2016-07-11 Marek Olšákst/mesa: remove st_dump_program_for_shader_db
2016-07-11 Francesco Ansanellii965: fix ignored qualifiers warning
2016-07-08 Brian Paulmesa: print number of samples in renderbuffer_storage...
2016-07-08 Nicolai Hähnlest/mesa: set debug callback async flag
2016-07-08 Nicolai Hähnlegallium: add async flag to pipe_debug_callback
2016-07-08 Kenneth Graunkemesa: Mark R*32F formats as filterable when an extensio...
2016-07-08 Eric Engestromi965/blorp: fix indentation level
2016-07-07 Francisco Jerezi965: Fix remaining flush vs invalidate race conditions...
2016-07-07 Francisco Jerezi965: Make room in the batch epilogue for three more...
2016-07-07 Francisco Jerezi965: Emit SKL VF cache invalidation W/A from brw_emit_...
2016-07-07 Francisco Jerezi965: Emit SNB write cache flush W/A from brw_emit_pipe...
2016-07-07 Gurchetan Singhmesa: Make single-buffered GLES representation internal...
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 Timothy Arcerii965: consolidate generation check
2016-07-07 Timothy Arcerii965: don't copy VS attribute work arounds for HSW+
2016-07-07 Timothy Arcerii965: add double packing support to tess stages
2016-07-07 Timothy Arcerii965: add double support packing support to gs inputs
2016-07-07 Timothy Arcerii965: add indirect packing support to gs load inputs
2016-07-07 Timothy Arcerii965: add indirect packing support for tcs and tes
2016-07-07 Timothy Arcerii965: add component packing support for tcs
2016-07-07 Timothy Arcerii965: add component packing support for tes
2016-07-07 Timothy Arcerii965: add component packing support for gs
2016-07-07 Timothy Arcerinir: use the same driver location for packed varyings
next