summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-11winsys/amdgpu: unify fence list codeMarek Olšák2-59/+42
2019-02-11winsys/amdgpu: don't drop manually added fence dependenciesMarek Olšák1-2/+0
2019-02-11radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-2/+5
2019-02-11gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-1/+2
2019-02-11nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocksJason Ekstrand1-3/+2
2019-02-11intel/fs: Use enumerated array assignments in fb read TXF setupJason Ekstrand1-5/+9
2019-02-10nvc0: we have 16k-sized framebuffers, fix default scissorsIlia Mirkin1-2/+2
2019-02-11panfrost: Specify supported draw modes per-contextAlyssa Rosenzweig2-12/+11
2019-02-11radv: remove alloc parameter from pipeline initDave Airlie1-5/+2
2019-02-11radv/llvm: initialise passes member.Dave Airlie1-1/+1
2019-02-11glsl: glsl to nir fix uninit class member.Dave Airlie1-0/+1
2019-02-10panfrost: Elucidate texture op scheduling commentAlyssa Rosenzweig1-8/+1
2019-02-10panfrost: Remove speculative if 0'd format bit codeAlyssa Rosenzweig1-6/+0
2019-02-10panfrost: Remove if 0'd dead codeAlyssa Rosenzweig5-83/+0
2019-02-10panfrost: Add kernel-agnostic resource managementAlyssa Rosenzweig2-15/+172
2019-02-10panfrost: Don't hardcode number of nir_ssa_defsAlyssa Rosenzweig1-14/+14
2019-02-10panfrost: Clean-up one-argument passing quirkAlyssa Rosenzweig2-114/+112
2019-02-09glsl_type: initialize offset and location to -1 for glsl_struct_fieldKarol Herbst1-2/+2
2019-02-08nouveau: Silence unhandled cap warningsKenneth Graunke2-0/+2
2019-02-08intel/compiler: use 0 as sampler in emit_mcs_fetchCaio Marcelo de Oliveira Filho2-2/+2
2019-02-08wsi: query the ICD's max dimensions instead of hard-coding themEric Engestrom6-12/+32
2019-02-08nir: Convert a bcsel with only phi node sources to a phi nodeIan Romanick1-0/+220
2019-02-08nir: Split ALU instructions in loops that read phisIan Romanick1-0/+294
2019-02-08nir: Select phi nodes using prev_block instead of continue_blockIan Romanick1-11/+10
2019-02-08nir: Refactor code that checks phi nodes in opt_peel_loop_initial_ifIan Romanick1-16/+36
2019-02-08nir: Document some fields of nir_loop_terminatorIan Romanick1-0/+5
2019-02-08intel/compiler: Silence warning about value that may be used uninitializedIan Romanick1-1/+1
2019-02-08nir: Silence zillions of unused parameter warnings in release buildsIan Romanick1-1/+1
2019-02-07i965: consider a 'base level' when calculating width0, height0, depth0Andrii Simiklit1-1/+25
2019-02-08nir: rewrite varying component packingTimothy Arceri1-102/+254
2019-02-08nir: add is_packing_supported_for_type() helperTimothy Arceri1-15/+13
2019-02-08nir: add glsl_type_is_32bit() helperTimothy Arceri3-0/+17
2019-02-08nir: add support for marking used patches when packing varyingsTimothy Arceri1-23/+51
2019-02-08st/glsl_to_nir: call nir_remove_dead_variables() after lowing local indirectsTimothy Arceri1-0/+7
2019-02-08util: move BITFIELD macros to util/macros.hTimothy Arceri2-24/+18
2019-02-07st/mesa: require RGBA2, RGB4, and RGBA4 to be renderableKarol Herbst1-0/+2
2019-02-07gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst19-16/+54
2019-02-08kmsro: Silence warning if missingAlyssa Rosenzweig1-1/+0
2019-02-08radv: assert that colorAttachment is valid for CmdClearAttachmentLionel Landwerlin1-3/+1
2019-02-08anv: assert that color attachment are validLionel Landwerlin1-4/+1
2019-02-07driconf: drop unused macroEric Engestrom1-4/+0
2019-02-07panfrost: Include glue for out-of-tree legacy codeAlyssa Rosenzweig5-7/+29
2019-02-07panfrost: Check in sources for command streamAlyssa Rosenzweig22-5/+5441
2019-02-07panfrost: Use u_pipe_screen_get_param_defaultsAlyssa Rosenzweig1-151/+6
2019-02-07kmsro: Move DRM entrypoints to shared blockAlyssa Rosenzweig1-10/+8
2019-02-06nvc0: add compute invocation counterRhys Perry8-4/+207
2019-02-06gm107/ir: add fp64 rsqKarol Herbst3-3/+128
2019-02-06gm107/ir: add fp64 rcpKarol Herbst3-4/+270
2019-02-06gk104/ir: Use the new rcp/rsq in libraryKarol Herbst3-15/+334
2019-02-06gk110/ir: Use the new rcp/rsq in libraryBoyan Ding5-0/+42