summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* anv: put anv_extensions.c in gitignoreLionel Landwerlin2017-08-031-0/+1
* pipe-loader: fix build of dynamic pipe-driversNicolai Hähnle2017-08-035-4/+7
* android: anv_extensions.c is generated to libmesa_vulkan_commonTapani Pälli2017-08-031-1/+1
* android: radeonsi: prepare for driver-specific driconf optionsMauro Rossi2017-08-032-1/+18
* android: ac/common: always build NIR translationMauro Rossi2017-08-031-1/+2
* mesa: only check errors when the state change in glLogicOp()Samuel Pitoiset2017-08-031-27/+29
* mesa: only check errors when the state change in glBlendEquationSeparateiARB()Samuel Pitoiset2017-08-031-20/+22
* i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE definesKenneth Graunke2017-08-031-3/+0
* ac: add ac_shader_abi.h in distcheckJuan A. Suarez Romero2017-08-031-0/+1
* intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.Dave Airlie2017-08-031-0/+1
* st/dri2 Plumb the flush_swapbuffer functionality through to dri3Thomas Hellstrom2017-08-033-0/+36
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-034-0/+29
* glx/dri3: Implement the flush_swapbuffers methodThomas Hellstrom2017-08-031-1/+29
* dri: Add a flushSwapBuffers method to the image loader extensionThomas Hellstrom2017-08-031-1/+15
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-0317-0/+17
* i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2017-08-022-3/+3
* i965: Fix indentationMatt Turner2017-08-022-8/+8
* radv: Add suballocation for shaders.Bas Nieuwenhuizen2017-08-035-21/+93
* docs: Add Vulkan to features.txtJordan Justen2017-08-021-0/+41
* i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.Kenneth Graunke2017-08-022-0/+16
* mesa/dri: drop unneeded mm.h includeDave Airlie2017-08-034-4/+0
* r300: drop u_mm.h include.Dave Airlie2017-08-034-4/+0
* util: use cannonical form of ARRAY_SIZEEmil Velikov2017-08-021-1/+1
* i965: simplify intel_image_format_lookup()Emil Velikov2017-08-021-7/+3
* i965: annotate struct intel_image_format as constEmil Velikov2017-08-023-10/+10
* st/dri: NULL check before deref DRI loader .getCapabilityEmil Velikov2017-08-021-2/+4
* egl: check the correct function pointerEric Engestrom2017-08-022-1/+3
* i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.Kenneth Graunke2017-08-021-1/+0
* swr/rast: fix core / knights split of AVX512 intrinsicsTim Rowley2017-08-024-55/+69
* swr/rast: simplify knob default value setupTim Rowley2017-08-022-14/+11
* swr/rast: split gen_knobs templates into .h/.cppTim Rowley2017-08-025-118/+166
* swr/rast: gen_knobs template code styleTim Rowley2017-08-021-2/+2
* swr/rast: switch gen_knobs.cpp licenseTim Rowley2017-08-021-12/+17
* swr/rast: fix scons gen_knobs.h dependencyTim Rowley2017-08-021-1/+1
* swr/rast: constify swr rasterizerTim Rowley2017-08-0218-323/+339
* swr/rast: SIMD16 shaders - widen fetch and vertex shadersTim Rowley2017-08-026-5/+238
* swr/rast: vmask() implementations for KNLTim Rowley2017-08-021-0/+14
* swr/rast: rename frontend pVertexStoreTim Rowley2017-08-021-6/+9
* swr/rast: fix movemask_ps / movemask_pd on AVX512Tim Rowley2017-08-021-2/+7
* swr/rast: stop using MSFT types in platform independent codeTim Rowley2017-08-0214-31/+35
* swr/rast: enable USE_SIMD16_FRONTEND by defaultTim Rowley2017-08-021-1/+1
* swr/rast: disable AVX512 optimization of SSE / AVX codeTim Rowley2017-08-021-0/+4
* swr/rast: fix USE_SIMD16_FRONTEND issuesTim Rowley2017-08-0214-74/+49
* swr/rast: simdlib better separation of core vs knights avx512Tim Rowley2017-08-0215-245/+911
* swr/rast: threadID via portable std::this_thread::get_id()Tim Rowley2017-08-021-9/+11
* spirv: Fix SpvImageFormatR16uiJason Ekstrand2017-08-021-1/+1
* anv: Advertise VK_KHR_relaxed_block_layoutJason Ekstrand2017-08-021-0/+1
* anv: Bump the advertised version to 1.0.57Jason Ekstrand2017-08-021-1/+1
* anv: Pull the API version from anv_extensions.pyJason Ekstrand2017-08-023-1/+13
* anv: Use python to generate ICD json filesJason Ekstrand2017-08-024-23/+54