summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-11winsys/amdgpu: use the new raw CS APIMarek Olšák2-77/+93
2017-09-11radeonsi: implement pipe_context::fence_server_syncMarek Olšák3-0/+68
2017-09-11winsys/amdgpu: factor out some fence dependency code into separate functionsMarek Olšák1-21/+34
2017-09-11winsys/amdgpu: rename fence_dependency functionsMarek Olšák1-12/+12
2017-09-11gallium/radeon: add a proper fail path for calloc in r600_flush_from_stMarek Olšák1-3/+6
2017-09-11winsys/amdgpu: don't allow interprocess resource sharing for IBsMarek Olšák1-1/+2
2017-09-11radeonsi/gfx9: fix interprocess resource sharing on RavenMarek Olšák1-1/+3
2017-09-11st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D indexNicolai Hähnle1-1/+1
2017-09-11nir/spirv: fix chain access with different index bit sizesSamuel Iglesias Gonsálvez1-3/+8
2017-09-11r600: handle the non-TXF_LZ support path.Dave Airlie1-1/+1
2017-09-11gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directlyMarek Olšák1-2/+2
2017-09-11gallium/u_blitter: don't pass GENERIC in VS if it's not neededMarek Olšák1-17/+45
2017-09-11gallium/u_blitter: use draw_rectangle for all blits except cubemapsMarek Olšák4-92/+107