summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-17docs/meson.html: fix numerous issues spotted by xmllintmeson-windowsDylan Baker1-3/+2
2018-05-17meson: Add support for wrapping llvmDylan Baker4-59/+154
2018-05-17meson: Don't check for posix_memalign on windowsDylan Baker1-2/+11
2018-05-17meson: fix graw tests when building against gdiDylan Baker1-1/+8
2018-05-17meson: fix gallium-osmesa to build for windowsDylan Baker2-3/+18
2018-05-17meson: build graw-gdi targetDylan Baker2-1/+39
2018-05-17meson: build libgl-gdi targetDylan Baker2-0/+45
2018-05-17meson: build wgl state trackerDylan Baker2-0/+53
2018-05-17meson: build gallium gdi winsysDylan Baker2-0/+33
2018-05-17meson: Add necessary defines for mesa_gallium on windowsDylan Baker1-2/+10
2018-05-17meson: Add windows defines to glapiDylan Baker4-4/+38
2018-05-17meson: don't build shader cache on windowsDylan Baker1-1/+1
2018-05-17meson: add windows compiler checks and librariesDylan Baker1-44/+82
2018-05-17meson: don't allow glvnd on windowsDylan Baker1-1/+3
2018-05-17meson: don't build glx or dri by default on windowsDylan Baker1-3/+7
2018-05-17meson: Add a platform for windowsDylan Baker2-2/+9
2018-05-17meson: build getopt when using msvcDylan Baker2-0/+34
2018-05-17meson: fix dl detection on non cygwin windowsDylan Baker1-2/+2
2018-05-17glsl: fix general_ir_test with mingwDylan Baker1-7/+7
2018-05-17glapi: export glapi_destroy_multithread when building shared-glapi on windowsDylan Baker1-1/+1
2018-05-17gallium: fix ddebug on windowsDylan Baker2-1/+11
2018-05-17meson: add a expat subprojectDylan Baker2-1/+11
2018-05-17meson: add a zlib subprojectDylan Baker2-1/+11
2018-05-17add a git ignore for subprojectsDylan Baker1-0/+3
2018-05-17meson: always define libglapiDylan Baker1-0/+2
2018-05-17meson: don't try to build gallium/trivial on windowsDylan Baker1-1/+3
2018-05-17broadcom/vc4: Native fence fd supportStefan Schake6-11/+107
2018-05-17broadcom/vc4: Store job fence in syncobjStefan Schake3-4/+35
2018-05-17broadcom/vc4: Detect syncobj supportStefan Schake2-0/+7
2018-05-17broadcom/vc4: Bump libdrm requirementStefan Schake2-0/+8
2018-05-17drm-uapi: Update vc4 header with syncobj submit supportStefan Schake1-3/+10
2018-05-17broadcom/vc4: Drop libdrm_vc4 requirementStefan Schake1-1/+0
2018-05-17v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt7-5/+36
2018-05-17v3d: Enable NaN propagation in the VS and CS as well.Eric Anholt4-4/+12
2018-05-17i965/blorp: Disable BLORP clear color updatesNanley Chery1-2/+4
2018-05-17intel/blorp: Add a NO_UPDATE_CLEAR_COLOR batch flagNanley Chery2-2/+9
2018-05-17i965/blorp: Also skip the fast clear if the clear color differsNanley Chery1-4/+3
2018-05-17i965/clear: Drop a stale comment in fast_clear_depthNanley Chery1-4/+0
2018-05-17i965: Update the indirect buffer in set_clear_colorNanley Chery2-37/+13
2018-05-17i965/clear: Remove an early return in fast_clear_depthNanley Chery1-5/+0
2018-05-17i965: Use set_clear_color for depth miptreesNanley Chery3-19/+2
2018-05-17Revert "i965: Make the miptree clear color setter take a gl_color_union"Nanley Chery3-7/+6
2018-05-17i965/miptree: Unify aux buffer allocationNanley Chery2-142/+82
2018-05-17i965: Prepare to delete intel_miptree_alloc_ccs()Nanley Chery3-15/+16
2018-05-17i965/miptree: Drop the mt param from alloc_aux_bufferNanley Chery1-5/+4
2018-05-17i965/miptree: Drop the alloc_flags param from alloc_aux_bufferNanley Chery1-15/+14
2018-05-17i965/miptree: Drop the name param from alloc_aux_bufferNanley Chery1-5/+4
2018-05-17i965/miptree: Initialize the indirect clear color to zeroNanley Chery1-11/+22
2018-05-17i965/miptree: Add and use a memset option in alloc_aux_bufferNanley Chery1-37/+31
2018-05-17i965/miptree: Zero-initialize CCS_D buffersNanley Chery1-6/+4