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