summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-26docs: add 18.1.5 release notesmesa-18.1.5Dylan Baker1-0/+183
2018-07-26bump version to 18.1.5Dylan Baker1-1/+1
2018-07-26spirv: Fix a couple of image atomic load/store bugsJason Ekstrand1-17/+30
2018-07-26intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand8-9/+45
2018-07-26intel/blorp: Handle 3-component formats in clearsJason Ekstrand3-11/+92
2018-07-26blorp: Handle the RGB workaround more like other workaroundsJason Ekstrand1-30/+30
2018-07-26radv: Still enable inmemory & API level caching if disk cache is not enabled.Bas Nieuwenhuizen1-2/+1
2018-07-26nir/serialize: Alloc constants off the variableJason Ekstrand1-1/+1
2018-07-26i965: Sweep NIR after linking phase to free held memoryDanylo Piliaiev1-0/+2
2018-07-26egl: Fix missing clamping in eglSetDamageRegionKHRHarish Krupo1-14/+11
2018-07-26draw: force draw pipeline if there's more than 65535 verticesRoland Scheidegger3-0/+21
2018-07-26r600: enable tess_input_info for TESDave Airlie1-14/+6
2018-07-26Android: fix a missing nir_intrinsics.h errorChih-Wei Huang2-0/+3
2018-07-26android: util/disk_cache: fix building errors in gallium driversMauro Rossi1-0/+1
2018-07-26anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAVJason Ekstrand1-31/+22
2018-07-26radv: fix a memleak for merged shaders on GFX9Samuel Pitoiset1-1/+1
2018-07-26anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BITAlex Smith1-0/+9
2018-07-26nir: Fix end of function without return warning/error.Bas Nieuwenhuizen1-0/+2
2018-07-26cherry-ignore: add 11712b9ca17e4e1a819dcb7d020e19c6da77bc90Dylan Baker1-0/+5
2018-07-26util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen3-6/+5
2018-07-26nir: Do not use continue block after removing it.Bas Nieuwenhuizen1-6/+25
2018-07-26cherry-ignore: Add 1f616a840eac02241c585d28e9dac8f19a297f39Dylan Baker1-0/+5
2018-07-26radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9Samuel Pitoiset5-14/+47
2018-07-26meson: Move xvmc test tools from unit tests to installed tools.Eric Anholt3-19/+15
2018-07-26nir: fix printing of vec16 typeKarol Herbst1-0/+1
2018-07-26virgl: Fix flush in virgl_encoder_inline_write.Lepton Wu1-1/+1
2018-07-26clover: Catch errors from executing event actionJan Vesely1-1/+3
2018-07-26clover: Report error when pipe driver fails to create compute stateJan Vesely1-0/+4
2018-07-26anv: fix assert in anv_CmdBindDescriptorSets()Samuel Iglesias Gonsálvez1-1/+1
2018-07-26radeonsi: Refuse to accept code with unhandled relocationsJan Vesely1-0/+6
2018-07-26radv: Disable disabled color buffers in rbplus opts.Bas Nieuwenhuizen1-1/+8
2018-07-26radv: Fix number of samples used for binning.Bas Nieuwenhuizen1-1/+1
2018-07-26radv: Select correct entries for binning.Bas Nieuwenhuizen1-2/+2
2018-07-26radv: winsys/amdgpu: include missing pthread.h headerMauro Rossi1-0/+1
2018-07-26vc4: Don't automatically reallocate a PERSISTENT-mapped buffer.Eric Anholt1-1/+1
2018-07-26gallium: Check pipe_screen::resource_changed before dereferencing itMichel Dänzer4-4/+8
2018-07-26st/mesa: call resource_changed when binding a EGLImage to a textureLucas Stach1-0/+1
2018-07-26cherry-ignore: add 4a67ce886a7b3def5f66c1aedf9e5436d157a03cDylan Baker1-0/+5
2018-07-26radv: make sure to wait for CP DMA when neededSamuel Pitoiset3-4/+52
2018-07-26anv/android: Fix Autotools build for VK_ANDROID_native_bufferChad Versace1-1/+4
2018-07-26anv/android: Fix type error in call to vk_errorf()Chad Versace1-1/+1
2018-07-26docs: Add sha256 sums for 18.1.4 tarballsDylan Baker1-2/+2
2018-07-24gallium/tests: Don't ignore S3TC errors.Jose Fonseca1-5/+0
2018-07-13docs: Add release notes for 18.1.4mesa-18.1.4Dylan Baker1-0/+150
2018-07-13Bump version for releaseDylan Baker1-1/+1
2018-07-13i965/fs: unspills shoudn't use grf127 as dest since Gen8+Jose Maria Casanova Crespo2-5/+34
2018-07-10glx: Don't allow glXMakeContextCurrent() with only one valid drawableAdam Jackson1-0/+7
2018-07-10intel/compiler: grf127 can not be dest when src and dest overlap in sendJose Maria Casanova Crespo1-0/+11
2018-07-10i965/fs: Register allocator shoudn't use grf127 for sends destJose Maria Casanova Crespo1-0/+25
2018-07-10glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2zhaowei yuan1-2/+2