aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl/gbm: Fix config validationRobin Murphy2019-10-011-2/+4
* haiku: fix Mesa buildKen Mays2019-10-014-31/+21
* gitlab-ci: Set ccache path for cross compilers in meson cross fileMichel Dänzer2019-10-012-1/+3
* docs/relnotes: add support for GL_ARB_gl_spirv, GL_ARB_spirv_extensions and O...Andres Gomez2019-10-011-0/+3
* egl: Fix implicit declaration of ffsKevin Strasser2019-09-301-0/+1
* intel/tools: Fix aubinator usage of rb_tree.Rafael Antognolli2019-09-301-2/+2
* docs/relnotes: Add EXT_demote_to_helper_invocation support on iris, i965Caio Marcelo de Oliveira Filho2019-09-301-0/+1
* i965: Enable EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-301-0/+2
* iris: Enable EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-301-0/+1
* gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATIONCaio Marcelo de Oliveira Filho2019-09-304-0/+6
* glsl: Add helperInvocationEXT() builtinCaio Marcelo de Oliveira Filho2019-09-304-0/+48
* glsl: Parse `demote` statementCaio Marcelo de Oliveira Filho2019-09-305-1/+49
* glsl: Add ir_demoteCaio Marcelo de Oliveira Filho2019-09-3011-0/+95
* mesa: Extension boilerplate for EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-304-0/+5
* iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.Kenneth Graunke2019-09-301-2/+6
* docs/install: drop autotools referencesEric Engestrom2019-09-301-12/+4
* meson: Test for -Wl,--build-id=sha1Maya Rashish2019-09-301-4/+2
* docs: remove stray newlineDylan Baker2019-09-301-2/+1
* docs: use https for mesonbuild.comDylan Baker2019-09-301-4/+4
* docs: update install docs for mesonDylan Baker2019-09-301-9/+5
* ac/nir: fix GLSL imageSamples()Marek Olšák2019-09-301-24/+4
* ac: add ac_build_image_get_sample_count from radeonsiMarek Olšák2019-09-303-17/+28
* ac/surface: don't allocate FMASK if there is no graphicsMarek Olšák2019-09-301-2/+3
* tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodesMarek Olšák2019-09-301-0/+3
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-09-305-8/+17
* iris: Disable CCS_E for 32-bit floating point textures.Kenneth Graunke2019-09-301-1/+23
* ac: reorder and print all radeon_info fieldsMarek Olšák2019-09-302-19/+53
* ac: set the number of SDPs same as the number of TCCsMarek Olšák2019-09-301-13/+3
* ac: fix num_good_cu_per_sh for harvested chipsMarek Olšák2019-09-301-0/+6
* radeonsi/gfx10: fix corruption for chips with harvested TCCsMarek Olšák2019-09-301-2/+6
* ac: add radeon_info::tcc_harvestedMarek Olšák2019-09-302-0/+5
* ac: fix incorrect vram_size reported by the kernelMarek Olšák2019-09-301-2/+10
* radeonsi/gfx10: fix L2 cache rinse programmingMarek Olšák2019-09-301-5/+17
* etnaviv: fix bitmask typoEric Engestrom2019-09-301-1/+1
* glx: Log the filename of the drm device if we fail to open itAdam Jackson2019-09-301-1/+1
* scons/windows: Enable compute shaders when possible.pal10002019-09-301-1/+26
* pan/midgard: Allow scheduling conditions with constantsAlyssa Rosenzweig2019-09-301-4/+10
* pan/midgard: Add csel invert optimizationAlyssa Rosenzweig2019-09-303-0/+27
* pan/midgard: Add mir_flip helperAlyssa Rosenzweig2019-09-303-10/+21
* pan/midgard: Tightly pack 32-bit constantsAlyssa Rosenzweig2019-09-301-16/+113
* pan/midgard: Allow writeout to see into the futureAlyssa Rosenzweig2019-09-301-1/+40
* pan/midgard: Allow 6 instructions per bundleAlyssa Rosenzweig2019-09-301-2/+3
* pan/midgard: Only one conditional per bundle allowedAlyssa Rosenzweig2019-09-301-0/+16
* pan/midgard: Schedule to smul/saddAlyssa Rosenzweig2019-09-301-0/+5
* pan/midgard: Extend choose_instruction for scalar unitsAlyssa Rosenzweig2019-09-301-0/+4
* pan/midgard: Don't double check SCALAR unitsAlyssa Rosenzweig2019-09-301-4/+0
* pan/midgard: Use new schedulerAlyssa Rosenzweig2019-09-303-678/+130
* pan/midgard: Add distance metric to choose_instructionAlyssa Rosenzweig2019-09-301-0/+14
* pan/midgard: Add mir_choose_alu helperAlyssa Rosenzweig2019-09-301-0/+24
* pan/midgard: Implement load/store pairingAlyssa Rosenzweig2019-09-301-55/+12