summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-13ac/addrlib: relax an assertionNicolai Hähnle1-1/+1
2017-09-13radeonsi: hard-code pixel center for interpolateAtSample without multisample ...Nicolai Hähnle3-1/+33
2017-09-13radeonsi: apply a mask to gl_SampleMaskIn in the PS prologNicolai Hähnle3-5/+76
2017-09-13radeonsi: remove SET_PREDICATION workaround on newer firmwareNicolai Hähnle1-2/+4
2017-09-13amd/common: get ME/PFP/CE firmware feature versions as wellNicolai Hähnle3-4/+12
2017-09-13radeonsi: rename variable to clarify its meaningNicolai Hähnle1-10/+10
2017-09-13radeonsi: make si_init_shader_selector_async staticNicolai Hähnle2-2/+1
2017-09-13radeonsi: fix segfault in descriptor dumpingNicolai Hähnle1-0/+18
2017-09-13ddebug: write out final driver log messages with GALLIUM_DDEBUG=alwaysNicolai Hähnle3-2/+15
2017-09-13swr/rast: Fetch compile state changesTim Rowley3-6/+15
2017-09-13swr/rast: adjust linux cpu topology identification codeTim Rowley1-43/+38
2017-09-13swr/rast: Missed conversion to SIMD_TTim Rowley1-1/+1
2017-09-13swr/rast: whitespace changesTim Rowley1-0/+2
2017-09-13swr/rast: add graph write to jit debug putputTim Rowley1-3/+3
2017-09-13swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley9-36/+36
2017-09-13swr/rast: Remove hardcoded clip/cull slot from clipperTim Rowley1-14/+21
2017-09-13swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slotTim Rowley3-8/+15
2017-09-13swr/rast: Move clip/cull enables in APITim Rowley9-40/+40
2017-09-13swr/rast: Add new API SwrStallBETim Rowley2-0/+17
2017-09-13glsl: compile unused function outEric Engestrom1-0/+2
2017-09-13radv: compile out unused codeEric Engestrom1-0/+2
2017-09-13radv: clear push_constant_stages when resetting a command bufferSamuel Pitoiset1-0/+1
2017-09-13radv: add more radv_emit_XXX() helpers for the dynamic stateSamuel Pitoiset1-40/+77
2017-09-13radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()Samuel Pitoiset4-7/+5
2017-09-13radv/gfx9: fix image resource handling.Dave Airlie1-8/+19
2017-09-13radv/ac: bump params array for image atomic comp swapDave Airlie1-1/+1
2017-09-13radv/gfx9: set mip0-depth correctly for 2d arrays/3d imagesDave Airlie1-2/+2
2017-09-13radv: handle GFX9 1D texturesDave Airlie2-14/+76
2017-09-13radv: don't use iview for meta image width/height.Dave Airlie2-13/+21
2017-09-12intel/eu/validate: Look up types on demand in execution_type()Jason Ekstrand1-4/+2
2017-09-12Revert "winsys/amdgpu: disable local BOs on Raven"Marek Olšák1-2/+1
2017-09-12radv: Don't allocate CMASK for linear images.Bas Nieuwenhuizen1-1/+3
2017-09-12radv: Disable multilayer & multilevel DCC.Bas Nieuwenhuizen1-0/+1
2017-09-12util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a booleanEric Engestrom2-3/+4
2017-09-12glx: turn LIBGL_NO_DRAWARRAYS into a booleanEric Engestrom1-1/+5
2017-09-12glx: turn LIBGL_PROFILE_CORE into a booleanEric Engestrom1-1/+1
2017-09-12glx: turn LIBGL_DUMP_VISUALID into a booleanEric Engestrom1-1/+1
2017-09-12egl+glx: turn LIBGL_DRI3_DISABLE into a booleanEric Engestrom2-2/+2
2017-09-12glx: turn LIBGL_ALWAYS_INDIRECT into a booleanEric Engestrom1-1/+1
2017-09-12glx: turn LIBGL_ALLOW_SOFTWARE into a booleanEric Engestrom1-2/+2
2017-09-12egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a booleanEric Engestrom7-5/+10
2017-09-12glx: turn LIBGL_DIAGNOSTIC into a booleanEric Engestrom6-5/+16
2017-09-12gbm: turn GBM_ALWAYS_SOFTWARE into a booleanEric Engestrom3-3/+9
2017-09-12anv: fix build issues on release buildTapani Pälli1-1/+1
2017-09-12glsl: Disallow unsized array of atomic_uintIago Toral Quiroga1-0/+11
2017-09-12anv: remove extra 'debug:' from anv_debug_ignored_stypeTapani Pälli1-1/+1
2017-09-12anv: move brw_process_intel_debug_variable to happen earlyTapani Pälli1-2/+2
2017-09-12anv: wire up vk_errorf macro to do debug reportingTapani Pälli9-33/+74
2017-09-12anv: wire up anv_perf_warn macro to do debug reportingTapani Pälli5-16/+141
2017-09-12anv: implementation of VK_EXT_debug_report extensionTapani Pälli5-0/+180