summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-21docs: add release notes for 17.3.7mesa-17.3.7Juan A. Suarez Romero1-0/+311
2018-03-21Update version to 17.3.7Juan A. Suarez Romero1-1/+1
2018-03-16Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"Samuel Pitoiset1-0/+13
2018-03-16configure.ac: blacklist libdrm 2.4.90Marek Olšák1-0/+8
2018-03-16radv: Fix CmdCopyImage between uncompressed and compressed imagesAlex Smith1-6/+17
2018-03-16radv: Increase the number of dynamic uniform buffers.Bas Nieuwenhuizen2-3/+5
2018-03-16r600: implement callstack workaround for evergreen.Dave Airlie1-8/+31
2018-03-16intel/vulkan: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen1-17/+28
2018-03-16r600: Take ALU_EXTENDED into account when evaluating jump offsetsGert Wollny1-2/+7
2018-03-16radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák5-5/+29
2018-03-10i965: Emit CS stall before MEDIA_VFE_STATE.Kenneth Graunke5-62/+103
2018-03-10mesa: add glsl version query (v4)Vadym Shovkoplias6-0/+104
2018-03-10i965/vec4: use a temp register to compute offsets for pull loadsIago Toral Quiroga1-1/+3
2018-03-10program: Don't reset SamplersValidated when restoring from shader cacheJordan Justen1-7/+9
2018-03-10swr/rast: fix MemoryBuffer build break for llvm-6Tim Rowley1-0/+4
2018-03-10gallivm: Use new LLVM fast-math-flags APITobias Droste1-0/+4
2018-03-10swr/rast: blend_epi32() should return Integer, not FloatGeorge Kyriazis1-1/+1
2018-03-10cherry-ignore: glsl: Fix memory leak with known glsl_type instancesJuan A. Suarez Romero1-0/+4
2018-03-10cherry-ignore: anv/image: Separate modifiers from legacy scanoutJuan A. Suarez Romero1-0/+4
2018-03-10cherry-ignore: i965: Use absolute addressing for constant buffer 0 on Kernel ...Juan A. Suarez Romero1-0/+4
2018-03-10radv: Fix copying from 3D images starting at non-zero depth.Bas Nieuwenhuizen1-0/+3
2018-03-10swr/rast: Fix macOS macro.Vinson Lee1-2/+2
2018-03-10i965: Fix RELOC_WRITE typo in brw_store_data_imm64()Andriy Khulap1-1/+1
2018-03-10i965/sbe: fix number of inputs for active componentsIago Toral Quiroga1-4/+2
2018-03-10radv: Implement waiting on non-submitted fences.Bas Nieuwenhuizen1-2/+11
2018-03-10radv: Implement WaitForFences with !waitAll.Bas Nieuwenhuizen1-5/+15
2018-03-10ac/nir: don't apply slice rounding on txf_msDave Airlie1-1/+1
2018-03-10glsl/linker: fix bug when checking precision qualifierSamuel Iglesias Gonsálvez1-8/+3
2018-03-10nir: fix interger divide by zero crash during constant foldingTimothy Arceri1-2/+2
2018-03-10cherry-ignore: ac/shader: fix vertex input with components.Juan A. Suarez Romero1-0/+4
2018-03-10egl/dri2: fix segfault when display initialisation failsFrank Binns1-1/+1
2018-03-10nvir/nvc0: fix legalizing of ld unlock c0[0x10000]Karol Herbst1-1/+1
2018-03-10glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.Eric Anholt1-1/+1
2018-03-10egl/wayland: Always use in-tree wayland-egl-backend.hDaniel Stone1-1/+1
2018-03-10virgl: remap query types to hw support.Dave Airlie1-2/+35
2018-03-10cherry-ignore: include all Meson related fixesJuan A. Suarez Romero1-0/+8
2018-03-10mesa: add missing switch case for EXTRA_VERSION_40 in check_extra()Brian Paul1-0/+5
2018-03-10glsl/tests: Fix strict aliasing warning about int64/double.Eric Anholt1-3/+19
2018-03-10ac/nir: Fix compiler warning about uninitialized dw_addr.Eric Anholt1-1/+1
2018-03-10egl/wayland: Fix ARGB/XRGB transposition in config mapDaniel Stone1-2/+2
2018-03-10glapi: remove APPLE extensions from testDylan Baker1-2/+0
2018-03-10glapi/check_table: Remove 'extern "C"' blockDylan Baker1-2/+0
2018-03-10radv: don't support tc-compat on multisample d32s8 at all.Dave Airlie1-2/+2
2018-03-10mesa: Drop incorrect A4B4G4R4 _mesa_format_matches_format_and_type() cases.Eric Anholt1-6/+0
2018-03-10radeonsi: Export signalled sync file instead of -1.Bas Nieuwenhuizen5-2/+31
2018-03-10cherry-ignore: i965: Avoid problems from referencing orphaned BOs after growing.Juan A. Suarez Romero1-0/+4
2018-03-10cherry-ignore: intel/compiler: Memory fence commit must always be enabled for...Juan A. Suarez Romero1-0/+3
2018-03-10r600/cayman: fix fragcood loading recip generation.Dave Airlie1-1/+1
2018-03-10intel/fs: Set up sampler message headers in the visitor on gen7+Jason Ekstrand2-22/+39
2018-03-10ac/nir: use ordered float comparisons except for not equalSamuel Pitoiset1-3/+3