mesa.git
2019-08-21 Kevin Strasseregl: Handle dri configs with floating point pixel data
2019-08-21 Kevin Strasserdri: Handle configs with floating point pixel data
2019-08-21 Kevin Strasserglx: Add fields for color shifts
2019-08-21 Kevin Strasseregl: Convert configs to use shifts and sizes instead...
2019-08-21 Kevin Strasserutil: move bitcount to bitscan.h
2019-08-21 Kevin Strasserdri: Add config attributes for color channel shift
2019-08-21 Kevin Strassergallium: Use consistent approach for config format...
2019-08-21 Kevin Strasseri965: Add helper function for allowed config formats
2019-08-21 Kevin Strasserdrm-uapi: Update headers for fp16 formats
2019-08-21 Andres Rodriguezradv: add RADV_DEBUG=allentrypoints
2019-08-21 Alyssa Rosenzweigpanfrost: Fix PIPE_BUFFER spacing
2019-08-21 Alyssa Rosenzweigpanfrost: Implement depth range clipping
2019-08-21 Alyssa Rosenzweigpanfrost: Don't bail on PIPE_BUFFER
2019-08-21 Alyssa Rosenzweigpan/midgard: Identify and disassemble indirect texture...
2019-08-21 Alyssa Rosenzweigpan/midgard: Breakout texture reg select printer
2019-08-21 Alyssa Rosenzweigpanfrost: Pass stream_output_info by reference
2019-08-21 Alyssa Rosenzweigpanfrost: Guard against NULL rasterizer explicitly
2019-08-21 Alyssa Rosenzweigpan/bifrost: Correct file size signedness
2019-08-21 Alyssa Rosenzweigpanfrost: Fix missing ret assignment in DRM code
2019-08-21 Alyssa Rosenzweigpanfrost: Hoist bo != NULL check before dereference
2019-08-21 Alyssa Rosenzweigpanfrost: Hoist job != NULL check
2019-08-21 Alyssa Rosenzweigpanfrost: Prevent potential integer overflow in instancing
2019-08-21 Alyssa Rosenzweigpanfrost: Clarify intention with PIPE_SWIZZLE_X check
2019-08-21 Alyssa Rosenzweigpanfrost: Pay attention to framebuffer dimension sign
2019-08-21 Alyssa Rosenzweigpan/midgard: Mark fallthrough explicitly
2019-08-21 Alyssa Rosenzweigpanfrost: Don't check reads_point_coord
2019-08-21 Alyssa Rosenzweigpan/midgard: Simplify contradictory check.
2019-08-21 Alyssa Rosenzweigpan/midgard: Reorder bits check to fix 8-bit masks
2019-08-21 Alyssa Rosenzweigpan/midgard: Represent unused nodes by ~0
2019-08-21 Alyssa Rosenzweigpan/bifrost: Avoid buffer overflow in disassembler
2019-08-21 Alyssa Rosenzweigpan/decode: Remove all_zero
2019-08-21 Alyssa Rosenzweigpan/decode: Don't leak FBD pointer
2019-08-21 Alyssa Rosenzweigpan/midgard: Allocate `dependencies` on stack
2019-08-21 Alyssa Rosenzweigpan/midgard: Free liveness info
2019-08-21 Jason Ekstrandv3d: Use the correct opcodes for signed image min/max
2019-08-21 Jason Ekstrandintel/nir: Add a helper for getting BRW_AOP from an...
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-21 Alyssa Rosenzweigpan/decode: Cleanup mali_attr printing
2019-08-21 Alyssa Rosenzweigpan/decode: Validate attribute/varying buffer pointer
2019-08-21 Alyssa Rosenzweigpan/decode: Include address in union mali_attr
2019-08-21 Alyssa Rosenzweigpan/decode: Use concise texture printing
2019-08-21 Alyssa Rosenzweigpanfrost: Break up usage2 field
2019-08-21 Alyssa Rosenzweigpan/decode: Pretty-print sRGB format
2019-08-21 Alyssa Rosenzweigpanfrost: Remove ancient TODO
2019-08-21 Alyssa Rosenzweigpanfrost: nr_mipmap_levels -> levels
2019-08-21 Alyssa Rosenzweigpan/decode: Validate texture dimensionality
2019-08-21 Alyssa Rosenzweigpan/decode: Break out pandecode_texture function
2019-08-21 Alyssa Rosenzweigpan/decode: Guard texture unknowns as zero trips
2019-08-21 Alyssa Rosenzweigpan/decode: Use GLSL style formats/swizzles
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print the default swizzle
2019-08-21 Alyssa Rosenzweigpan/decode: Validate swizzles against format
2019-08-21 Alyssa Rosenzweigpan/decode: Treat RESERVED swizzles as errors
2019-08-21 Alyssa Rosenzweigpan/decode: Handle VARYING_DISCARD
2019-08-21 Alyssa Rosenzweigpanfrost: Don't trip the prefix magic field
2019-08-21 Alyssa Rosenzweigpan/decode: Guard attribute unknowns
2019-08-21 Alyssa Rosenzweigpanfrost: Don't crash on GL_CLAMP
2019-08-21 Alyssa Rosenzweigpanfrost: Do not expose PIPE_CAP_TEXTURE_MIRROR_CLAMP
2019-08-21 Alyssa Rosenzweigpanfrost: Fix scoreboarding with dependency on job #0
2019-08-21 Alyssa Rosenzweigpan/decode: Normalize final instances of XXX
2019-08-21 Alyssa Rosenzweigpan/decode: Normalize case matching XXX format
2019-08-21 Alyssa Rosenzweigpan/decode: Mark tripped zeroes with XXX
2019-08-21 Alyssa Rosenzweigpan/decode: Check for MFBD preload chicken bit
2019-08-21 Alyssa Rosenzweigpan/decode: Validate AFBC fields are zero when AFBC...
2019-08-21 Alyssa Rosenzweigpan/decode: Do not print uniform/buffers explicitly
2019-08-21 Alyssa Rosenzweigpan/decode: Add static bounds checking utility
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print unreferenced attribute memory
2019-08-21 Alyssa Rosenzweigpan/decode: Check for a number of potential issues
2019-08-21 Alyssa Rosenzweigpanfrost: Correct polygon size computations
2019-08-21 Alyssa Rosenzweigpanfrost: Remove DRY_RUN
2019-08-21 Alyssa Rosenzweigpan/decode: Print "just right" count of texture pointers
2019-08-21 Alyssa Rosenzweigpan/decode: Verify and omit polygon size
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_tiler.c outside of Gallium
2019-08-21 Alyssa Rosenzweigpan/decode: Bounds check polygon list and tiler heap
2019-08-21 Alyssa Rosenzweigpan/decode: Allow updating mmaps
2019-08-21 Alyssa Rosenzweigpan/decode: Express tiler structures as offsets
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print zero exception_status
2019-08-21 Alyssa Rosenzweigpan/decode: Fix missing NULL terminator
2019-08-21 Alyssa Rosenzweigpan/decode: Silence workgroups_x_shift_2
2019-08-21 Alyssa Rosenzweigpanfrost: Implement workgroups_x_shift_2 quirk
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print canonical workgroup encoding
2019-08-21 Alyssa Rosenzweigpanfrost: Set workgroups z to 32 for non-instanced...
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_invocation to shared panfrost/
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print MALI_DRAW_NONE
2019-08-21 Alyssa Rosenzweigpan/decode: Eliminate DYN_MEMORY_PROP
2019-08-21 Alejandro Piñeiroi965: Enable OpenGL 4.6 for Gen8+
2019-08-21 Alejandro Piñeiromesa/version: uncomment SPIR-V extensions
2019-08-21 Alejandro Piñeiroi965: enable ARB_gl_spirv extension and ARB_spirv_exten...
2019-08-21 Tomeu Vizosopanfrost/ci: Print load stats
2019-08-21 Tomeu Vizosopanfrost/ci: Install qemu-arm-static into chroot
2019-08-21 Tomeu Vizosopanfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK
2019-08-21 Tomeu Vizosopanfrost/ci: Print bootstrap log
2019-08-21 Tomeu Vizosopanfrost/ci: Use Volt-based runner for dEQP tests
2019-08-21 Samuel Pitoisetradv: implement VK_AMD_shader_core_properties2
2019-08-21 Samuel Pitoisetradv: force enable VK_AMD_shader_ballot for Wolfenstein...
2019-08-21 Samuel Pitoisetradv: add a new debug option called RADV_DEBUG=noshader...
2019-08-21 Samuel Pitoisetradv: allow to enable VK_AMD_shader_ballot only on...
2019-08-21 Danylo Piliaievnir/loop_analyze: Treat do{}while(false) loops as 0...
2019-08-21 Danylo Piliaievnir/loop_unroll: Prepare loop for unrolling in wrapper_...
2019-08-21 Danylo Piliaievnir/loop_unroll: Update the comments for loop_prepare_f...
2019-08-21 Bas Nieuwenhuizenradv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.
next