summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12docs: Document shader capturing environment variables.Kenneth Graunke2-0/+17
2017-09-12docs/egl: remove reference to EGL_DRIVERS_PATHEric Engestrom1-21/+0
2017-09-12util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a booleanEric Engestrom3-4/+5
2017-09-12glx: turn LIBGL_NO_DRAWARRAYS into a booleanEric Engestrom2-2/+6
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 Engestrom3-3/+3
2017-09-12glx: turn LIBGL_ALWAYS_INDIRECT into a booleanEric Engestrom3-3/+3
2017-09-12glx: turn LIBGL_ALLOW_SOFTWARE into a booleanEric Engestrom1-2/+2
2017-09-12egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a booleanEric Engestrom9-9/+14
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
2017-09-12i965: do not fallback to linear tiling for stencil surfacesIago Toral Quiroga1-4/+7
2017-09-12nir/spirv: handle if's with same label in both branchesJuan A. Suarez Romero1-2/+10
2017-09-11mesa/st: Include builddir/src/compiler/glsl to fix make checkAaron Watry1-0/+1
2017-09-11radv: work out a base ia_multi_vgt_param.Dave Airlie3-10/+13
2017-09-11radv: calculate non-draw related ia_multi_vgt_param bits in pipelineDave Airlie3-60/+76
2017-09-11radv: move calculating primgroup_size to pipeline.Dave Airlie3-9/+11
2017-09-11radv: only calculate num_prims when required.Dave Airlie1-4/+10
2017-09-11radv: use upload_data to upload push descriptors.Dave Airlie1-6/+3
2017-09-11radv: realign vgt flush on hawaii workaround with radeonsi.Dave Airlie1-6/+12
2017-09-11radv: return an error code when resetting a command bufferSamuel Pitoiset1-8/+14
2017-09-11radv: remove unnecessary goto in radv_create_cmd_buffer()Samuel Pitoiset1-8/+2
2017-09-11radv: do not pass a pipeline object to radv_emit_graphics_pipeline()Samuel Pitoiset1-4/+4
2017-09-12radv: add debug flags to zero vram allocations.Dave Airlie5-0/+7
2017-09-11radeonsi: optimize TCS epilog when invocation 0 writes tess factorsMarek Olšák5-30/+89
2017-09-11tgsi/scan: add a new pass that analyzes tess factor writes (v2)Marek Olšák2-0/+235
2017-09-11intel: Remove unused Kabylake pci idAnuj Phogat1-1/+0
2017-09-11Android: Add LLVM support for Android PRob Herring1-0/+2
2017-09-11Android: fix undeclared identifier 'gfx9d_reg_table'Chih-Wei Huang1-1/+1