summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-23driconf: add workarounds for SPECviewperf13Marek Olšák1-0/+11
2020-06-23glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13Marek Olšák10-4/+26
2020-06-23radeonsi: replace ctx->screen with sscreen in si_flush_gfx_csMarek Olšák1-4/+4
2020-06-23radeonsi: don't wait for idle at the end of gfx IBsMarek Olšák1-0/+14
2020-06-23aco: fix printing ASM on GFX6-7 againSamuel Pitoiset1-4/+10
2020-06-23glthread: handle ARB_vertex_attrib_bindingMarek Olšák6-46/+443
2020-06-23glthread: rename non_vbo_attrib_mask -> user_buffer_mask, attribs -> buffersMarek Olšák3-106/+106
2020-06-23glapi: fix incorrect param names in ARB_vertex_attrib_binding functionsMarek Olšák1-2/+2
2020-06-23ac/nir: fix 64-bit division for GL CTSMarek Olšák2-2/+14
2020-06-23radeonsi: compact MRTs to save PS export memory spaceMarek Olšák2-20/+36
2020-06-22anv: Bump the advertised patch version to 145Jason Ekstrand1-1/+1
2020-06-22vulkan: Update Vulkan XML and headers to 1.2.145Jason Ekstrand1-164/+596
2020-06-22anv: Make use of devinfo has_aux_map fieldJordan Justen3-13/+16
2020-06-22iris: Make use of devinfo has_aux_map fieldJordan Justen1-1/+1
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom27-29/+29
2020-06-22driconf: drop now unused translation facilityEric Engestrom38-832/+439
2020-06-22driconf: drop 9% swedish translationEric Engestrom4-287/+3
2020-06-22driconf: drop 8% dutch translationEric Engestrom4-280/+3
2020-06-22driconf: drop 6% french translationEric Engestrom4-275/+3
2020-06-22driconf: drop 26% spanish translationEric Engestrom4-280/+3
2020-06-22driconf: drop 15% german translationEric Engestrom4-282/+3
2020-06-22driconf: drop 28% catalan translationEric Engestrom3-293/+2
2020-06-22zink: use correct define value for reserved slot count in ntvMike Blumenkrantz1-1/+1
2020-06-22intel/dev: Add device info for DG1Jordan Justen1-0/+12
2020-06-22anv/dg1: Don't use SET_TILING kernel uapi.Rafael Antognolli2-4/+20
2020-06-22iris/bufmgr: Do not use map_gtt or use set/get_tiling on DG1Rafael Antognolli3-11/+37
2020-06-22intel/devinfo: Add function to check for DRM_I915_GEM_GET_TILING.Rafael Antognolli2-0/+29
2020-06-22intel/l3: Return the URB size from devinfo for DG1Rafael Antognolli1-0/+4
2020-06-22intel/isl: Update mocs for DG1Rafael Antognolli1-5/+14
2020-06-22intel/l3: Add DG1 L3 configurationAnuj Phogat1-1/+12
2020-06-22anv: Set L3 full way allocation at context init if L3 cfg is NULLJordan Justen2-1/+15
2020-06-22iris/l3: Enable L3 full way allocation when L3 config is NULLJordan Justen1-4/+11
2020-06-22intel/l3: Allow platforms to have no l3 configurationsJordan Justen1-4/+10
2020-06-22intel/l3: Don't rely on cfg entry URB size being 0 as a sentinalJordan Justen1-20/+32
2020-06-22intel/devinfo: Add is_dg1 to device infoAnuj Phogat1-0/+1
2020-06-22turnip: Enable tessellationShader physical device featureBrian Ho1-1/+1
2020-06-22ir3: Unconditionally enable MERGEDREGS on a6xxBrian Ho1-20/+1
2020-06-22turnip: Force sysmem for tessellationBrian Ho2-0/+9
2020-06-22turnip: Support tess for drawsBrian Ho4-7/+45
2020-06-22turnip: Emit HS/DS user consts as draw statesBrian Ho2-1/+11
2020-06-22turnip: Update VFD_CONTROL with tess system valuesBrian Ho3-12/+136
2020-06-22turnip: Allocate tess BOs as a function of draw sizeBrian Ho3-18/+235
2020-06-22turnip: Parse tess state and support PATCH primtypeBrian Ho2-1/+18
2020-06-22turnip: Offset by component when lowering gl_TessLevel*Brian Ho1-3/+6
2020-06-22turnip: Lower shaders for tessellationBrian Ho2-2/+37
2020-06-22nir: Add an option for lowering TessLevelInner/Outer to vecsBrian Ho2-0/+30
2020-06-22nir: Support sysval tess levels in SPIR-V to NIRBrian Ho2-2/+19
2020-06-22v3d: Disable PIPE_CAP_PRIMITIVE_RESTARTNeil Roberts1-1/+0
2020-06-22mesa: Add PrimitiveRestartFixedIndex to gl_constantsNeil Roberts4-2/+16
2020-06-22gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts20-0/+25