mesa.git
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-05-01 Rhys Perrymesa: add support for nvidia conservative rasterization...
2018-05-01 Brian Paulglsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases...
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 Andres Rodriguezradv/winsys: fix leaking resources from bo's imported...
2018-04-30 Scott D Phillipsi965/tiled_memcpy: ytiled_to_linear a cache line at...
2018-04-30 Chris Wilsoni965: Record mipmap resolver for unmapping
2018-04-30 Chris Wilsoni965: Move unmap_depthstencil before map_depthstencil
2018-04-30 Chris Wilsoni965: Move unmap_etc before map_etc
2018-04-30 Chris Wilsoni965: Move unmap_s8 before map_s8
2018-04-30 Chris Wilsoni965: Move unmap_movntdqa before map_movntdqa
2018-04-30 Chris Wilsoni965: Move unmap_blit before map_blit
2018-04-30 Chris Wilsoni965: Move unmap_gtt before map_gtt
2018-04-30 Dave Airlieac/nir: expand 64-bit vec3 loads to fix shuffling.
2018-04-30 Kenneth Graunkei965: Don't stomp initial kflags for program cache.
2018-04-30 Kenneth Graunkei965: Let batchbuffers be placed anywhere in the 48...
2018-04-30 Scott D Phillipsintel: fix check for 48b ppgtt support
2018-04-30 Leo Liust/omx/enc: fix blit setup for YUV LoadImage
2018-04-30 Juan A. Suarez... autotools, meson: bump up required VA version
2018-04-28 Juan A. Suarez... docs: update calendar, add news and link release notes...
2018-04-28 Juan A. Suarez... docs: add sha256 checksums for 18.0.2
2018-04-28 Juan A. Suarez... docs: add release notes for 18.0.2
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 Marek Olšákac/surface: handle DCC subresource fast clear restricti...
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 Marek Olšákutil/u_queue: fix a deadlock in util_queue_finish
2018-04-27 Dylan Bakermeson: fix race condition revealed by using 0.44
2018-04-27 Dylan Bakerbin: force git show to use default pretty setting
2018-04-27 Tapani Pällimesa: add TBO support for GL_EXT_texture_norm16
2018-04-27 Samuel Pitoisetac: fix texture query LOD for 1D textures on GFX9
2018-04-27 Christian Gmeineretnaviv: remove not needed includes
2018-04-27 Christian Gmeineretnaviv: remove redundant include
2018-04-27 Timothy Arceriglsl: replace some asserts with unreachable when proces...
2018-04-27 Timothy Arcerimesa: drop the buffer mode param from the DrawBuffer...
2018-04-26 Anuj Phogatanv/icl: Enable Vulkan on Ice Lake
2018-04-26 Caio Marcelo... anv: enable VK_EXT_shader_viewport_index_layer
2018-04-26 Jason Ekstrandanv/allocator: Don't shrink either end of the block...
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: Add validation that we don't violate...
2018-04-26 Eric Anholtbroadcom/vc5: Add validation that we don't violate...
2018-04-26 Eric Anholtbroadcom/vc5: Implement GFXH-1742 workaround (emit...
2018-04-26 Eric Anholtbroadcom/vc5: Add QPU validation for register writes...
2018-04-26 Eric Anholtst: Choose a 2101010 format for GL_RGB/GL_RGBA with...
2018-04-26 Charmaine Leest/mesa: fix missing setting of _ElementSize in new_dra...
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-26 Ian Romanickradeon: Drop broken front_buffer_reading/drawing optimi...
2018-04-26 Ian Romanickradeon: Use _mesa_is_front_buffer_drawing
2018-04-26 Samuel Pitoisetradv: set ac_surf_info::num_channels correctly
2018-04-26 Samuel Pitoisetradv: fix DCC enablement since partial MSAA implementation
2018-04-26 Karol Herbstnir/opt_constant_folding: fix folding of 8 and 16 bit...
2018-04-26 Karol Herbstnir: print 8 and 16 bit constants correctly
2018-04-26 Karol Herbstnir: support converting to 8-bit integers in nir_type_c...
2018-04-26 Neil Robertsspirv: Don’t check for NaN for most OpFOrd* comparisons
2018-04-25 Matt AtwoodIntel: Add a Kaby Lake PCI ID
next