aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: factor out one-time-init into a helperErik Faye-Lund2020-07-141-43/+52
* gv100/ir: set ftz bit on floating point operationsKarol Herbst2020-07-142-2/+8
* meson: fix android vulkan buildEric Engestrom2020-07-145-5/+5
* tu: Don't invalidate irrelevant state when changing pipelineConnor Abbott2020-07-141-9/+1
* freedreno/a6xx: Add some documentation for shared constsConnor Abbott2020-07-143-4/+24
* freedreno/a6xx: Rename and document HLSQ_UPDATE_CNTLConnor Abbott2020-07-149-22/+130
* clover: implements clEnqueueFillBufferSerge Martin2020-07-147-16/+60
* clover: add more cl_mem_object_type to pipe_texture_target mappingSerge Martin2020-07-141-0/+7
* radv: add the custom border color BO to the list of buffersSamuel Pitoiset2020-07-141-0/+4
* freedreno/registers: Rename SP_2D_SRC_FORMATKristian H. Kristensen2020-07-144-16/+13
* freedreno/a6xx: Split clear and blit texture into different functionsKristian H. Kristensen2020-07-141-84/+98
* freedreno/a6xx: Don't take pipe_blit_info in emit_blit_dstKristian H. Kristensen2020-07-141-11/+11
* freedreno/a6xx: Program RB_UNKNOWN_8C01 in setup helperKristian H. Kristensen2020-07-141-6/+3
* freedreno/a6xx: Move CP_SET_MARKER to setup helperKristian H. Kristensen2020-07-141-6/+3
* freedreno/a6xx: Move REG_A6XX_SP_2D_SRC_FORMAT programming to helperKristian H. Kristensen2020-07-141-30/+27
* freedreno/a6xx: Program A6XX_SP_2D_SRC_FORMAT_COLOR_FORMAT based on dst formatKristian H. Kristensen2020-07-141-9/+7
* freedreno/a6xx: Make blit_control helper a little more helpfulKristian H. Kristensen2020-07-141-19/+16
* freedreno/a6xx: Enable FMT6_10_10_10_2_UNORM blittingKristian H. Kristensen2020-07-141-3/+0
* freedreno/a6xx: Separate stencil sysmem clear fixKristian H. Kristensen2020-07-141-0/+1
* freedreno/a6xx: Don't emit src state when clearingKristian H. Kristensen2020-07-141-11/+15
* freedreno/a6xx: Consolidate computing blit_cntlKristian H. Kristensen2020-07-141-5/+5
* freedreno/a6xx: Program SP_2D_SRC_FORMAT outside blit loopKristian H. Kristensen2020-07-141-23/+23
* freedreno/a6xx: Set src and dst rects outside blit loopKristian H. Kristensen2020-07-141-12/+12
* freedreno/a6xx: Don't set unknown bit when tiling differsKristian H. Kristensen2020-07-141-7/+0
* freedreno/a6xx: Split out src and dst setup helpers for blitKristian H. Kristensen2020-07-141-86/+92
* freedreno/a6xx: Move fd6_ifmt into fd6_blitter.cKristian H. Kristensen2020-07-142-68/+68
* freedreno/a6xx: Don't blit with R2D_RAWKristian H. Kristensen2020-07-142-20/+8
* turnip: drop GS clear pathJonathan Marek2020-07-143-98/+14
* turnip: clean up primitive output stateJonathan Marek2020-07-143-94/+85
* freedreno/regs: update primitive output related registersJonathan Marek2020-07-147-189/+144
* freedreno/ir3: Fix uninit var warning.Eric Anholt2020-07-141-1/+1
* freedreno/ir3_cmdline: Fix an uninit var warning.Eric Anholt2020-07-141-8/+6
* turnip: implement VK_EXT_private_dataHyunjun Ko2020-07-142-0/+60
* turnip: Use the common base object type and struct.Hyunjun Ko2020-07-1413-128/+175
* tu: Fix wrong copies of sampler descriptor.Hyunjun Ko2020-07-141-2/+2
* vulkan: Adds helpers for vk_object (de)alloation and (de)initialization.Hyunjun Ko2020-07-142-0/+59
* meson/intel: add missing dep on git_sha1.hEric Engestrom2020-07-131-1/+1
* zink: use type of src[0] for ntv store and load opsMike Blumenkrantz2020-07-131-4/+2
* zink: add lengthy comment and remove assert from discard_if ntv passMike Blumenkrantz2020-07-131-2/+43
* zink: handle ntv case of nested loop instructions more permissivelyMike Blumenkrantz2020-07-131-1/+3
* zink: use right vulkan type for GL_PRIMITIVES_GENERATED queriesMike Blumenkrantz2020-07-131-1/+1
* zink: only reset query pool on query end if current batch isn't in renderpassMike Blumenkrantz2020-07-131-44/+65
* zink: properly handle query pool overflowsMike Blumenkrantz2020-07-131-3/+12
* zink: only stall during query destroy for xfb queriesMike Blumenkrantz2020-07-131-7/+24
* zink: use #define for number of queries per-poolMike Blumenkrantz2020-07-131-4/+6
* zink: rework query handlingMike Blumenkrantz2020-07-138-81/+135
* panfrost: Fix outmods on int to float conversionsItalo Nicola2020-07-131-1/+1
* panfrost: Map PIPE_{DXT, RGTC, BPTC} to MALI_BCnAlyssa Rosenzweig2020-07-131-0/+19
* panfrost: Filter compressed texture formatsAlyssa Rosenzweig2020-07-131-0/+8
* panfrost: Pipe in compressed texture feature maskAlyssa Rosenzweig2020-07-132-0/+46