anv: fix alignments for uniform buffers
[mesa.git] / src /
2020-05-08 Lionel Landwerlinanv: fix alignments for uniform buffers
2020-05-08 Samuel Pitoisetradv: report correct backend IR in hang reports when...
2020-05-08 Samuel Pitoisetradv: do not print the LLVM version string twice in...
2020-05-08 Samuel Pitoisetradv: remove the LLVM version string when ACO is used
2020-05-08 Tapani Pällianv: call base finish only if pass given in DestroyRend...
2020-05-07 Erik Faye-Lundst/wgl: allocate and resolve msaa-textures
2020-05-07 Erik Faye-Lundst/wgl: pass st_context_iface into stw_st_framebuffer_p...
2020-05-07 Blaž Tomažičradeonsi: Fix omitted flush when moving suballocated...
2020-05-07 Daniel Schürmannaco: either copy-propagate or inline create_vector...
2020-05-07 Marek Olšákac/surface: override all offsets including metadata...
2020-05-07 Marek Olšákamd: unify code for overriding offset and stride for...
2020-05-07 Marek Olšákac/surface,radeonsi: move the set/get_umd_metadata...
2020-05-07 Marek Olšákac/surface,radeonsi: move the set/get_bo_metadata code...
2020-05-07 Marek Olšákamd: assume HTILE is always rb/pipe_aligned, remove...
2020-05-07 Marek Olšákamd: assume CMASK is always rb/pipe_aligned, remove...
2020-05-07 Marek Olšákamd: remove duplicated definitions from amdgpu_drm.h
2020-05-07 Dave Airliellvmpipe: make sample position a global array.
2020-05-07 Ian Romanicknir/algebraic: Optimize some bfe patterns
2020-05-07 Ian Romanicknir/algebraic: Split ibfe and ubfe with two constant...
2020-05-07 Ian Romanicknir/algebraic: Recognize open-coded byte or word extrac...
2020-05-07 Jan Zielinskigallium/swr: Fix crashes in sampling code
2020-05-07 Tomeu Vizosopanfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_...
2020-05-07 Tomeu Vizosopanfrost: Don't trample on top of Bifrost-specific...
2020-05-07 Alyssa Rosenzweigpan/decode: Fix flags_hi printing
2020-05-07 Tomeu Vizosopanfrost: Add checksum BOs to batch
2020-05-07 Lionel Landwerlinanv: don't expose VK_INTEL_performance_query without...
2020-05-07 Connor Abbotttu: Support pipelines without a fragment shader
2020-05-07 Erik Faye-Lundutil/os_memory: never use os_memory_debug.h
2020-05-07 Jose Maria Casanov... v3d: Include supported DXT formats to enable s3tc/dxt...
2020-05-07 Jose Maria Casanov... v3d: Fix swizzle in DXT3 and DXT5 formats
2020-05-07 Pierre Moreauclover/nir: Check the result of spirv_to_nir
2020-05-07 Rhys Perrynir: make fsat return 0.0 with NaN instead of passing...
2020-05-07 Rhys Perrycompiler/spirv: flag nclamp/nmin/nmax as exact
2020-05-07 Elie Tourniervirgl: Enable CAP_CLEAR_TEXTURE if host supports it
2020-05-07 Elie Tourniervirgl: implement ARB_clear_texture
2020-05-07 Gert Wollnyr600: Fix warning regarding mixing enums and unsigned...
2020-05-07 Gert Wollnyr600: remove some unused variables to silence warnings
2020-05-07 Gert Wollnyr600/sb: replace memset by using member initialization...
2020-05-07 Gert Wollnyr600: remove unused static functions
2020-05-07 Gert Wollnyr600: Annotate some case fallthroughs
2020-05-07 Arcady Goldmints... anv: increase minUniformBufferOffsetAlignment to 64
2020-05-07 Rob Clarkfreedreno/a6xx: enable tiled compressed textures
2020-05-07 Rob Clarkfreedreno/a6xx: compressed blit fixes
2020-05-07 Kristian H. Kristensenfreedreno/a6xx: Set tfetch correctly for compressed...
2020-05-07 Kristian H. Kristensenfreedreno/fdl: Align after dividing by block size
2020-05-06 Marek Olšákradeonsi: fix compilation of monolithic PS
2020-05-06 Marek Olšáktgsi_to_nir: translate non-vec4 image stores correctly
2020-05-06 Danylo Piliaievi965: Fix out-of-bounds access to brw_stage_state:...
2020-05-06 Erik Faye-Lundzink: lower b2b to b2i
2020-05-06 Samuel Pitoisetradv/winsys: do not count visible VRAM buffers twice...
2020-05-06 Samuel Pitoisetradv: display an error message if the winsys init failed
2020-05-06 Samuel Pitoisetradv: use a linked list for physical devices
2020-05-06 Samuel Pitoisetradv: don't report error with other vendor DRM devices
2020-05-06 Samuel Pitoisetradv: report INITIALIZATION_FAILED when the amdgpu...
2020-05-06 Samuel Pitoisetradv: fix a memleak if the physical device initializati...
2020-05-06 Samuel Pitoisetradv: rename radv_devices() to radv_enumerate_physical_...
2020-05-06 Samuel Pitoisetradv: cleanup radv_CreateInstance()
2020-05-06 Dave Airliellvmpipe: enable ARB_sample_shading
2020-05-06 Dave Airliellvmpipe: add min samples support to the fragment shader.
2020-05-06 Dave Airliellvmpipe: enable GL_ARB_shader_texture_image_samples
2020-05-06 Dave Airliegallivm/nir: hooks up texture samples queries
2020-05-06 Dave Airliegallivm/sample: add num samples query for txqs (v2)
2020-05-06 Dave Airliellvmpipe: enable 4x sample MSAA + texture multisample
2020-05-06 Dave Airliedrisw: add multisample support to sw dri layer.
2020-05-06 Dave Airliellvmpipe: don't choose pixel centers for multisample
2020-05-06 Dave Airliellvmpipe: choose correct position for multisample
2020-05-06 Dave Airliellvmpipe: choose multisample rasterizer functions per...
2020-05-06 Dave Airliellvmpipe: generate multisample triangle rasterizer...
2020-05-06 Dave Airliellvmpipe: fixup multisample coverage masks for covered...
2020-05-06 Dave Airliellvmpipe: build 64-bit coverage mask in rasterizer
2020-05-06 Dave Airliellvmpipe: add fixed point sample positions to scene.
2020-05-06 Dave Airliellvmpipe: add new rast api to pass full 64-bit mask.
2020-05-06 Dave Airliellvmpipe: disable opaque variant for multisample
2020-05-06 Dave Airliellvmpipe: fix multisample occlusion queries.
2020-05-06 Dave Airliellvmpipe: move color storing earlier in frag shader
2020-05-06 Dave Airliellvmpipe: pass mask store into interp for centroid...
2020-05-06 Dave Airliellvmpipe: don't allow branch to end for early Z with...
2020-05-06 Dave Airliellvmpipe: handle gl_SampleMask writing.
2020-05-06 Dave Airliellvmpipe: add multisample alpha to one support
2020-05-06 Dave Airliellvmpipe: add multisample alpha to coverage support.
2020-05-06 Dave Airliellvmpipe: hook up sample position system value
2020-05-06 Dave Airliellvmpipe: handle multisample color stores.
2020-05-06 Dave Airliellvmpipe: interpolate Z at sample points for early...
2020-05-06 Dave Airliellvmpipe: handle multisample early depth test/late...
2020-05-06 Dave Airliellvmpipe: multisample sample mask + early/late depth...
2020-05-06 Dave Airliellvmpipe: move some fs code around
2020-05-06 Dave Airliellvmpipe: add per-sample depth/stencil test
2020-05-06 Dave Airliellvmpipe: move getting mask value out of depth code...
2020-05-06 Dave Airliellvmpipe: add per-sample interpolation.
2020-05-06 Dave Airliellvmpipe: add centroid interpolation support.
2020-05-06 Dave Airliellvmpipe: pass interp location into interpolation code.
2020-05-06 Dave Airlienir/tgsi: translate the interp location
2020-05-06 Dave Airliegallivm: add mask api to force mask
2020-05-06 Dave Airliegallivm: add sample id/pos intrinsic support
2020-05-06 Dave Airliellvmpipe: add cbuf/zsbuf + coverage samples to the...
2020-05-06 Dave Airliellvmpipe: change mask input to fragment shader to 64...
2020-05-06 Dave Airliellvmpipe: add multisample bit to fragment shader key.
2020-05-06 Dave Airliellvmpipe: plumb multisample state bit into setup code.
2020-05-06 Dave Airliellvmpipe/rast: fix tile clearing for multisample color...
2020-05-06 Dave Airliellvmpipe: record sample info for color/depth buffers...
next