aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-175/+1
* 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-102-1/+5
* 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
* 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-092-0/+2
* 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-092-2/+19
* llvmpipe: enable driver side multi draw indirectDave Airlie2020-01-091-1/+2
* gallium/util: add multi_draw_indirect to util_draw_indirect.Dave Airlie2020-01-091-9/+13
* mesa: Prevent _MaxLevel from being less than zeroThong Thai2020-01-081-1/+1
* ac: add ac_build_s_endpgmMarek Olšák2020-01-082-0/+7
* ac: add 128-bit bitcountMarek Olšák2020-01-082-0/+12
* ac/gpu_info: add pc_lines and use it in radeonsiMarek Olšák2020-01-083-1/+5
* ac: unify primitive export codeMarek Olšák2020-01-084-113/+78
* ac: unify build_sendmsg_gs_alloc_reqMarek Olšák2020-01-084-48/+31
* radeonsi: clean up messy si_emit_rasterizer_prim_stateMarek Olšák2020-01-085-39/+30
* radeonsi: determine accurately if line stippling is enabled for performanceMarek Olšák2020-01-083-4/+17