mesa: remove unrequired else
[mesa.git] / src / gallium /
2016-04-02 Ilia Mirkingm107/ir: add OP_SELP emission, used in DSQRT lowering
2016-04-02 Ilia Mirkinnv50/ir: we can't load local memory directly into an...
2016-04-02 Samuel Pitoisetnv50/ir: fix envyas variants when building the code lib
2016-04-02 Brian Paulsvga: remove unused svga_compile_key::texture_msaa...
2016-04-02 Brian Paulsvga: check TXF instruction's target to determine MSAA
2016-04-02 Brian Paultgsi: add simple tgsi_is_msaa_target() helper
2016-04-01 Bas Nieuwenhuizengallium: distinguish between shader IR in get_compute_param
2016-04-01 Bas Nieuwenhuizengallium: add global buffer memory barrier bit
2016-04-01 Bas Nieuwenhuizengallium: add threads per block TGSI property
2016-04-01 Bas Nieuwenhuizengallium: add compute shader IR type
2016-04-01 Samuel Pitoisetnvc0: enable compute shaders on GK104 and GM107+
2016-04-01 Samuel Pitoisetnvc0: bump the maximum number of UBOs for compute on...
2016-04-01 Samuel Pitoisetnvc0/ir: do not lower shared+atomics on GM107+
2016-04-01 Samuel Pitoisetnvc0/ir: add atomics support on shared memory for Kepler
2016-04-01 Samuel Pitoisetnvc0/ir: fix wrong pred emission for ld lock on GK104
2016-04-01 Samuel Pitoisetnvc0/ir: add support for compute UBOs on Kepler
2016-04-01 Samuel Pitoisetnvc0: add indirect compute support on Kepler
2016-04-01 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-04-01 Samuel Pitoisetnvc0: store ubo info to the driver constbuf on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind user uniforms for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind shader buffers for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind driver cb for compute on c7[] for Kepler
2016-04-01 Jose Fonsecagallivm: Prevent disassembly debug output from being...
2016-04-01 Mauro Rossiradeonsi: use util_strchrnul() to fix android build...
2016-04-01 Jose Fonsecagallivm: Use vector selects on LLVM 3.3+.
2016-04-01 Ilia Mirkinnv50,nvc0: add PIPE_BIND_LINEAR support to is_format_su...
2016-03-31 Samuel Pitoisettgsi: silence compiler warning in fetch_sampler_unit()
2016-03-31 Samuel Pitoisettgsi: fix out of bounds access in exec_atomop()
2016-03-31 Brian Paultgsi: split tgsi_util_get_texture_coord_dim() function...
2016-03-31 Brian Paultgsi: skip texture query opcodes when examining texture...
2016-03-31 Pierre Moreaunv50/ir: Check for valid insn instead of def size
2016-03-30 Dave Airliesoftpipe: add image support to softpipe (v3)
2016-03-30 Dave Airliedraw: add support for passing images to vs/gs shaders.
2016-03-30 Dave Airlietgsi: add support for image operations to tgsi_exec...
2016-03-30 Dave Airliesoftpipe: add support for explicit early depth testing
2016-03-30 Dave Airlietgsi: introduce NonHelperMask
2016-03-30 Dave Airlietgsi_exec: handle execmask when doing indirect lookups
2016-03-30 Dave Airlietgsi_exec: add support for up to 3 address registers...
2016-03-30 Christian Königr600: ignore PIPE_BIND_LINEAR in *_is_format_supported
2016-03-30 Thomas Hindoe Paab... st/vdpau: correct null check
2016-03-30 Roland Scheideggertgsi: (trivial) only verify target for is_tex instructions
2016-03-30 Brian Paultgsi: simplify tgsi_shader_info::is_msaa_sampler checking
2016-03-30 Brian Paultgsi: collect texture sampler target info in tgsi_scan_...
2016-03-30 Brian Paulgallium/docs: s/gven/given/
2016-03-29 Rovanion Luckeygallium: Format code in pb_buffer_fenced.c according...
2016-03-29 Charmaine Leesvga: emit sampler declarations in the helper function...
2016-03-29 Brian Paulsvga: avoid freeing non-malloced memory
2016-03-29 Samuel Pitoisetnvc0/ir: move load/store lowering pass to handleLDST()
2016-03-29 Christian Königst/vdpau: implement the new DMA-buf based interop v2
2016-03-29 Christian Königst/vdpau: move FormatRGBAToPipe into the interop
2016-03-29 Christian Königst/vdpau: add new interop interface
2016-03-29 Christian Königst/vdpau: use linear layout for output surfaces
2016-03-29 Christian Königradeonsi: ignore PIPE_BIND_LINEAR in si_is_format_suppo...
2016-03-28 Samuel Pitoisetnvc0: use a different offset for buffers and surfaces
2016-03-28 Rhys Kiddvc4: Remove unused include from vc4_nir_lower_txf_ms.c
2016-03-28 Rob Clarkfreedreno/ir3: fix for load_front_face intrinsic
2016-03-28 Rob Clarkfreedreno/ir3: fix compiler warn
2016-03-28 Ilia Mirkinnvc0: make sure to disable fetches from previously...
2016-03-28 Ilia Mirkinnvc0: disable primitive restart and index bias during...
2016-03-28 Ilia Mirkinnvc0/ir: fix picking of coordinates from tex instructio...
2016-03-28 Ilia Mirkinnv50/ir: saturate depth writes
2016-03-27 Marek Olšákgallium/util: fix up inaccurate behavior of util_frameb...
2016-03-27 Edward O'Callaghangallium/p_context.h: Make comment more readable
2016-03-27 Edward O'Callaghanradeon/r600: Fix return type in failure branch
2016-03-27 Edward O'Callaghanradeon/r600_query.c: Minor style fix
2016-03-26 Dave Airlievirgl: drop next shader property for now.
2016-03-25 Brian Paulst/xa: emit sampler view declarations in shaders
2016-03-25 Tim Rowleyswr: [rasterizer jitter] Fix MASKLOADD AVX prototype...
2016-03-25 Tim Rowleyswr: [rasterizer core] NUMA optimizations...
2016-03-25 Tim Rowleyswr: [rasterizer jitter] Fix logic bug for alpha-to...
2016-03-25 Tim Rowleyswr: [rasterizer core] Fix Compute workitem retirement
2016-03-25 Tim Rowleyswr: [rasterizer core] Cleanup state ring arena after...
2016-03-25 Tim Rowleyswr: [rasterizer jitter] add missing include for llvm...
2016-03-25 Tim Rowleyswr: [rasterizer core] Reduce Arena blocksize to 128KB...
2016-03-25 Tim Rowleyswr: [rasterizer core] One last pass at Arena optimizations
2016-03-25 Tim Rowleyswr: [rasterizer core] CachedArena optimizations
2016-03-25 Tim Rowleyswr: [rasterizer jitter] support llvm-svn
2016-03-25 Tim Rowleyswr: [rasterizer core] Globally cache allocated arena...
2016-03-25 Tim Rowleyswr: [rasterizer] more arena work
2016-03-25 Tim Rowleyswr: [rasterizer core] Add clipping against user clip...
2016-03-25 Tim Rowleyswr: [rasterizer core] Arena optimizations - preparing...
2016-03-25 Tim Rowleyswr: [rasterizer core] Reset DrawContext arena at end...
2016-03-25 Tim Rowleyswr: [rasterizer core] Add clipping of user clip planes...
2016-03-25 Tim Rowleyswr: [rasterizer] Reduce max in-flight draws to 96...
2016-03-25 Tim Rowleyswr: [rasterizer] Fix run-time check asserts
2016-03-25 Tim Rowleyswr: [rasterizer jitter] signed immediate builder
2016-03-25 Tim Rowleyswr: [rasterizer common] changes for cygwin
2016-03-25 Tim Rowleyswr: [rasterizer] code styling and update copyrights
2016-03-25 Tim Rowleyswr: [rasterizer core] Guard against enquing work to...
2016-03-25 Tim Rowleyswr: [rasterizer] Stop setting viewport size to larger...
2016-03-25 Tim Rowleyswr: [rasterizer] Discard work + misc fixes
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of BYTE type
2016-03-25 Tim Rowleyswr: [rasterizer core] Fix crash that can occur when...
2016-03-25 Tim Rowleyswr: [rasterizer] remove unused knob
2016-03-25 Tim Rowleyswr: [rasterizer core] subcontext rework
2016-03-25 Tim Rowleyswr: [rasterizer common] add _simd_s[rl]lv_epi32
2016-03-25 Tim Rowleyswr: [rasterizer core] Alleviate potential stack overfl...
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of UCHAR and UINT64 types
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of FLOAT type
2016-03-25 Tim Rowleyswr: [rasterizer] Fix Coverity issues reported by Mesa...
next