aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* radeonsi: test polygon mode enablement accuratelyMarek Olšák2020-01-081-2/+4
* radeonsi: fix context roll tracking in si_emit_shader_vsMarek Olšák2020-01-081-3/+3
* radeonsi: fix monolithic pixel shaders with two-sided colors and SampleMaskInMarek Olšák2020-01-081-2/+2
* ac/gpu_info: always use distributed tessellation on gfx10Marek Olšák2020-01-081-2/+2
* gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)Marek Olšák2020-01-087-31/+113
* gallium/cso_context: move non-vbuf vertex buffer and element code into helpersMarek Olšák2020-01-081-24/+43
* gallium: put u_vbuf_get_caps return values into u_vbuf_capsMarek Olšák2020-01-085-22/+28
* etnaviv: remove unnecessary vertex_elements_state_create error checkingJonathan Marek2020-01-081-17/+3
* etnaviv: implement gl_VertexID/gl_InstanceIDJonathan Marek2020-01-084-0/+21
* etnaviv: HALTI2+ instanced drawJonathan Marek2020-01-085-11/+28