aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Make implied_mrf_writes() an fs_inst method.Francisco Jerez2020-01-107-18/+17
* intel/fs/cse: Fix non-deterministic behavior due to inaccurate liveness calcu...Francisco Jerez2020-01-102-4/+4
* intel/fs: Fix nir_intrinsic_load_barycentric_at_sample for SIMD32.Francisco Jerez2020-01-101-1/+1
* intel/fs/gen8+: Fix r127 dst/src overlap RA workaround for EOT message payload.Francisco Jerez2020-01-101-5/+11
* intel/fs/gen11+: Handle ROR/ROL in lower_simd_width().Francisco Jerez2020-01-101-0/+2
* glsl: Fix software 64-bit integer to 32-bit float conversions.Francisco Jerez2020-01-101-22/+14
* aco: compact aco::span<T> to use uint16_t offset and size instead of pointer ...Daniel Schürmann2020-01-104-21/+24
* aco: compact various Instruction classesDaniel Schürmann2020-01-107-100/+99
* mesa/st: fix a memory leak in get_versionAndrii Simiklit2020-01-101-2/+3
* freedreno/drm: Fix memory leak in softpin implementationLasse Lopperi2020-01-101-0/+2
* aco: limit register usage for large work groupsRhys Perry2020-01-104-7/+33
* ac/llvm: Fix ac_build_reduce in wave32 mode.Timur Kristóf2020-01-101-6/+9
* radeonsi: release saved resources in si_compute_do_clear_or_copyPierre-Eric Pelloux-Prayer2020-01-101-0/+2
* radeonsi: release saved resources in si_compute_clear_12bytes_bufferPierre-Eric Pelloux-Prayer2020-01-101-0/+2
* radeonsi: release saved resources in si_compute_copy_imagePierre-Eric Pelloux-Prayer2020-01-101-0/+3
* radeonsi: release saved resources in si_compute_clear_render_targetPierre-Eric Pelloux-Prayer2020-01-101-0/+2
* radeonsi: release saved resources in si_compute_expand_fmaskPierre-Eric Pelloux-Prayer2020-01-101-0/+1
* radeonsi: release saved resources in si_retile_dccPierre-Eric Pelloux-Prayer2020-01-101-0/+4
* main: fix coverity error in _mesa_program_resource_find_name()Samuel Iglesias Gonsálvez2020-01-101-1/+4
* panfrost: Add negative lod bias supportIcecream952020-01-102-12/+14
* virgl/drm: update UAPIGurchetan Singh2020-01-102-53/+61
* lima: drop support for R8G8B8 formatVasily Khoruzhick2020-01-091-1/+0
* anv: Re-use flush_descriptor_sets in flush_compute_stateJason Ekstrand2020-01-091-65/+25
* anv: Flag descriptors dirty when gl_NumWorkgroups is usedJason Ekstrand2020-01-091-1/+8
* anv: Don't add dynamic state base address to push constants on Gen7Jason Ekstrand2020-01-091-14/+20
* lima: add debug flag to disable tilingVasily Khoruzhick2020-01-103-1/+4
* lima: use linear layout for shared buffers if modifier is not specifiedVasily Khoruzhick2020-01-101-1/+8
* glsl: call calculate_subroutine_compat() from the nir linkerTimothy Arceri2020-01-102-2/+2
* glsl: move calculate_subroutine_compat() to shared linker codeTimothy Arceri2020-01-103-37/+41
* glsl: call uniform resource checks from the nir linkerTimothy Arceri2020-01-102-1/+2
* glsl: move uniform resource checks into the common linker codeTimothy Arceri2020-01-103-80/+86
* glsl: call check_subroutine_resources() from the nir linkerTimothy Arceri2020-01-102-1/+2
* glsl: move check_subroutine_resources() into the shared util codeTimothy Arceri2020-01-103-15/+20
* genxml: Remove a non-existant HW bitJason Ekstrand2020-01-093-3/+0
* ir3: Set up full/half register conflicts correctlyKristian H. Kristensen2020-01-093-2/+31
* llvmpipe: add ARB_derivative_control supportDave Airlie2020-01-105-15/+18
* radeonsi/gfx9: force the micro tile mode for MSAA resolve correctly on gfx9Marek Olšák2020-01-095-4/+33
* anv: fix intel perf queries availability writesLionel Landwerlin2020-01-091-14/+5
* docs: Add release notes for 19.3.2, update calendar and home pageDylan Baker2020-01-093-9/+3
* docs: add SHA256 sums for 19.3.2Dylan Baker2020-01-091-1/+1
* docs: Add release notes for 19.3.2Dylan Baker2020-01-091-0/+138
* radeon/vcn: Handle crop parameters for encoderSatyajit Sahu2020-01-091-4/+11
* nir: fix printing of var_decl with more than 4 components.Daniel Schürmann2020-01-091-1/+1
* radv: advertise VK_AMD_shader_image_load_store_lodSamuel Pitoiset2020-01-093-0/+3
* aco: handle nir_intrinsic_image_deref_{load,store} with lodSamuel Pitoiset2020-01-091-2/+17
* amd/llvm: handle nir_intrinsic_image_deref_{load,store} with lodSamuel Pitoiset2020-01-091-2/+10
* spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset2020-01-0910-2/+57
* spirv: add SpvCapabilityImageReadWriteLodAMDSamuel Pitoiset2020-01-092-0/+5
* mesa: create program resource hash in a single placeTapani Pälli2020-01-094-6/+3
* llvmpipe: add support for ARB_indirect_parameters.Dave Airlie2020-01-094-20/+23