aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: egl: add dependency on libnativewindowRob Herring2017-10-261-0/+4
* meson: build nouveau vieux driverDylan Baker2017-10-264-2/+99
* meson: build r200 driverDylan Baker2017-10-264-2/+98
* meson: build r100 driverDylan Baker2017-10-264-2/+94
* install_megadrivers: print the full path with driver nameDylan Baker2017-10-261-1/+1
* intel/tools/disasm: correctly observe FILE *out parameterKevin Rogovin2017-10-261-2/+2
* intel/compiler: brw_validate_instructions to take const void* instead of void*Kevin Rogovin2017-10-262-2/+2
* loader: drop empty function aliasEric Engestrom2017-10-261-11/+2
* radeonsi: add a workaround for weird s_buffer_load_dword behavior on SIMarek Olšák2017-10-261-3/+10
* util: use OpenBSD/NetBSD code on FreeBSD/DragonFlyGreg V2017-10-261-1/+2
* winsys/svga/drm: add ERESTART define for *BSDGreg V2017-10-261-0/+5
* loader: use drmGetDeviceNameFromFd2 from libdrmGreg V2017-10-261-35/+1
* meson: wayland-egl depends on wayland-clientDaniel Stone2017-10-261-0/+1
* freedreno: implement pipe->invalidate_resource()Rob Clark2017-10-262-1/+28
* freedreno: GL_ARB_texture_barrierRob Clark2017-10-262-1/+13
* freedreno/a5xx: rename invalidate_resource()Rob Clark2017-10-261-8/+9
* freedreno/a5xx: mem2gmem is read-only for BORob Clark2017-10-261-1/+1
* freedreno: small renameRob Clark2017-10-261-4/+4
* radeon/video: add gfx9 offsets when rejoin the video surfaceLeo Liu2017-10-261-1/+4
* radv: only copy the dynamic states that changedSamuel Pitoiset2017-10-261-23/+69
* radv: store the dynamic state mask into radv_dynamic_stateSamuel Pitoiset2017-10-263-7/+12
* radv: only emit the depth bounds test values when set dynamicallySamuel Pitoiset2017-10-261-2/+1
* glsl/linker: Fix type checks for location aliasingIago Toral Quiroga2017-10-261-3/+19
* glsl/linker: refactor check_location_aliasingIago Toral Quiroga2017-10-261-64/+46
* glsl/linker: validate explicit locations for SSO programsIago Toral Quiroga2017-10-263-0/+71
* glsl/linker: generalize validate_explicit_variable_location for SSOIago Toral Quiroga2017-10-261-2/+16
* glsl/linker: create a helper function to validate explicit locationsIago Toral Quiroga2017-10-261-39/+55
* glsl/linker: outputs in the same location must share auxiliary storageIago Toral Quiroga2017-10-261-6/+30
* glsl/linker: outputs in the same location must share interpolationIago Toral Quiroga2017-10-261-4/+41
* glsl/linker: fix location aliasing checks for interface variablesIago Toral Quiroga2017-10-261-12/+33
* glsl/linker: refactor link-time validation of output locationsIago Toral Quiroga2017-10-261-55/+73
* glsl/linker: report linker errors for invalid explicit locations on inputsIago Toral Quiroga2017-10-261-0/+7
* ac/llvm: drop pointless wrappers around umsb/imsbDave Airlie2017-10-261-14/+2
* ac/llvm: consolidate find lsb function.Dave Airlie2017-10-264-54/+38
* ac/llvm: drop v4f32empty. (v2)Dave Airlie2017-10-261-12/+0
* ac/llvm: add i1false/i1true to common code.Dave Airlie2017-10-263-41/+33
* ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.Dave Airlie2017-10-261-60/+52
* ac/nir: move lds declaration/load/store into shared code.Dave Airlie2017-10-265-57/+55
* st/mesa: enable nir path for all shaders.Dave Airlie2017-10-261-9/+1
* st/program: add support for gs/tes/tcs nir shaders.Dave Airlie2017-10-263-4/+56
* st/program: rework basic variant interfaceDave Airlie2017-10-263-15/+12
* anv/entrypoints: Dump useful data if mako throws an exceptionJason Ekstrand2017-10-251-5/+17
* nir/opt_intrinsics: Rework progressJason Ekstrand2017-10-251-5/+9
* intel/compiler: Call nir_lower_system_values in brw_preprocess_nirJason Ekstrand2017-10-253-4/+2
* i965/program: Move nir_lower_system_values higher upJason Ekstrand2017-10-251-1/+2
* nir/lower_wpos_ytransform: Support system value intrinsicsJason Ekstrand2017-10-251-0/+4
* anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nirJason Ekstrand2017-10-251-1/+2
* anv/pipeline: Drop nir_lower_clip_cull_distance_arraysJason Ekstrand2017-10-251-2/+0
* anv/pipeline: Dump shader immedately after spirv_to_nirJason Ekstrand2017-10-251-0/+15
* intel/eu: Use EXECUTE_1 for JMPIJason Ekstrand2017-10-252-2/+1