swr/rast: fix VCVTPD2PS generation for AVX512
[mesa.git] / src /
2018-05-17 Alok Hotaswr/rast: fix VCVTPD2PS generation for AVX512
2018-05-17 Alok Hotaswr/rast: Rectlist support for GS
2018-05-17 Alok Hotaswr/rast: Remove unneeded virtual from methods
2018-05-17 Stefan Schakebroadcom/vc4: Native fence fd support
2018-05-17 Stefan Schakebroadcom/vc4: Store job fence in syncobj
2018-05-17 Stefan Schakebroadcom/vc4: Detect syncobj support
2018-05-17 Eric Anholtv3d: Add support for glSampleMask / glSampleCoverage.
2018-05-17 Eric Anholtv3d: Enable NaN propagation in the VS and CS as well.
2018-05-17 Nanley Cheryi965/blorp: Disable BLORP clear color updates
2018-05-17 Nanley Cheryintel/blorp: Add a NO_UPDATE_CLEAR_COLOR batch flag
2018-05-17 Nanley Cheryi965/blorp: Also skip the fast clear if the clear color...
2018-05-17 Nanley Cheryi965/clear: Drop a stale comment in fast_clear_depth
2018-05-17 Nanley Cheryi965: Update the indirect buffer in set_clear_color
2018-05-17 Nanley Cheryi965/clear: Remove an early return in fast_clear_depth
2018-05-17 Nanley Cheryi965: Use set_clear_color for depth miptrees
2018-05-17 Nanley CheryRevert "i965: Make the miptree clear color setter take...
2018-05-17 Nanley Cheryi965/miptree: Unify aux buffer allocation
2018-05-17 Nanley Cheryi965: Prepare to delete intel_miptree_alloc_ccs()
2018-05-17 Nanley Cheryi965/miptree: Drop the mt param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Drop the alloc_flags param from alloc_aux...
2018-05-17 Nanley Cheryi965/miptree: Drop the name param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Initialize the indirect clear color to...
2018-05-17 Nanley Cheryi965/miptree: Add and use a memset option in alloc_aux_...
2018-05-17 Nanley Cheryi965/miptree: Zero-initialize CCS_D buffers
2018-05-17 Nanley Cheryi965/miptree: Fix handling of uninitialized MCS buffers
2018-05-17 Samuel Pitoisetradv: only declare the ESGS rings for pre GFX9 chips
2018-05-17 Samuel Pitoisetradv: allow to print GPU info with RADV_DEBUG=info
2018-05-17 Samuel Pitoisetradv: do not emit unnecessary ES output stores
2018-05-17 Samuel Pitoisetradv: do not emit unnecessary GS output stores
2018-05-17 Samuel Pitoisetradv: only pass the global BO list at submit time if...
2018-05-17 Samuel Pitoisetradv: remove the radv_finishme() when compiling shaders
2018-05-17 Samuel Pitoisetradv: remove radv_device::llvm_supports_spill
2018-05-17 Timothy Arcerimesa: add glUniform*ui{v} support to display lists
2018-05-17 Dieter Nützelradeonsi: create .gitignore
2018-05-17 Dave Airlieac/llvm: use amdgcn.tbuffer.store instead of SI.tbuffer...
2018-05-16 Eric Anholtv3d: Fix wiring filters to NEAREST for 32-bit texture...
2018-05-16 Eric Anholtv3d: Enable the driver by default.
2018-05-16 Eric Anholtv3d: Rename driver functions from vc5 to v3d.
2018-05-16 Eric Anholtv3d: Rename the driver files from "vc5" to "v3d".
2018-05-16 Eric Anholtv3d: Rename the vc5_dri.so driver to v3d_dri.so.
2018-05-16 Eric Anholtv3d: Switch the vc5 driver to using the finalized V3D...
2018-05-16 Charmaine Leesvga: fix incompatible bind flags at buffer validation...
2018-05-16 jenny.q.caomesa: cast the GLenum16 to GLint to avoid compile warni...
2018-05-16 Stuart Youngetnaviv: Fix missing rnndb file in tarballs
2018-05-15 Matthias Großgallium/hud: add frametime graph (v2)
2018-05-15 Jan Veselyeg/compute: Use reference counting to handle compute...
2018-05-15 Roland Scheideggergallivm: Use alloca_undef with array type instead of...
2018-05-15 Dieter Nützelradv: add generated files to .gitignore(s)
2018-05-15 Samuel Pitoisetspirv: fix visiting inner loops with same break/continu...
2018-05-15 Rob Clarkmesa/st: handle vert_attrib_mask in nir case too
2018-05-15 Marek Olšákcso: check count == 0 in cso_set_vertex_buffers
2018-05-15 Rob Clarkvc5: use util_copy_framebuffer_state
2018-05-15 Rob Clarkvc4: use util_copy_framebuffer_state
2018-05-15 Rob Clarkfreedreno/a5xx: remove fd5_shader_stateobj
2018-05-15 Rob Clarkfreedreno/a4xx: remove fd4_shader_stateobj
2018-05-15 Rob Clarkfreedreno/a3xx: remove fd3_shader_stateobj
2018-05-15 Rob Clarkfreedreno: fence should hold a ref to pipe
2018-05-15 Rob Clarkfreedreno: batch cache doesn't hold a ref to batch
2018-05-15 Eric Engestrommeson: fix copyright symbol
2018-05-15 Juan A. Suarez Romeroautotools, meson: add tileset.h
2018-05-15 Thomas Hellstromst/xa: Bump minor
2018-05-15 Dave Airlievirgl: enable vertex streams when glsl level is high...
2018-05-15 Kai Wasserbächopencl: autotools: Fix linking order for OpenCL target
2018-05-14 Samuel Pitoisetradv: reduce the number of parameters export by the...
2018-05-14 Samuel Pitoisetradv: scan the geometry shader output usage mask
2018-05-14 Samuel Pitoisetradv: run the shader info pass before emitting the...
2018-05-14 Samuel Pitoisetradv: check that layout isn't NULL in radv_nir_shader_i...
2018-05-14 Jason Ekstrandintel/blorp: Use linear formats for CCS_E clear colors...
2018-05-14 Bas Nieuwenhuizenradv: Disable texel buffers with A2 SNORM/SSCALED/SINT...
2018-05-14 Bas Nieuwenhuizenradv: Fix up 2_10_10_10 alpha sign.
2018-05-14 Bas Nieuwenhuizenradv: Add support for IMG_DATA_FORMAT_32_32_32.
2018-05-14 Bas Nieuwenhuizenradv: Translate logic ops.
2018-05-14 Bas Nieuwenhuizenradv: Fix multiview queries.
2018-05-14 Eric Engestrommeson: remove dependency antipattern
2018-05-14 Samuel Pitoisetradv: remove useless check in radv_create_shaders()
2018-05-14 Samuel Pitoisetradv: allow to dump the GS copy shader with RADV_DEBUG...
2018-05-14 Samuel Pitoisetradv: move {load,store}_var intrinsics scanning in...
2018-05-14 jenny.q.caoandroid: change include "cutils/log.h" to "log/log...
2018-05-14 Roland Scheideggerllvmpipe: Fix random number generation for unit tests
2018-05-13 Dave Airlieradv: use compute path for multi-layer images.
2018-05-13 Dave Airlieradv: resolve all layers in compute resolve path.
2018-05-13 Dave Airlieradv/resolve: do fmask decompress on all layers.
2018-05-13 Rhys Perrynvc0: fix setting of subpixel precision during conserva...
2018-05-13 Rhys Perryanv,nir: add generated files to .gitignore(s)
2018-05-13 Marek Olšákgallium: remove aux_vertex_buffer_slot code
2018-05-12 Timothy Arceriradv: add initial support for VK_PIPELINE_CREATE_DISABL...
2018-05-12 Vinson Leescons: Add PROGRAM_NIR_FILES.
2018-05-12 Timothy Arcerist/nir: use NIR for asm programs
2018-05-12 Timothy Arcerist/nir: make st_nir_opts() available externally
2018-05-11 Boyuan Zhangradeon/vce: add firmware support for ver 53 and up
2018-05-11 Rob Clarketnaviv: remove pipe_fence_handle::ctx
2018-05-11 George Kyriazisswr/rast: Thread locked tiles improvement
2018-05-11 George Kyriazisswr/rast: Add Builder::GetVectorType()
2018-05-11 George Kyriazisswr/rast: Prepend the console output with a newline
2018-05-11 George Kyriazisswr/rast: Add ConcatLists()
2018-05-11 George Kyriazisswr/rast: Add constant initializer for uint64_t
2018-05-11 George Kyriazisswr/rast: Use binner topology to assemble backend attri...
2018-05-11 George Kyriazisswr/rast: Change formatting
2018-05-11 Ville Syrjälämeson: Fix build for egl platform_x11 with dri3
2018-05-11 Samuel Pitoisetradv: move ac_build_if_state on top of radv_nir_to_llvm.c
next