nir/format_convert: Add pack/unpack for R11F_G11F_B10F
[mesa.git] / src / gallium /
2018-05-09 Jan Veselypipe-loader: Free driver_name in error path
2018-05-08 Jan Veselyeg/compute: Drop reference to kernel_param bo in destructor
2018-05-08 Jan Veselyr600: Cleanup constant buffers on context destruction
2018-05-07 Jan Veselyeg/compute: Drop reference on code_bo in destructor.
2018-05-05 Vinson Leeswr/rast: Fix include for createInstructionCombiningPas...
2018-05-05 Jan Veselyclover: Add explicit virtual destructor to argument...
2018-05-04 Rhys Perrynv50/ir: fix printing of pixld
2018-05-03 Drew Davenportst/va: Support YUV formats in vaCreateSurfaces
2018-05-03 Vinson Leeswr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.
2018-05-02 Vlad Golovkinnv50: Extract needed value bits without shifting them...
2018-05-01 Eric Anholtfreedreno: Fix ir3_cmdline.c build.
2018-05-01 Brian Paulgallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DIL...
2018-05-01 Rhys Perrynvc0: add conservative rasterization support
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-05-01 Brian Paultgsi: use enums instead of unsigned in ureg code
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl
2018-04-30 Leo Liust/omx/enc: fix blit setup for YUV LoadImage
2018-04-27 Marek Olšákradeonsi: increase the number of compiler threads depen...
2018-04-27 Marek Olšákradeonsi: avoid a crash in gallivm_dispose_target_libra...
2018-04-27 Marek Olšákradeonsi: move data_layout into si_compiler
2018-04-27 Marek Olšákradeonsi: move passmgr into si_compiler
2018-04-27 Marek Olšákradeonsi: move target_library_info into si_compiler
2018-04-27 Marek Olšákradeonsi: use si_compiler::triple in si_llvm_optimize_m...
2018-04-27 Marek Olšákradeonsi: add triple into si_compiler
2018-04-27 Marek Olšákradeonsi: add struct si_compiler containing LLVMTargetM...
2018-04-27 Marek Olšákradeonsi: rename r600_texture::resource to buffer
2018-04-27 Marek Olšákradeonsi: use r600_resource() typecast helper
2018-04-27 Marek Olšákradeonsi: remove unused atom parameter from si_atom...
2018-04-27 Marek Olšákradeonsi: inline 2 trivial state structures
2018-04-27 Marek Olšákradeonsi: remove function si_init_atom
2018-04-27 Marek Olšákradeonsi: remove si_atom::id
2018-04-27 Marek Olšákradeonsi: don't use an indirect table for state atoms
2018-04-27 Marek Olšákradeonsi: rename r600_atom -> si_atom
2018-04-27 Marek Olšákradeonsi: remove r600_pipe_common.h
2018-04-27 Marek Olšákradeonsi/gfx9: workaround for INTERP with indirect...
2018-04-27 Marek Olšákradeonsi: rewrite DCC format compatibility checking...
2018-04-27 Marek Olšákradeonsi: implement DCC fast clear swizzle constraints...
2018-04-27 Marek Olšákradeonsi: rename variables and document stuff around...
2018-04-27 Marek Olšákradeonsi: fully enable 2x DCC MSAA for array and non...
2018-04-27 Marek Olšákradeonsi: enable fast color clear for level 0 of mipmap...
2018-04-27 George Kyriazisswr/rast: No need to export GetSimdValidIndicesGfx
2018-04-27 George Kyriazisswr/rast: Small editorial changes
2018-04-27 George Kyriazisswr/rast: Use new processor detection mechanism
2018-04-27 George Kyriazisswr/rast: Output rasterizer dir to console since it...
2018-04-27 George Kyriazisswr/rast: Add TranslateGfxAddress for shader
2018-04-27 George Kyriazisswr/rast: jit PRINT improvements.
2018-04-27 George Kyriazisswr/rast: Fix regressions.
2018-04-27 George Kyriazisswr/rast: Cleanup old cruft.
2018-04-27 George Kyriazisswr/rast: Package events.proto with core output
2018-04-27 George Kyriazisswr/rast: Fix init in EventHandlerWorkerStats
2018-04-27 George Kyriazisswr/rast: Fix return type of VCVTPS2PH.
2018-04-27 George Kyriazisswr/rast: WIP Translation handling
2018-04-27 George Kyriazisswr/rast: Use different handing for stream masks
2018-04-27 George Kyriazisswr/rast: Silence warnings
2018-04-27 George Kyriazisswr/rast: Add support for TexelMask evaluation
2018-04-27 George Kyriazisswr/rast: Internal core change
2018-04-27 George Kyriazisswr/rast: Fix x86 lowering 64-bit float handling
2018-04-27 George Kyriazisswr/rast: Add some SIMD_T utility functors
2018-04-27 George Kyriazisswr/rast: Fix wrong type allocation
2018-04-27 George Kyriazisswr: touch generated files to update timestamp
2018-04-27 George Kyriazisswr/rast: Fix byte offset for non-indexed draws
2018-04-27 Christian Gmeineretnaviv: remove not needed includes
2018-04-27 Christian Gmeineretnaviv: remove redundant include
2018-04-26 Eric Anholtbroadcom/vc5: Add support for centroid varyings.
2018-04-26 Eric Anholtbroadcom/vc5: Add an assert about GFXH-1559.
2018-04-26 Eric Anholtbroadcom/vc5: Implement GFXH-1742 workaround (emit...
2018-04-26 Drew Davenportst/va: Fix typos
2018-04-26 Drew Davenportst/va: Fix potential buffer overread
2018-04-26 Boyuan Zhangradeon/vcn: fix mpeg4 msg buffer settings
2018-04-25 Eric Anholtgallium/util: Fix incorrect refcounting of separate...
2018-04-25 Eric Anholtbroadcom/vc5: Fix reloads of separate stencil buffers.
2018-04-25 Eric Anholtbroadcom/vc5: Fix cpp of MSAA surfaces on 4.x.
2018-04-25 Eric Anholtbroadcom/vc5: Implement stencil blits using RGBA.
2018-04-25 Eric Anholtbroadcom/vc5: Remove leftover vc4 MSAA lowering setup...
2018-04-25 Eric Anholtbroadcom/vc5: Fix tile load/store of MSAA surfaces...
2018-04-25 Roland Scheideggerdraw: fix different sign logic when clipping
2018-04-25 Roland Scheideggerdraw: simplify clip null tri logic
2018-04-25 Ilia Mirkinnvc0/ir: all short immediates are sign-extended, adjust...
2018-04-24 Dylan Bakermeson: raise required version to 0.44.1
2018-04-24 Dylan Bakermeson: fix graw-xlib after auxiliary consolidation
2018-04-24 Karol Herbstgm107/ir/lib: fix sched in div u32 builtin
2018-04-24 Eric Anholtbroadcom/vc5: Set up internal_format for imported resou...
2018-04-24 Eric Anholtbroadcom/vc5: Assert that created BOs have offset ...
2018-04-24 Eric Anholtbroadcom/vc5: Don't allocate simulator BOs at offset 0.
2018-04-24 Eric Anholtbroadcom/vc5: Add sim support for the GET_BO_OFFSET...
2018-04-24 Eric Anholtbroadcom/vc5: Treat imports of DRM_FORMAT_MOD_INVALID...
2018-04-24 Marek OlšákRevert "st/dri: Fix dangling pointer to a destroyed...
2018-04-24 Roland Scheideggergallivm: dump bitcode before optimization
2018-04-24 Roland Scheideggergallivm: (trivial) do division by 1000 with int64
2018-04-24 Roland Scheideggergallivm: remove LICM pass
2018-04-24 Roland Scheideggergallivm: add early cse pass
2018-04-23 Dave Airlieac/radv/radeonsi: refactor harvest config register...
2018-04-23 Dave Airlieac/radv/radeonsi: refactor max simd waves into common...
2018-04-23 Dave Airlieac/radv/radeonsi: refactor raster_config default values...
2018-04-23 Dave Airlieradeonsi: use common gs_table_depth code
2018-04-23 Dave Airlieradeonsi: don't runtime check gs table info
2018-04-23 Johan Klokkhammer... st/dri: Fix dangling pointer to a destroyed dri_drawable
2018-04-23 Ilia Mirkinnv50/ir: make a copy of tex src if it's referenced...
2018-04-23 Lepton Wuvirgl: disable virgl when no 3D for virtio gpu.
2018-04-22 Ilia Mirkingallium/tests/trivial: fix viewport depth transform
next