summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-30radv: Fix -Wformat-security issueAlex Smith1-1/+1
2017-10-30radv: add cache items to in memory cache when reading from diskTimothy Arceri1-70/+71
2017-10-30i965: fix blorp stage_prog_data->param leakTapani Pälli1-1/+1
2017-10-29i965: correctly assign SamplerCount of INTERFACE_DESCRIPTOR_DATAKevin Rogovin1-1/+1
2017-10-29i965: Only set key->high_quality_derivatives when it matters.Kenneth Graunke1-0/+1
2017-10-29nir: Make nir_gather_info collect a uses_fddx_fddy flag.Kenneth Graunke2-0/+23
2017-10-29i965: Update brw_wm_debug_recompile() for newer key entries.Kenneth Graunke1-5/+14
2017-10-29i965: Delete brw_wm_prog_key::drawable_height.Kenneth Graunke1-1/+0
2017-10-29radv: Implement VK_AMD_shader_infoAlex Smith6-35/+171
2017-10-28etnaviv: add ext_texture_srgb supportChristian Gmeiner3-1/+10
2017-10-28intel/compiler/gen9: Pixel shader header only workaroundTopi Pohjolainen1-0/+29
2017-10-27scons: fix OSMesa driver buildBrian Paul1-0/+1
2017-10-27scons: fix scons build to find generated glapitable.hBrian Paul1-0/+1
2017-10-27gallium: s/unsigned/enum pipe_prim_type/Brian Paul6-7/+8
2017-10-27draw: don't cull tris with zero areaRoland Scheidegger2-3/+12
2017-10-27meson: Add a dependency on nir_opcodes_h for freedrenoDylan Baker1-1/+1
2017-10-27meson: build gallium based osmesaDylan Baker3-1/+102
2017-10-27meson: build classic osmesaDylan Baker4-2/+52
2017-10-27meson: Add generated files to non-shared glapiDylan Baker1-0/+3
2017-10-27glapi: include generated headers without pathDylan Baker3-4/+4
2017-10-27osmesa: Include generated headers without pathDylan Baker2-2/+4
2017-10-27meson: move gallium include declarations to srcDylan Baker3-3/+2
2017-10-27meson: fix glprocs.h generatorDylan Baker1-3/+3
2017-10-27meson: rename all instances of xf86vm to xxf86vmDylan Baker1-1/+1
2017-10-27mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.Kenneth Graunke1-0/+9
2017-10-27gallium/os: fix align_malloc() / os_malloc_aligned() comment mix-upBrian Paul1-1/+1
2017-10-27formatquery: use correct target check for IMAGE_FORMAT_COMPATIBILITY_TYPEAlejandro Piñeiro1-1/+7
2017-10-27meson: bring MESA_GIT_SHA1 in line with other build systemsEric Engestrom1-2/+4
2017-10-27buildsys: move file regeneration logic to the script itselfEric Engestrom3-29/+12
2017-10-27radv: allow to use a compute shader for resetting the query poolSamuel Pitoiset1-7/+9
2017-10-27radv: make radv_fill_buffer() return the needed flush bitsSamuel Pitoiset4-58/+57
2017-10-27wayland-egl: fix wayland cflagsEric Engestrom1-1/+1
2017-10-27vc4: fix release buildEric Engestrom1-6/+6
2017-10-27i965: unref push_const_bo in intelDestroyContextTapani Pälli1-0/+6
2017-10-27i965: remove if conditions from scratch_bo unrefTapani Pälli1-10/+6
2017-10-27anv: Fix assert about source attrs.Kenneth Graunke1-1/+1
2017-10-27anv: Drop URB entry output read handling in 3DSTATE_XS.Kenneth Graunke1-26/+0
2017-10-27i965: Delete unused brw_vs_prog_data::nr_attributes field.Kenneth Graunke2-2/+0
2017-10-27radeonsi: update hack for HTILE corruption in ARK: Survival EvolvedSamuel Pitoiset6-13/+13
2017-10-26radv: add support for local bos. (v3)Dave Airlie11-22/+51
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 Baker2-0/+95
2017-10-26meson: build r200 driverDylan Baker2-0/+94
2017-10-26meson: build r100 driverDylan Baker2-0/+90
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