summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: move gallium include declarations to srcDylan Baker2017-10-273-3/+2
* meson: fix glprocs.h generatorDylan Baker2017-10-271-3/+3
* meson: rename all instances of xf86vm to xxf86vmDylan Baker2017-10-271-1/+1
* mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.Kenneth Graunke2017-10-271-0/+9
* gallium/os: fix align_malloc() / os_malloc_aligned() comment mix-upBrian Paul2017-10-271-1/+1
* formatquery: use correct target check for IMAGE_FORMAT_COMPATIBILITY_TYPEAlejandro Piñeiro2017-10-271-1/+7
* meson: bring MESA_GIT_SHA1 in line with other build systemsEric Engestrom2017-10-271-2/+4
* buildsys: move file regeneration logic to the script itselfEric Engestrom2017-10-273-29/+12
* radv: allow to use a compute shader for resetting the query poolSamuel Pitoiset2017-10-271-7/+9
* radv: make radv_fill_buffer() return the needed flush bitsSamuel Pitoiset2017-10-274-58/+57
* wayland-egl: fix wayland cflagsEric Engestrom2017-10-271-1/+1
* vc4: fix release buildEric Engestrom2017-10-271-6/+6
* i965: unref push_const_bo in intelDestroyContextTapani Pälli2017-10-271-0/+6
* i965: remove if conditions from scratch_bo unrefTapani Pälli2017-10-271-10/+6
* anv: Fix assert about source attrs.Kenneth Graunke2017-10-271-1/+1
* anv: Drop URB entry output read handling in 3DSTATE_XS.Kenneth Graunke2017-10-271-26/+0
* i965: Delete unused brw_vs_prog_data::nr_attributes field.Kenneth Graunke2017-10-272-2/+0
* radeonsi: update hack for HTILE corruption in ARK: Survival EvolvedSamuel Pitoiset2017-10-276-13/+13
* radv: add support for local bos. (v3)Dave Airlie2017-10-2611-22/+51
* i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand2017-10-265-27/+39
* i965/blorp: Use more temporary isl_format variablesJason Ekstrand2017-10-261-8/+7
* i965/blorp: Use blorp_to_isl_format for src_isl_format in blit_miptreesJason Ekstrand2017-10-261-1/+2
* spirv: Claim support for the simple memory modelJason Ekstrand2017-10-261-1/+2
* Android: egl: add dependency on libnativewindowRob Herring2017-10-261-0/+4
* meson: build nouveau vieux driverDylan Baker2017-10-262-0/+95
* meson: build r200 driverDylan Baker2017-10-262-0/+94
* meson: build r100 driverDylan Baker2017-10-262-0/+90
* 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