summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Remove copies.cnl/fast_clear_rebase7Rafael Antognolli1-63/+0
2018-03-06changes to anvRafael Antognolli1-34/+0
2018-03-06fix blorpRafael Antognolli1-4/+34
2018-03-06changes to blorp.Rafael Antognolli2-43/+16
2018-03-06Make anv tell blorp to update the clear color.Rafael Antognolli3-12/+42
2018-03-06Store fast clear color.Rafael Antognolli1-4/+15
2018-03-06intel/isl: Make sure we use clear color address on gen10+.Rafael Antognolli1-0/+1
2018-03-06anv: Use clear address for HiZ fast clears too.Rafael Antognolli3-3/+27
2018-03-06anv: Emit the fast clear color address, instead of value.Rafael Antognolli3-4/+70
2018-03-06anv: Add a helper to extract clear color from the attachment.Rafael Antognolli2-13/+21
2018-03-06i965/surface_state: Emit the clear color address instead of value.Rafael Antognolli1-1/+28
2018-03-06i965/blorp: Update the fast clear color address.Rafael Antognolli2-0/+33
2018-03-06i965/blorp: Add aux_buf variable to simplify code.Rafael Antognolli1-12/+7
2018-03-06i965/miptree: Add new BO for clear color.Rafael Antognolli1-0/+18
2018-03-06i965/miptree: Add space to store the clear value in the aux surface.Rafael Antognolli2-0/+32
2018-03-06intel/blorp/gen10+: Update clear color on fast clears.Rafael Antognolli1-0/+23
2018-03-06intel/blorp: Add support for fast clear address.Rafael Antognolli1-3/+10
2018-03-06intel/isl: Add support to emit clear value address.Rafael Antognolli2-4/+23
2018-03-06intel/genxml: Add Clear Color struct.Rafael Antognolli7-21/+60
2018-03-06intel/genxml: Use a single field for clear color address on gen10.Rafael Antognolli2-8/+6
2018-03-06genxml: Preserve fields that share dword space with addresses.Rafael Antognolli1-2/+7
2018-03-06anv/image: Do not override lower bits of dword.Rafael Antognolli1-13/+10
2018-03-06nir: Simplify some comparisons like a+b < aIan Romanick1-0/+9
2018-03-06nir: Use De Morgan's Law on logic compounded comparisonsIan Romanick1-0/+9
2018-03-06nir: Replace fmin(b2f(a), b) with a bcselIan Romanick1-0/+9
2018-03-06nir: Pull b2f out of bcselIan Romanick1-0/+1
2018-03-06nir: Replace an odd comparison involving fmin of -b2fIan Romanick1-0/+13
2018-03-06nir: Mark bcsel-to-fmin (or fmax) transformations as inexactIan Romanick1-2/+2
2018-03-06nir: Recognize some more open-coded fmin / fmaxIan Romanick1-0/+2
2018-03-06st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh7-6/+227
2018-03-06st/omx/tizonia: Add H.264 encoderGurkirpal Singh18-403/+2106
2018-03-06st/omx/tizonia: Add H.264 decoderGurkirpal Singh25-1286/+2795
2018-03-06st/omx/tizonia: Add entrypointGurkirpal Singh4-2/+78
2018-03-06st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh10-7/+128
2018-03-06st/omx/bellagio: Rename st and target directoriesGurkirpal Singh23-50/+98
2018-03-06radv: report the scratch private memory size with shader statsSamuel Pitoiset1-1/+3
2018-03-06ac/nir: count the scratch private memory sizeSamuel Pitoiset2-2/+9
2018-03-06ac: add ac_count_scratch_private_memory()Samuel Pitoiset3-28/+38
2018-03-06ac/nir: only enable used channels when exporting parametersSamuel Pitoiset1-4/+20
2018-03-06ac: update enabled channels mask when optimizing PARAM exportsSamuel Pitoiset1-2/+16
2018-03-06ac/nir: pass the number of enabled channels to si_llvm_init_export_args()Samuel Pitoiset1-8/+13
2018-03-06ac/shader: scan output usage mask for VS and TESSamuel Pitoiset2-0/+22
2018-03-06intel: Add missing includes for building on AndroidClayton Craft2-0/+2
2018-03-06vulkan: do not expose surface/swapchain extensions on AndroidTapani Pälli2-3/+3
2018-03-06anv: Don't expose VK_KHX_multiview on android.Tapani Pälli1-1/+1
2018-03-06gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128Roland Scheidegger1-1/+1
2018-03-06tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger3-4/+12
2018-03-05clover: Allow overriding platform/device version numbersAaron Watry2-5/+14
2018-03-05clover/llvm: Pass device down to compileAaron Watry1-4/+3
2018-03-05clover: Pass device to llvm::create_compiler_instanceAaron Watry1-4/+5