summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-30i965: drop unused brw->has_compr4Lionel Landwerlin2-2/+0
2017-08-30i965: drop brw->has_llc in favor of devinfo->has_llcLionel Landwerlin7-8/+8
2017-08-30i965: drop brw->is_broxtonLionel Landwerlin4-5/+2
2017-08-30i965: drop brw->is_cherryview in favor of devinfo->is_cherryviewLionel Landwerlin3-4/+4
2017-08-30i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin23-44/+45
2017-08-30i965: drop brw->is_baytrail in favor of devinfo->is_baytrailLionel Landwerlin8-13/+13
2017-08-30i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin8-12/+10
2017-08-30i965: drop brw->gt in favor of devinfo->gtLionel Landwerlin5-8/+5
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin47-311/+506
2017-08-30anv: use device->info instead of brw->is_*Lionel Landwerlin1-1/+1
2017-08-30Revert "egl: Allow creation of per surface out fence"Mark Janes8-106/+18
2017-08-30i965: add 2xMSAA 16xMSAA modes to DRI configs.Kevin Rogovin1-5/+18
2017-08-30Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."Kenneth Graunke1-10/+3
2017-08-30mesa/st: remove unwanted backup fileEric Engestrom1-479/+0
2017-08-30egl/dri2: only destroy created objectsMichael Olbrich1-3/+6
2017-08-30egl: Allow creation of per surface out fenceZhongmin Wu8-18/+106
2017-08-30winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is setSamuel Pitoiset4-11/+17
2017-08-30radeonsi: update dirty_level_mask before dispatchingSamuel Pitoiset2-0/+6
2017-08-30anv: set right datatypes in anv_pipeline_bindingJuan A. Suarez Romero3-4/+4
2017-08-29llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSORBrian Paul1-0/+6
2017-08-29i965: Bump the initial program cache size from 4kB to 16kB.Kenneth Graunke1-1/+1
2017-08-29i965: Issue performance warnings when growing the program cacheKenneth Graunke1-0/+3
2017-08-29i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.Kevin Rogovin1-3/+10
2017-08-29glsl: define YY_NO_INPUT to prevent unused symbol warningsMatt Turner1-0/+1
2017-08-29blorp: Explicitly cast between different enumsMatt Turner1-5/+5
2017-08-29intel/isl: Mark functions used conditionally as UNUSEDMatt Turner1-1/+1
2017-08-29intel/isl: Explicitly cast between different enumsMatt Turner1-8/+9
2017-08-29intel/isl: Remove 'inline' keywordsMatt Turner3-4/+4
2017-08-29anv: Mark functions used conditionally as UNUSEDMatt Turner4-6/+6
2017-08-29anv: Explicitly cast between different enumsMatt Turner2-4/+4
2017-08-29anv: Remove 'inline' keywordsMatt Turner8-19/+19
2017-08-29anv: Use GNU C empty brace initializerMatt Turner2-11/+11
2017-08-29i965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGSMatt Turner1-0/+1
2017-08-29i965: Mark functions used conditionally as UNUSEDMatt Turner2-3/+3
2017-08-29i965: Explicitly cast between different enumsMatt Turner1-4/+4
2017-08-29i965: Drop unnecessary conditionalMatt Turner1-4/+4
2017-08-29i965: Remove some 'inline' keywordsMatt Turner1-7/+7
2017-08-29nir: Remove series of unnecessary conversionsMatt Turner1-1/+1
2017-08-29nir/spirv: Use unreachable("...") rather than assert(!"...")Matt Turner2-13/+13
2017-08-29compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGSMatt Turner1-0/+1
2017-08-29configure: Test for -Wno-initializer-overridesMatt Turner2-1/+5
2017-08-29configure: Add and use AX_CHECK_COMPILE_FLAGMatt Turner2-72/+111
2017-08-29radv: Add trace ids for secondary buffers.Bas Nieuwenhuizen4-4/+6
2017-08-29ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen4-33/+52
2017-08-29radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.Bas Nieuwenhuizen1-0/+13
2017-08-29egl/wayland: make sure HAS_$FORMAT is set for wl_dmabufEmil Velikov1-0/+3
2017-08-29egl/wayland: group wl_win specific code togetherEmil Velikov1-4/+3
2017-08-29egl/wayland: remove dri2_surf width/height double init.Emil Velikov1-3/+0
2017-08-29egl/wayland: set correct format with wl_dmabuf as wl_drm is missingEmil Velikov1-1/+1
2017-08-29egl/wayland: update comment to reflect wl_dmabuf presenceEmil Velikov1-1/+1