summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: drop unused brw->has_compr4Lionel Landwerlin2017-08-302-2/+0
* i965: drop brw->has_llc in favor of devinfo->has_llcLionel Landwerlin2017-08-307-8/+8
* i965: drop brw->is_broxtonLionel Landwerlin2017-08-304-5/+2
* i965: drop brw->is_cherryview in favor of devinfo->is_cherryviewLionel Landwerlin2017-08-303-4/+4
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-3023-44/+45
* i965: drop brw->is_baytrail in favor of devinfo->is_baytrailLionel Landwerlin2017-08-308-13/+13
* i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin2017-08-308-12/+10
* i965: drop brw->gt in favor of devinfo->gtLionel Landwerlin2017-08-305-8/+5
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-3047-311/+506
* anv: use device->info instead of brw->is_*Lionel Landwerlin2017-08-301-1/+1
* Revert "egl: Allow creation of per surface out fence"Mark Janes2017-08-308-106/+18
* i965: add 2xMSAA 16xMSAA modes to DRI configs.Kevin Rogovin2017-08-301-5/+18
* Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."Kenneth Graunke2017-08-301-10/+3
* mesa/st: remove unwanted backup fileEric Engestrom2017-08-301-479/+0
* egl/dri2: only destroy created objectsMichael Olbrich2017-08-301-3/+6
* egl: Allow creation of per surface out fenceZhongmin Wu2017-08-308-18/+106
* winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is setSamuel Pitoiset2017-08-304-11/+17
* radeonsi: update dirty_level_mask before dispatchingSamuel Pitoiset2017-08-302-0/+6
* anv: set right datatypes in anv_pipeline_bindingJuan A. Suarez Romero2017-08-303-4/+4
* llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSORBrian Paul2017-08-291-0/+6
* i965: Bump the initial program cache size from 4kB to 16kB.Kenneth Graunke2017-08-291-1/+1
* i965: Issue performance warnings when growing the program cacheKenneth Graunke2017-08-291-0/+3
* i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.Kevin Rogovin2017-08-291-3/+10
* glsl: define YY_NO_INPUT to prevent unused symbol warningsMatt Turner2017-08-291-0/+1
* blorp: Explicitly cast between different enumsMatt Turner2017-08-291-5/+5
* intel/isl: Mark functions used conditionally as UNUSEDMatt Turner2017-08-291-1/+1
* intel/isl: Explicitly cast between different enumsMatt Turner2017-08-291-8/+9
* intel/isl: Remove 'inline' keywordsMatt Turner2017-08-293-4/+4
* anv: Mark functions used conditionally as UNUSEDMatt Turner2017-08-294-6/+6
* anv: Explicitly cast between different enumsMatt Turner2017-08-292-4/+4
* anv: Remove 'inline' keywordsMatt Turner2017-08-298-19/+19
* anv: Use GNU C empty brace initializerMatt Turner2017-08-292-11/+11
* i965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGSMatt Turner2017-08-291-0/+1
* i965: Mark functions used conditionally as UNUSEDMatt Turner2017-08-292-3/+3
* i965: Explicitly cast between different enumsMatt Turner2017-08-291-4/+4
* i965: Drop unnecessary conditionalMatt Turner2017-08-291-4/+4
* i965: Remove some 'inline' keywordsMatt Turner2017-08-291-7/+7
* nir: Remove series of unnecessary conversionsMatt Turner2017-08-291-1/+1
* nir/spirv: Use unreachable("...") rather than assert(!"...")Matt Turner2017-08-292-13/+13
* compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGSMatt Turner2017-08-291-0/+1
* configure: Test for -Wno-initializer-overridesMatt Turner2017-08-291-1/+1
* radv: Add trace ids for secondary buffers.Bas Nieuwenhuizen2017-08-294-4/+6
* ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen2017-08-294-33/+52
* radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.Bas Nieuwenhuizen2017-08-291-0/+13
* egl/wayland: make sure HAS_$FORMAT is set for wl_dmabufEmil Velikov2017-08-291-0/+3
* egl/wayland: group wl_win specific code togetherEmil Velikov2017-08-291-4/+3
* egl/wayland: remove dri2_surf width/height double init.Emil Velikov2017-08-291-3/+0
* egl/wayland: set correct format with wl_dmabuf as wl_drm is missingEmil Velikov2017-08-291-1/+1
* egl/wayland: update comment to reflect wl_dmabuf presenceEmil Velikov2017-08-291-1/+1
* egl/wayland: polish object teardown in dri2_wl_destroy_surfaceEmil Velikov2017-08-291-2/+2