aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util/tests: compile to something sensible in release buildsEric Engestrom2019-02-1412-0/+24
* anv/tests: compile to something sensible in release buildsEric Engestrom2019-02-145-0/+10
* etnaviv: drop duplicate #defineEric Engestrom2019-02-141-4/+0
* st/dri: drop duplicate #defineEric Engestrom2019-02-141-4/+0
* gbm: drop duplicate #definesEric Engestrom2019-02-141-8/+0
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-1495-109/+103
* drm-uapi/README: remove explicit list of driver namesEric Engestrom2019-02-141-2/+2
* radv: fix radv_fixup_vertex_input_fetches()Samuel Pitoiset2019-02-141-1/+1
* radv: reduce the number of loaded channels for vertex input fetchesSamuel Pitoiset2019-02-141-2/+79
* radv: store vertex attribute formats as pipeline keysSamuel Pitoiset2019-02-143-3/+21
* radv: use MAX_{VBS,VERTEX_ATTRIBS} when defining max vertex input limitsSamuel Pitoiset2019-02-141-2/+2
* ac: make use of ac_build_expand_to_vec4() in visit_image_store()Samuel Pitoiset2019-02-143-8/+6
* freedreno: Use the NIR lowering for isign.Eric Anholt2019-02-142-14/+1
* intel: Use the NIR lowering for isign.Eric Anholt2019-02-143-31/+1
* v3d: Use the NIR lowering for isign instead of rolling our own.Eric Anholt2019-02-141-16/+1
* nir: Move panfrost's isign lowering to nir_opt_algebraic.Eric Anholt2019-02-144-1/+6
* nir: turn an ssa check in nir_search into an assertTimothy Arceri2019-02-141-2/+1
* nir: turn ssa check into an assertTimothy Arceri2019-02-141-3/+11
* nir: prehash instruction in nir_instr_set_add_or_rewrite()Timothy Arceri2019-02-141-4/+5
* meson: Add dependency on genxml to anvilDylan Baker2019-02-131-2/+5
* radv: always export gl_SampleMask when the fragment shader uses itSamuel Pitoiset2019-02-131-4/+4
* gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screenAlok Hota2019-02-131-0/+3
* .mailmap: Add a few more alises for myselfKristian H. Kristensen2019-02-131-0/+3
* radv/winsys: fix BO list creation when RADV_DEBUG=allbos is setSamuel Pitoiset2019-02-131-0/+1
* freedreno/a6xx: Fix point coordKristian H. Kristensen2019-02-133-8/+4
* freedreno/a6xx: Front facing needs UNK3 bitKristian H. Kristensen2019-02-131-2/+5
* freedreno/a6xx: Update headersKristian H. Kristensen2019-02-1310-83/+266
* freedreno/a6xx: Clean up mixed use of swap and swizzle for texture stateKristian H. Kristensen2019-02-132-39/+28
* freedreno/a6xx: small compiler warning fixRob Clark2019-02-131-0/+2
* get-pick-list: Add --pretty=medium to the arguments for Cc patchesDylan Baker2019-02-131-2/+2
* gitlab-ci: limit ninja to 4 threads maxEric Engestrom2019-02-131-1/+1
* mapi: work around GCC LTO dropping assembly-defined functionsKonstantin Kharlamov2019-02-135-0/+8
* nir: fix example in opt_peel_loop_initial_if descriptionCaio Marcelo de Oliveira Filho2019-02-121-3/+3
* nir/opt_if: don't mark progress if nothing changesKarol Herbst2019-02-131-0/+7
* radeonsi: Fix guardband computation for large render targetsOscar Blumberg2019-02-121-2/+28
* egl: fix KHR_partial_update without EXT_buffer_ageChia-I Wu2019-02-121-1/+6
* mesa: Advertise EXT_float_blend in ES 3.0+ contexts.Kenneth Graunke2019-02-121-0/+1
* gallium/swr: Param defaults for unhandled PIPE_CAPsAlok Hota2019-02-121-4/+3
* anv/cmd_buffer: check for NULL framebufferJuan A. Suarez Romero2019-02-121-5/+29
* radeonsi: use MEM instead of MEM_GRBM in COPY_DATA.DST_SELMarek Olšák2019-02-121-3/+3
* radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUGMarek Olšák2019-02-121-1/+3
* radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8Samuel Pitoiset2019-02-123-3/+10
* radv: add support for push constants inlining when possibleSamuel Pitoiset2019-02-125-28/+152
* radv: keep track of the number of remaining user SGPRsSamuel Pitoiset2019-02-121-0/+4
* radv: gather if shaders load dynamic offsets separatelySamuel Pitoiset2019-02-122-0/+2
* radv: gather more info about push constantsSamuel Pitoiset2019-02-124-1/+44
* radv: fix compiler issues with GCC 9Samuel Pitoiset2019-02-121-42/+48
* i965: add P0x formats and propagate required scaling factorsTapani Pälli2019-02-123-0/+17
* intel/compiler: add scale_factors to sampler_prog_key_dataTapani Pälli2019-02-123-0/+8
* dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formatsTapani Pälli2019-02-122-0/+21