mesa.git
2016-12-27 Chad Versacemesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1
2016-12-27 Chad Versacedri: Add __DRI_IMAGE_FORMAT_ARGB1555
2016-12-27 Tapani Pälliegl/dri2: implement query surface hook
2016-12-27 Dave Airlieradv: add some asserts for operations on general queue
2016-12-27 Bas Nieuwenhuizenradv: Also skip DCC clear flushes for compute.
2016-12-26 Dave Airlieradv: handle queue present directly to winsys
2016-12-26 Jordan Justenintel/blorp_blit: Fix max blit size for gen6
2016-12-26 Dave Airlieradv: fix rendering to b10g11r11_ufloat_pack32
2016-12-26 Dave Airlieradv: handle multi-component shared load/stores.
2016-12-25 Vedran Miletićclover: Use Clang's diagnostics
2016-12-25 Damien Grassartradv: return count of queue families written
2016-12-23 Jason Ekstrandi965/generator/tex: Handle an immediate sampler with...
2016-12-23 Bruce Cherniakswr: fix icc compile error
2016-12-23 Dave Airlieradv: set some proper values for interp offset limits.
2016-12-23 Dave Airlieradv: bump texel offsets to align with radeonsi
2016-12-23 Jason Ekstrandnir/algebraic: Add optimizations for "a == a && a CMP b"
2016-12-23 Jason Ekstrandi965: Use nir_opt_trivial_continues and nir_opt_if
2016-12-23 Jason Ekstrandnir: Add a pass for moving SPIR-V continue blocks to...
2016-12-23 Jason Ekstrandnir: Add an optimization pass to remove trivial continues
2016-12-23 Jason Ekstrandnir: Correctly handle blocks in cf_node_cf_tree_next
2016-12-22 Timothy Arcerii965: make use of nir_lower_returns() for GL
2016-12-22 Timothy Arcerinir: update nir_lower_returns to only predicate instruc...
2016-12-22 Timothy Arcerii965: disable loop unrolling in GLSL IR
2016-12-22 Timothy Arcerii965: use nir loop unrolling pass
2016-12-22 Timothy Arcerinir: pass compiler rather than devinfo to functions...
2016-12-22 Timothy Arcerinir: add a loop unrolling pass
2016-12-22 Timothy Arcerinir: add helper for cloning nir_cf_list
2016-12-22 Timothy Arcerinir: update fixup_phi_srcs() to handle registers
2016-12-22 Timothy Arcerinir: create helper for fixing phi srcs when cloning
2016-12-22 Thomas Hellandnir: Add a LCSAA-pass
2016-12-22 Thomas Hellandnir: Add a loop analysis pass
2016-12-22 Timothy Arcerii965: use nir_lower_indirect_derefs() for GLSL
2016-12-22 Timothy Arcerii965: allow sampler indirects on all gens
2016-12-22 Jason Ekstrandnir: Add a couple quick-and-dirty out-of-SSA helpers
2016-12-22 Arda Coskunsesvulkan/wsi/x11: don't crash on null wsi x11 connection
2016-12-22 Arda Coskunsesvulkan/wsi/x11: don't crash on null visual
2016-12-22 Christian Inciradeonsi: Bugfix needed for hashcat
2016-12-22 Nicolai Hähnleradeonsi: fix gl_ClipDistance and gl_ClipVertex for...
2016-12-22 Nicolai Hähnleradeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the...
2016-12-22 Vinson Leellvmpipe: Link tests with CLOCK_LIB.
2016-12-22 Fredrik Höglundradv: fix dual source blending
2016-12-22 Dave Airlieradv: enable shaderStorageImageExtendedFormats
2016-12-21 Dave Airlieradv: enable shaderGatherImageExtended
2016-12-21 Dave Airlieradv/image: only touch queue family info for concurrent...
2016-12-21 Dave Airlieradv: flush smem for uniform buffer bit.
2016-12-21 Junwei Zhangradeonsi: add Polaris12 PCI ID
2016-12-21 Junwei Zhangradeonsi: add Polaris12 support (v3)
2016-12-21 Ian Romanickglsl: Eliminate the open-coded version of process_block...
2016-12-21 Juan A. Suarez... ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case
2016-12-21 Juan A. Suarez... i965: allow unsourced enabled VAO
2016-12-21 Edward O'Callaghansvga: Fix a strict-aliasing violation in shader dumper
2016-12-21 Roland Scheideggerdraw: use SoA fetch, not AoS one
2016-12-21 Roland Scheideggergallivm: generalize the compressed format soa fetch...
2016-12-21 Roland Scheideggergallivm: provide soa fetch path handling formats with...
2016-12-21 Roland Scheideggergallivm: optimize gather a bit, by using supplied desti...
2016-12-21 Roland Scheideggergallivm: optimize SoA AoS fallback fetch path a little
2016-12-21 Roland Scheideggergallivm: (trivial) handle non-aligned fetch for lp_buil...
2016-12-20 Axel Davyst/nine: Upload on secondary context for Draw*Up
2016-12-20 Axel Davyst/nine: Dirty MANAGED buffers at Lock time
2016-12-20 Axel Davyst/nine: Implement new buffer upload path
2016-12-20 Axel Davyst/nine: Allow non-zero resource offset for vertex...
2016-12-20 Axel Davyst/nine: Do not wait for DEFAULT lock for volumes when...
2016-12-20 Axel Davyst/nine: Do not wait for DEFAULT lock for surfaces...
2016-12-20 Axel Davyst/nine: Add arguments to context's blit and copy_region
2016-12-20 Axel Davyst/nine: Idem for nine_context_gen_mipmap
2016-12-20 Axel Davyst/nine: Bind destination for surface/volume uploads
2016-12-20 Axel Davyst/nine: Use nine_context_box_upload for volumes
2016-12-20 Axel Davyst/nine: Fix leak with volume dtor
2016-12-20 Axel Davyst/nine: Fix leak with cubetexture dtor
2016-12-20 Axel Davyst/nine: Use nine_context_box_upload for surfaces
2016-12-20 Axel Davyst/nine: Implement nine_context_box_upload
2016-12-20 Axel Davyst/nine: Use nine_context_gen_mipmap in BaseTexture9
2016-12-20 Axel Davyst/nine: Implement nine_context_gen_mipmap
2016-12-20 Axel Davyst/nine: Optimize managed buffer upload
2016-12-20 Axel Davyst/nine: Implement nine_context_range_upload
2016-12-20 Axel Davyst/nine: Do not bind the container if forward is false
2016-12-20 Axel Davyst/nine: Comment and simplify iunknown
2016-12-20 Axel Davyst/nine: Detach buffers in swapchain dtor.
2016-12-20 Axel Davyst/nine: Fix NineUnknown_Detach
2016-12-20 Axel Davyst/nine: Simplify ARG_BIND_REF
2016-12-20 Axel Davyst/nine: Avoid flushing the queue for queries GetData
2016-12-20 Patrick Rudolphst/nine: Add CSMT_NO_WAIT_WITH_COUNTER
2016-12-20 Axel Davyst/nine: Use nine_context_clear_render_target
2016-12-20 Axel Davyst/nine: Optimize ColorFill
2016-12-20 Axel Davyst/nine: Simplify ColorFill
2016-12-20 Axel Davyst/nine: use get_pipe_acquire/release when possible
2016-12-20 Axel Davyst/nine: Implement Fast path for dynamic buffers and...
2016-12-20 Axel Davyst/nine: Add secondary pipe for device
2016-12-20 Axel Davyst/nine: Add nine_context_get_pipe_acquire/release
2016-12-20 Axel Davyst/nine: SYSTEMMEM ignores DISCARD.
2016-12-20 Axel Davyst/nine: Upload Managed buffers just before draw call...
2016-12-20 Axel Davyst/nine: Track bindings for buffers
2016-12-20 Axel Davyst/nine: Fix BASETEX_REGISTER_UPDATE
2016-12-20 Axel Davyst/nine: Simplify the logic to bind textures
2016-12-20 Patrick Rudolphst/nine: Use nine_context for resource_copy_region
2016-12-20 Patrick Rudolphst/nine: Use nine_context for blit
2016-12-20 Patrick Rudolphst/nine: Add NINE_DEBUG=tid to turn threadid on or off
2016-12-20 Patrick Rudolphst/nine: Print threadid in debug log
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-20 Axel Davyst/nine: Call GetPipe for implicit pipe usages
next