summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-27clover: no idea what I am doing..clover-image-support-enabledEdward O'Callaghan1-0/+2
2016-12-27radeonsi: Enable OpenCL image supportEdward O'Callaghan1-1/+1
2016-12-27clover: Implement 'CL_MEM_OBJECT_IMAGE1D_ARRAY'clover-image-supportEdward O'Callaghan3-4/+45
2016-12-27clover: Implement 'CL_MEM_OBJECT_IMAGE1D_BUFFER'Edward O'Callaghan3-1/+40
2016-12-27clover: Add array_size as internal state inside image() classEdward O'Callaghan2-1/+8
2016-12-27clover: Implement 'CL_MEM_OBJECT_IMAGE1D'Edward O'Callaghan3-1/+40
2016-12-27clover: Implement 'CL_MEM_OBJECT_IMAGE2D_ARRAY'Edward O'Callaghan3-1/+41
2016-12-27egl/dri2: implement query surface hookTapani Pälli1-0/+36
2016-12-27radv: add some asserts for operations on general queueDave Airlie2-0/+3
2016-12-27radv: Also skip DCC clear flushes for compute.Bas Nieuwenhuizen4-12/+16
2016-12-26radv: handle queue present directly to winsysDave Airlie1-1/+9
2016-12-26intel/blorp_blit: Fix max blit size for gen6Jordan Justen1-2/+3
2016-12-26radv: fix rendering to b10g11r11_ufloat_pack32Dave Airlie1-1/+1
2016-12-26radv: handle multi-component shared load/stores.Dave Airlie1-12/+29
2016-12-24clover: Use Clang's diagnosticsVedran Miletić1-1/+6
2016-12-25radv: return count of queue families writtenDamien Grassart1-1/+4
2016-12-23i965/generator/tex: Handle an immediate sampler with an indirect textureJason Ekstrand2-4/+12
2016-12-23swr: fix icc compile errorBruce Cherniak1-1/+1
2016-12-23radv: set some proper values for interp offset limits.Dave Airlie1-3/+3
2016-12-23radv: bump texel offsets to align with radeonsiDave Airlie1-4/+4
2016-12-22nir/algebraic: Add optimizations for "a == a && a CMP b"Jason Ekstrand1-0/+8
2016-12-22i965: Use nir_opt_trivial_continues and nir_opt_ifJason Ekstrand1-0/+9
2016-12-22nir: Add a pass for moving SPIR-V continue blocks to the ends of loopsJason Ekstrand3-0/+259
2016-12-22nir: Add an optimization pass to remove trivial continuesJason Ekstrand3-0/+140
2016-12-22nir: Correctly handle blocks in cf_node_cf_tree_nextJason Ekstrand1-1/+1
2016-12-23i965: make use of nir_lower_returns() for GLTimothy Arceri2-6/+2
2016-12-23nir: update nir_lower_returns to only predicate instructions when neededTimothy Arceri1-6/+41
2016-12-23i965: disable loop unrolling in GLSL IRTimothy Arceri1-1/+1
2016-12-23i965: use nir loop unrolling passTimothy Arceri2-5/+20
2016-12-23nir: pass compiler rather than devinfo to functions that call nir_optimizeTimothy Arceri7-21/+18
2016-12-23nir: add a loop unrolling passTimothy Arceri3-0/+578
2016-12-23nir: add helper for cloning nir_cf_listTimothy Arceri2-9/+56
2016-12-23nir: update fixup_phi_srcs() to handle registersTimothy Arceri1-4/+9
2016-12-23nir: create helper for fixing phi srcs when cloningTimothy Arceri1-15/+21
2016-12-23nir: Add a LCSAA-passThomas Helland3-0/+206
2016-12-23nir: Add a loop analysis passThomas Helland6-3/+986
2016-12-23i965: use nir_lower_indirect_derefs() for GLSLTimothy Arceri3-27/+12
2016-12-23i965: allow sampler indirects on all gensTimothy Arceri1-4/+0
2016-12-23nir: Add a couple quick-and-dirty out-of-SSA helpersJason Ekstrand2-12/+180
2016-12-22vulkan/wsi/x11: don't crash on null wsi x11 connectionArda Coskunses1-0/+3
2016-12-22vulkan/wsi/x11: don't crash on null visualArda Coskunses1-0/+3
2016-12-22radeonsi: Bugfix needed for hashcatChristian Inci1-5/+7
2016-12-22radeonsi: fix gl_ClipDistance and gl_ClipVertex for pointsNicolai Hähnle1-2/+10
2016-12-22radeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the misc vector is usedNicolai Hähnle1-5/+6
2016-12-21llvmpipe: Link tests with CLOCK_LIB.Vinson Lee1-1/+2
2016-12-22radv: fix dual source blendingFredrik Höglund1-2/+2
2016-12-22radv: enable shaderStorageImageExtendedFormatsDave Airlie1-1/+1
2016-12-22radv: enable shaderGatherImageExtendedDave Airlie1-1/+1
2016-12-21radv/image: only touch queue family info for concurrent images.Dave Airlie1-2/+4
2016-12-21radv: flush smem for uniform buffer bit.Dave Airlie1-1/+3