summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: Add MAX_API_VERSION to anv_extensions.pyJason Ekstrand2017-08-022-3/+44
* anv: Make some bits of anv_extensions module-privateJason Ekstrand2017-08-022-6/+6
* git_sha1_gen: catch any error the same wayEric Engestrom2017-08-021-5/+2
* build: Don't bail on OSError in git_sha1_gen.pyTobias Klausmann2017-08-021-0/+3
* st/mesa: replace st_shader_stage_to_ptargetNicolai Hähnle2017-08-025-31/+8
* mesa: add GLSL 4.60 to shading_language_version()Samuel Pitoiset2017-08-021-0/+2
* mesa: add always-false enable for GL 4.6Samuel Pitoiset2017-08-021-2/+18
* glsl: recognize GLSL 4.60Samuel Pitoiset2017-08-023-3/+5
* dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2017-08-022-0/+21
* mesa: add KHR_no_error support to glPolygonMode()Samuel Pitoiset2017-08-023-1/+12
* mesa: add polygon_mode() helperSamuel Pitoiset2017-08-021-19/+28
* mesa: add KHR_no_error support to glClearBufferiv()Samuel Pitoiset2017-08-023-1/+12