summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: Document shader capturing environment variables.Kenneth Graunke2017-09-122-0/+17
* docs/egl: remove reference to EGL_DRIVERS_PATHEric Engestrom2017-09-121-21/+0
* util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a booleanEric Engestrom2017-09-123-4/+5
* glx: turn LIBGL_NO_DRAWARRAYS into a booleanEric Engestrom2017-09-122-2/+6
* 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-123-3/+3
* glx: turn LIBGL_ALWAYS_INDIRECT into a booleanEric Engestrom2017-09-123-3/+3
* glx: turn LIBGL_ALLOW_SOFTWARE into a booleanEric Engestrom2017-09-121-2/+2
* egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a booleanEric Engestrom2017-09-129-9/+14
* 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
* anv: implementation of VK_EXT_debug_report extensionTapani Pälli2017-09-125-0/+180
* i965: do not fallback to linear tiling for stencil surfacesIago Toral Quiroga2017-09-121-4/+7
* nir/spirv: handle if's with same label in both branchesJuan A. Suarez Romero2017-09-121-2/+10
* mesa/st: Include builddir/src/compiler/glsl to fix make checkAaron Watry2017-09-111-0/+1
* radv: work out a base ia_multi_vgt_param.Dave Airlie2017-09-113-10/+13
* radv: calculate non-draw related ia_multi_vgt_param bits in pipelineDave Airlie2017-09-113-60/+76
* radv: move calculating primgroup_size to pipeline.Dave Airlie2017-09-113-9/+11
* radv: only calculate num_prims when required.Dave Airlie2017-09-111-4/+10
* radv: use upload_data to upload push descriptors.Dave Airlie2017-09-111-6/+3
* radv: realign vgt flush on hawaii workaround with radeonsi.Dave Airlie2017-09-111-6/+12
* radv: return an error code when resetting a command bufferSamuel Pitoiset2017-09-111-8/+14
* radv: remove unnecessary goto in radv_create_cmd_buffer()Samuel Pitoiset2017-09-111-8/+2
* radv: do not pass a pipeline object to radv_emit_graphics_pipeline()Samuel Pitoiset2017-09-111-4/+4
* radv: add debug flags to zero vram allocations.Dave Airlie2017-09-125-0/+7
* radeonsi: optimize TCS epilog when invocation 0 writes tess factorsMarek Olšák2017-09-115-30/+89
* tgsi/scan: add a new pass that analyzes tess factor writes (v2)Marek Olšák2017-09-112-0/+235
* intel: Remove unused Kabylake pci idAnuj Phogat2017-09-111-1/+0
* Android: Add LLVM support for Android PRob Herring2017-09-111-0/+2
* Android: fix undeclared identifier 'gfx9d_reg_table'Chih-Wei Huang2017-09-111-1/+1
* winsys/amdgpu: use the new raw CS APIMarek Olšák2017-09-112-77/+93
* radeonsi: implement pipe_context::fence_server_syncMarek Olšák2017-09-113-0/+68
* winsys/amdgpu: factor out some fence dependency code into separate functionsMarek Olšák2017-09-111-21/+34
* winsys/amdgpu: rename fence_dependency functionsMarek Olšák2017-09-111-12/+12
* gallium/radeon: add a proper fail path for calloc in r600_flush_from_stMarek Olšák2017-09-111-3/+6
* winsys/amdgpu: don't allow interprocess resource sharing for IBsMarek Olšák2017-09-111-1/+2
* radeonsi/gfx9: fix interprocess resource sharing on RavenMarek Olšák2017-09-111-1/+3