summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-09swr/rast: Refactor api and worker event handlers.George Kyriazis2-35/+52
2018-03-09swr/rast: Add support for generalized late and early z/stencil statsGeorge Kyriazis2-0/+73
2018-03-09swr/rast: Rasterized Subspans stats supportGeorge Kyriazis4-0/+30
2018-03-09swr/rast: Added commentGeorge Kyriazis1-0/+1
2018-03-09vulkan/wsi: clean up cleanup pathEric Engestrom1-7/+7
2018-03-09radv: Fix the autotools build take 2.Bas Nieuwenhuizen1-1/+1
2018-03-09etnaviv: allow mixing different bit depths for color and depth surfacesLucas Stach1-1/+1
2018-03-09autotools: Add tegra to AM_DISTCHECK_CONFIGURE_FLAGSThierry Reding1-1/+1
2018-03-09tegra: Initial supportThierry Reding26-4/+2770
2018-03-09nouveau: Add framebuffer modifier supportThierry Reding6-5/+146
2018-03-09nouveau/nvc0: Extract common tile mode macroThierry Reding1-6/+9
2018-03-09drm/tegra: Sanitize format modifiersThierry Reding1-17/+19
2018-03-09drm/fourcc: Fix fourcc_mod_code() definitionThierry Reding1-1/+1
2018-03-09radv: Fix autotools build.Bas Nieuwenhuizen1-10/+7
2018-03-09ac/nir: set number of channels for packed mrt exportsSamuel Pitoiset1-0/+5
2018-03-09radv: Update version to 1.1.70.Bas Nieuwenhuizen1-2/+2
2018-03-09radv: Generate icd files.Bas Nieuwenhuizen4-25/+70
2018-03-08nir: Don't i2b a value that is already BooleanIan Romanick1-0/+1
2018-03-08i965/vec4: Allow CSE on subset VF constant loadsIan Romanick1-0/+19
2018-03-08i965/vec4: Relax writemask condition in CSEIan Romanick1-1/+9
2018-03-08i965/fs: Merge CMP and SEL into CSEL on Gen8+Ian Romanick2-0/+107
2018-03-08i965/fs: Add infrastructure for generating CSEL instructions.Kenneth Graunke8-1/+34
2018-03-08nir: Narrow some dot product operationsIan Romanick1-0/+8
2018-03-08i965: perf: consolidate unmapping oa perf bo outside accumulationLionel Landwerlin1-4/+3
2018-03-08i965: perf: count number of accumlated reportsLionel Landwerlin1-0/+6
2018-03-08i965: perf: reuse timescale base function from queryLionel Landwerlin1-11/+2
2018-03-08i965: perf: store sysfs device entry into contextLionel Landwerlin2-76/+73
2018-03-08i965: perf: store the hw_id of the context in the queryLionel Landwerlin1-6/+11
2018-03-08i965: perf: default case for unknown query typesLionel Landwerlin1-1/+31
2018-03-08radeonsi: remove chip_class parameter from si_lower_nirMarek Olšák4-10/+6
2018-03-08winsys/amdgpu: query GDS infoMarek Olšák2-0/+13
2018-03-08winsys/amdgpu: pad compute IBsMarek Olšák1-1/+3
2018-03-08radeonsi: expand constbuf 0 address correctly to fix Vega10 hangsMarek Olšák1-4/+17
2018-03-08radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák5-5/+28
2018-03-08etnaviv: add get_driver_query_group_info(..)Christian Gmeiner1-0/+13
2018-03-08etnaviv: add query_group_info for sw countersChristian Gmeiner2-6/+29
2018-03-08meson: Fix building gallium media libs without eglDylan Baker1-1/+3
2018-03-08meson: Allow building dri based EGL without GLXDylan Baker1-10/+15
2018-03-08glx/apple: Ship meson build file in tarballThierry Reding1-1/+3
2018-03-08ac/nir: do not emit unnecessary null exports in fragment shadersSamuel Pitoiset1-13/+16
2018-03-08drirc: whitespace fixEric Engestrom1-2/+2
2018-03-08drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmwareThomas Hellstrom1-0/+1
2018-03-08gallium/st_dri: Honor the glx_disable_sgi_video_sync config optionThomas Hellstrom1-0/+1
2018-03-08glx/dri: Add a driconf option to disable GLX_SGI_video_syncThomas Hellstrom3-4/+16
2018-03-08ac/radeonsi: add emit_kill to the abiTimothy Arceri3-1/+11
2018-03-08radeonsi: add si_llvm_emit_kill() helperTimothy Arceri2-12/+21
2018-03-08spirv: fix autotools buildsTimothy Arceri1-0/+1
2018-03-08ac: make use of if/loop build helpersTimothy Arceri1-42/+18
2018-03-08radeonsi: make use of if/loop build helpers in acTimothy Arceri2-160/+11
2018-03-08ac: add if/loop build helpersTimothy Arceri3-0/+211