summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-25i965/program: Move nir_lower_system_values higher upJason Ekstrand1-1/+2
2017-10-25nir/lower_wpos_ytransform: Support system value intrinsicsJason Ekstrand1-0/+4
2017-10-25anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nirJason Ekstrand1-1/+2
2017-10-25anv/pipeline: Drop nir_lower_clip_cull_distance_arraysJason Ekstrand1-2/+0
2017-10-25anv/pipeline: Dump shader immedately after spirv_to_nirJason Ekstrand1-0/+15
2017-10-25intel/eu: Use EXECUTE_1 for JMPIJason Ekstrand2-2/+1
2017-10-25i965/fs: Add brw_reg_type_from_bit_size utility methodAlejandro Piñeiro1-5/+64
2017-10-25i965/fs/nir: Use the nir_src_bit_size helperJason Ekstrand1-9/+3
2017-10-25intel/fs: Handle flag read/write aliasing in needs_src_copyJason Ekstrand1-1/+3
2017-10-25clover: Fix compilation after clang r315871Jan Vesely2-5/+12
2017-10-26glsl_to_tgsi: remove unused glsl_version variableMarek Olšák1-3/+0
2017-10-26radv: Compute ac keys from pipeline key.Bas Nieuwenhuizen1-72/+41
2017-10-26radv: Add single pipeline cache key.Bas Nieuwenhuizen3-8/+55
2017-10-26radv: Don't compute as_ls/as_es before hashing.Bas Nieuwenhuizen1-14/+12
2017-10-25glsl_to_nir: Zero nir_constant in constant_copy for valgrind & nir_serializeJordan Justen1-1/+1