summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-27radv: fix compressed texture transfersradv-wip-transfer-queue-3Fredrik Höglund1-19/+22
2017-10-27[RFC] radv: enable transfer queues on CIK using SDMA engine.Dave Airlie9-9/+878
2017-10-26i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand5-27/+39
2017-10-26i965/blorp: Use more temporary isl_format variablesJason Ekstrand1-8/+7
2017-10-26i965/blorp: Use blorp_to_isl_format for src_isl_format in blit_miptreesJason Ekstrand1-1/+2
2017-10-26spirv: Claim support for the simple memory modelJason Ekstrand1-1/+2
2017-10-26Android: egl: add dependency on libnativewindowRob Herring1-0/+4
2017-10-26meson: build nouveau vieux driverDylan Baker4-2/+99
2017-10-26meson: build r200 driverDylan Baker4-2/+98
2017-10-26meson: build r100 driverDylan Baker4-2/+94
2017-10-26install_megadrivers: print the full path with driver nameDylan Baker1-1/+1
2017-10-26intel/tools/disasm: correctly observe FILE *out parameterKevin Rogovin1-2/+2
2017-10-26intel/compiler: brw_validate_instructions to take const void* instead of void*Kevin Rogovin2-2/+2
2017-10-26loader: drop empty function aliasEric Engestrom1-11/+2
2017-10-26radeonsi: add a workaround for weird s_buffer_load_dword behavior on SIMarek Olšák1-3/+10
2017-10-26util: use OpenBSD/NetBSD code on FreeBSD/DragonFlyGreg V1-1/+2
2017-10-26winsys/svga/drm: add ERESTART define for *BSDGreg V1-0/+5
2017-10-26loader: use drmGetDeviceNameFromFd2 from libdrmGreg V1-35/+1
2017-10-26meson: wayland-egl depends on wayland-clientDaniel Stone1-0/+1
2017-10-26freedreno: implement pipe->invalidate_resource()Rob Clark2-1/+28
2017-10-26freedreno: GL_ARB_texture_barrierRob Clark2-1/+13
2017-10-26freedreno/a5xx: rename invalidate_resource()Rob Clark1-8/+9
2017-10-26freedreno/a5xx: mem2gmem is read-only for BORob Clark1-1/+1
2017-10-26freedreno: small renameRob Clark1-4/+4
2017-10-26radeon/video: add gfx9 offsets when rejoin the video surfaceLeo Liu1-1/+4
2017-10-26radv: only copy the dynamic states that changedSamuel Pitoiset1-23/+69
2017-10-26radv: store the dynamic state mask into radv_dynamic_stateSamuel Pitoiset3-7/+12
2017-10-26radv: only emit the depth bounds test values when set dynamicallySamuel Pitoiset1-2/+1
2017-10-26glsl/linker: Fix type checks for location aliasingIago Toral Quiroga1-3/+19
2017-10-26glsl/linker: refactor check_location_aliasingIago Toral Quiroga1-64/+46
2017-10-26glsl/linker: validate explicit locations for SSO programsIago Toral Quiroga3-0/+71
2017-10-26glsl/linker: generalize validate_explicit_variable_location for SSOIago Toral Quiroga1-2/+16
2017-10-26glsl/linker: create a helper function to validate explicit locationsIago Toral Quiroga1-39/+55
2017-10-26glsl/linker: outputs in the same location must share auxiliary storageIago Toral Quiroga1-6/+30
2017-10-26glsl/linker: outputs in the same location must share interpolationIago Toral Quiroga1-4/+41
2017-10-26glsl/linker: fix location aliasing checks for interface variablesIago Toral Quiroga1-12/+33
2017-10-26glsl/linker: refactor link-time validation of output locationsIago Toral Quiroga1-55/+73
2017-10-26glsl/linker: report linker errors for invalid explicit locations on inputsIago Toral Quiroga1-0/+7
2017-10-26ac/llvm: drop pointless wrappers around umsb/imsbDave Airlie1-14/+2
2017-10-26ac/llvm: consolidate find lsb function.Dave Airlie4-54/+38
2017-10-26ac/llvm: drop v4f32empty. (v2)Dave Airlie1-12/+0
2017-10-26ac/llvm: add i1false/i1true to common code.Dave Airlie3-41/+33
2017-10-26ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.Dave Airlie1-60/+52
2017-10-26ac/nir: move lds declaration/load/store into shared code.Dave Airlie5-57/+55
2017-10-26st/mesa: enable nir path for all shaders.Dave Airlie1-9/+1
2017-10-26st/program: add support for gs/tes/tcs nir shaders.Dave Airlie3-4/+56
2017-10-26st/program: rework basic variant interfaceDave Airlie3-15/+12
2017-10-25anv/entrypoints: Dump useful data if mako throws an exceptionJason Ekstrand1-5/+17
2017-10-25nir/opt_intrinsics: Rework progressJason Ekstrand1-5/+9
2017-10-25intel/compiler: Call nir_lower_system_values in brw_preprocess_nirJason Ekstrand3-4/+2