summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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: build getopt when using msvcDylan Baker2-0/+34
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: 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-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
2018-05-17i965/miptree: Fix handling of uninitialized MCS buffersNanley Chery1-7/+7
2018-05-17radv: only declare the ESGS rings for pre GFX9 chipsSamuel Pitoiset1-4/+10
2018-05-17radv: allow to print GPU info with RADV_DEBUG=infoSamuel Pitoiset2-0/+5
2018-05-17radv: do not emit unnecessary ES output storesSamuel Pitoiset1-3/+23
2018-05-17radv: do not emit unnecessary GS output storesSamuel Pitoiset1-0/+7
2018-05-17radv: only pass the global BO list at submit time if enabledSamuel Pitoiset1-2/+6
2018-05-17radv: remove the radv_finishme() when compiling shadersSamuel Pitoiset1-4/+0
2018-05-17radv: remove radv_device::llvm_supports_spillSamuel Pitoiset3-7/+1
2018-05-17mesa: add glUniform*ui{v} support to display listsTimothy Arceri1-33/+17
2018-05-16radeonsi: create .gitignoreDieter Nützel1-0/+2
2018-05-17ac/llvm: use amdgcn.tbuffer.store instead of SI.tbuffer.store intrinsicDave Airlie1-32/+60
2018-05-16v3d: Fix wiring filters to NEAREST for 32-bit texture returns.Eric Anholt1-1/+1
2018-05-16v3d: Enable the driver by default.Eric Anholt1-1/+1
2018-05-16v3d: Rename driver functions from vc5 to v3d.Eric Anholt29-1533/+1533
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt50-126/+126
2018-05-16v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt26-80/+80