summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-23intel/blorp_blit: Fix max blit size for gen6snb-blitJordan Justen1-2/+3
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
2016-12-21radeonsi: add Polaris12 PCI IDJunwei Zhang1-0/+7
2016-12-21radeonsi: add Polaris12 support (v3)Junwei Zhang9-2/+19
2016-12-21glsl: Eliminate the open-coded version of process_block_array_leafIan Romanick1-31/+9
2016-12-21ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS caseJuan A. Suarez Romero1-0/+1
2016-12-21i965: allow unsourced enabled VAOJuan A. Suarez Romero1-7/+16
2016-12-21svga: Fix a strict-aliasing violation in shader dumperEdward O'Callaghan1-1/+9
2016-12-21draw: use SoA fetch, not AoS oneRoland Scheidegger1-48/+23
2016-12-21gallivm: generalize the compressed format soa fetch a bitRoland Scheidegger1-37/+49
2016-12-21gallivm: provide soa fetch path handling formats with more than 32bitRoland Scheidegger1-154/+375
2016-12-21gallivm: optimize gather a bit, by using supplied destination typeRoland Scheidegger8-79/+333
2016-12-21gallivm: optimize SoA AoS fallback fetch path a littleRoland Scheidegger1-22/+46
2016-12-21gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soaRoland Scheidegger3-8/+12
2016-12-20st/nine: Upload on secondary context for Draw*UpAxel Davy1-8/+15
2016-12-20st/nine: Dirty MANAGED buffers at Lock timeAxel Davy1-2/+3
2016-12-20st/nine: Implement new buffer upload pathAxel Davy10-24/+461