aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Move panfrost_translate_texture_typeAlyssa Rosenzweig2020-07-092-26/+27
* panfrost: Handle PIPE_FORMAT_S8_UINTAlyssa Rosenzweig2020-07-092-0/+10
* panfrost: Handle PIPE_FORMAT_X24S8_UINTAlyssa Rosenzweig2020-07-092-1/+10
* panfrost: Move scoreboarding routines to commonAlyssa Rosenzweig2020-07-096-6/+9
* panfrost: Drop batch from scoreboard routinesAlyssa Rosenzweig2020-07-095-34/+37
* panfrost: Pass polygon_list to tiler init functionAlyssa Rosenzweig2020-07-093-6/+7
* panfrost: Factor out scoreboarding stateAlyssa Rosenzweig2020-07-095-55/+89
* panfrost: Move pool routines to common codeAlyssa Rosenzweig2020-07-0911-26/+13
* panfrost: Drop Gallium-local pan_bo_create wrapperAlyssa Rosenzweig2020-07-097-32/+20
* panfrost: Move debug flags into the deviceAlyssa Rosenzweig2020-07-098-53/+54
* panfrost: Expose pool-based allocation APIAlyssa Rosenzweig2020-07-098-43/+41
* panfrost: Track the device through the poolAlyssa Rosenzweig2020-07-093-4/+8
* panfrost: Allocate pool BOs against the poolAlyssa Rosenzweig2020-07-091-5/+8
* panfrost: Introduce pan_pool structAlyssa Rosenzweig2020-07-094-31/+74
* docs/features: Track PanfrostAlyssa Rosenzweig2020-07-091-41/+41
* docs: fix a bunch of typosEric Engestrom2020-07-096-12/+12
* glsl: declare gl_Layer/gl_ViewportIndex/gl_ViewportMask as vs builtinsPierre-Eric Pelloux-Prayer2020-07-091-50/+55
* turnip: fix active_desc_sets not being set for compute pipelineJonathan Marek2020-07-091-0/+2
* docs: add some missing stuff to sourcetree.rstMiklós Máté2020-07-091-25/+78
* docs: update calendar and link releases notes for 20.1.3Eric Engestrom2020-07-092-3/+3
* docs: add release notes for 20.1.3Eric Engestrom2020-07-091-0/+244
* glsl: only allow 32 bits atomic operations on imagesPierre-Eric Pelloux-Prayer2020-07-091-0/+44
* glsl: don't expose imageAtomicIncWrap for signed imagePierre-Eric Pelloux-Prayer2020-07-091-15/+29
* ac/llvm: remove the -1 hack from ac_atomic_inc_wrapPierre-Eric Pelloux-Prayer2020-07-091-10/+0
* glsl: reject size1x8 for image variable with floating-point data typesPierre-Eric Pelloux-Prayer2020-07-091-5/+7
* gitlab-ci: Remove left-behind rules:Tomeu Vizoso2020-07-091-2/+2
* radv: compute prim_vertex_count at draw timeSamuel Pitoiset2020-07-093-27/+31
* radv: adjust IA_MULTI_VGT_PARAM.PARTIAL_VS_WAVE at draw timeSamuel Pitoiset2020-07-092-14/+13
* radv: adjust IA_MULTI_VGT_PARAM.WD_SWITCH_ON_EOP at draw timeSamuel Pitoiset2020-07-093-19/+14
* radv: store the primitive topology hardware value in the pipelineSamuel Pitoiset2020-07-092-2/+2
* radv: implement missing VK_ACCESS_MEMORY_{READ,WRITE}_BITSamuel Pitoiset2020-07-091-0/+24
* nv50/ir: fix memset on non trivial types warningKarol Herbst2020-07-093-5/+3
* nine: remove unused varTimothy Arceri2020-07-091-1/+0
* zink: fix missing fallthrough commentTimothy Arceri2020-07-091-0/+1
* v3d: remove redefine of VG(x)Timothy Arceri2020-07-091-8/+0
* freedreno: fix missing fallthrough commentsTimothy Arceri2020-07-091-0/+1
* amd/llvm: Mark pointer function arguments as 32-byte aligned.Bas Nieuwenhuizen2020-07-083-0/+14
* glsl: don't validate array types in ir_dereference_variableMarek Olšák2020-07-081-1/+4
* radv: use bitshifts for debug enum valuesSimon Ser2020-07-081-36/+36
* freedreno/layout: layout simplifications and pitch from level 0 pitchJonathan Marek2020-07-0833-320/+177
* freedreno: add a fd_resource_pitch helperJonathan Marek2020-07-0817-76/+56
* freedreno/a2xx: fix compressed texturesJonathan Marek2020-07-081-2/+2
* docs: Document how to interact with docker containers.Eric Anholt2020-07-081-0/+32
* docs: Relax the expectations of HW CI farms.Eric Anholt2020-07-081-3/+2
* docs: Move the gitlab-ci docs to RST.Eric Anholt2020-07-085-263/+263
* docs: Move the conformance and the CI docs to a top level Testing section.Eric Anholt2020-07-082-4/+10
* docs: Move the current CI .rst doc to docs/ci/ and link to it from .gitlab-ci.Eric Anholt2020-07-083-1/+2
* nir/validate: Don't abort() until after the shader has printedJason Ekstrand2020-07-081-33/+7
* Revert "ac/surface: require that gfx8 doesn't have DCC in order to be display...Marek Olšák2020-07-081-4/+3
* zink: translate gl_FragColor to gl_FragData before ntv to fix multi-rt outputMike Blumenkrantz2020-07-082-5/+6