summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: Drop render condition check in blitterKristian H. Kristensen2019-02-111-5/+16
* freedreno/a6xx: regen headersKristian H. Kristensen2019-02-111-25/+56
* st/va/vp9: set max reference as default of VP9 reference numberLeo Liu2019-02-111-1/+6
* st/va: fix the incorrect max profiles reportLeo Liu2019-02-112-2/+3
* st/va:Add support for indirect manner by returning VA_STATUS_ERROR_OPERATION_...Guttula, Suresh2019-02-111-2/+5
* winsys/amdgpu: cs_check_space sets the minimum IB size for future IBsMarek Olšák2019-02-112-2/+23
* winsys/amdgpu: clean up IB buffer size computationMarek Olšák2019-02-111-8/+4
* winsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONSTMarek Olšák2019-02-111-2/+1
* winsys/amdgpu: use a separate fence list for syncobjsMarek Olšák2019-02-112-17/+15
* winsys/amdgpu: unify fence list codeMarek Olšák2019-02-112-59/+42
* winsys/amdgpu: don't drop manually added fence dependenciesMarek Olšák2019-02-111-2/+0
* radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák2019-02-111-2/+5
* gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák2019-02-111-1/+2
* nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocksJason Ekstrand2019-02-111-3/+2
* intel/fs: Use enumerated array assignments in fb read TXF setupJason Ekstrand2019-02-111-5/+9
* nvc0: we have 16k-sized framebuffers, fix default scissorsIlia Mirkin2019-02-101-2/+2
* panfrost: Specify supported draw modes per-contextAlyssa Rosenzweig2019-02-112-12/+11
* radv: remove alloc parameter from pipeline initDave Airlie2019-02-111-5/+2
* radv/llvm: initialise passes member.Dave Airlie2019-02-111-1/+1
* glsl: glsl to nir fix uninit class member.Dave Airlie2019-02-111-0/+1
* panfrost: Elucidate texture op scheduling commentAlyssa Rosenzweig2019-02-101-8/+1
* panfrost: Remove speculative if 0'd format bit codeAlyssa Rosenzweig2019-02-101-6/+0
* panfrost: Remove if 0'd dead codeAlyssa Rosenzweig2019-02-105-83/+0
* panfrost: Add kernel-agnostic resource managementAlyssa Rosenzweig2019-02-102-15/+172
* panfrost: Don't hardcode number of nir_ssa_defsAlyssa Rosenzweig2019-02-101-14/+14
* panfrost: Clean-up one-argument passing quirkAlyssa Rosenzweig2019-02-102-114/+112
* glsl_type: initialize offset and location to -1 for glsl_struct_fieldKarol Herbst2019-02-091-2/+2
* nouveau: Silence unhandled cap warningsKenneth Graunke2019-02-082-0/+2
* intel/compiler: use 0 as sampler in emit_mcs_fetchCaio Marcelo de Oliveira Filho2019-02-082-2/+2
* wsi: query the ICD's max dimensions instead of hard-coding themEric Engestrom2019-02-086-12/+32
* nir: Convert a bcsel with only phi node sources to a phi nodeIan Romanick2019-02-081-0/+220
* nir: Split ALU instructions in loops that read phisIan Romanick2019-02-081-0/+294
* nir: Select phi nodes using prev_block instead of continue_blockIan Romanick2019-02-081-11/+10
* nir: Refactor code that checks phi nodes in opt_peel_loop_initial_ifIan Romanick2019-02-081-16/+36
* nir: Document some fields of nir_loop_terminatorIan Romanick2019-02-081-0/+5
* intel/compiler: Silence warning about value that may be used uninitializedIan Romanick2019-02-081-1/+1
* nir: Silence zillions of unused parameter warnings in release buildsIan Romanick2019-02-081-1/+1
* i965: consider a 'base level' when calculating width0, height0, depth0Andrii Simiklit2019-02-071-1/+25
* nir: rewrite varying component packingTimothy Arceri2019-02-081-102/+254
* nir: add is_packing_supported_for_type() helperTimothy Arceri2019-02-081-15/+13
* nir: add glsl_type_is_32bit() helperTimothy Arceri2019-02-083-0/+17
* nir: add support for marking used patches when packing varyingsTimothy Arceri2019-02-081-23/+51
* st/glsl_to_nir: call nir_remove_dead_variables() after lowing local indirectsTimothy Arceri2019-02-081-0/+7
* util: move BITFIELD macros to util/macros.hTimothy Arceri2019-02-082-24/+18
* st/mesa: require RGBA2, RGB4, and RGBA4 to be renderableKarol Herbst2019-02-071-0/+2
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-0719-16/+54
* kmsro: Silence warning if missingAlyssa Rosenzweig2019-02-081-1/+0
* radv: assert that colorAttachment is valid for CmdClearAttachmentLionel Landwerlin2019-02-081-3/+1
* anv: assert that color attachment are validLionel Landwerlin2019-02-081-4/+1
* driconf: drop unused macroEric Engestrom2019-02-071-4/+0