mesa.git
2019-03-28 Kenneth Graunkest/nir: Free the GLSL IR after linking.
2019-03-28 Samuel Pitoisetradv: enable VK_AMD_gpu_shader_int16
2019-03-28 Samuel Pitoisetradv: do not lower frexp_exp and frexp_sig
2019-03-28 Samuel Pitoisetac: add ac_build_frex_exp() helper ans 16-bit/32-bit...
2019-03-28 Samuel Pitoisetac: add ac_build_frexp_mant() helper and 16-bit/32...
2019-03-28 Kenneth Graunkeiris: Actually advertise some modifiers
2019-03-28 Toni Lönnbergintel/genxml: Media instructions and structures for...
2019-03-28 Toni Lönnbergintel/genxml: Media instructions and structures for...
2019-03-28 Toni Lönnbergintel/genxml: Media instructions and structures for...
2019-03-28 Toni Lönnbergintel/genxml: Media instructions and structures for...
2019-03-28 Toni Lönnbergintel/genxml: Media instructions and structures for...
2019-03-28 Toni Lönnbergintel/genxml: Media instructions and structures for...
2019-03-28 Toni Lönnbergintel/genxml: Media instructions and structures for...
2019-03-28 Toni Lönnbergintel/genxml: Only handle instructions meant for render...
2019-03-28 Dave Airliesoftpipe: add indirect store buffer/image unit
2019-03-28 Dave Airliesoftpipe/draw: fix vertex id in soft paths.
2019-03-27 Kristian H... freedreno/ir3: Push UBOs to constant file
2019-03-27 Kristian H... freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
2019-03-27 Kristian H... st/glsl_to_nir: Calculate num_uniforms from NumParamete...
2019-03-27 Anuj Phogatintel: Add Elkhart Lake PCI-IDs
2019-03-27 Anuj Phogatintel: Add Elkhart Lake device info
2019-03-27 Leo Liuradeon/vcn: add H.264 constrained baseline support
2019-03-27 Gurchetan Singhegl/android: chose node type based on swrast and prepro...
2019-03-27 Gurchetan Singhegl/android: use software rendering when appropriate
2019-03-27 Gurchetan Singhegl/android: use swrast option in droid_load_driver
2019-03-27 Gurchetan Singhegl/android: plumb swrast option
2019-03-27 Gurchetan Singhegl/android: refactor droid_load_driver a bit
2019-03-27 Gurchetan Singhegl/android: droid_open_device_drm_gralloc --> droid_op...
2019-03-27 Gurchetan Singhegl/android: move droid_open_device_drm_gralloc down...
2019-03-27 Gurchetan Singhegl/android: move droid_image_loader_extension down...
2019-03-27 Dylan Bakerdocs: update calendar, add news item and link release...
2019-03-27 Dylan Bakerdocs: Add SHA256 sums for mesa 19.0.1
2019-03-27 Dylan Bakerdocs: Add release notes for 19.0.1
2019-03-27 Jason EkstrandRevert "anv/radv: release memory allocated by glsl...
2019-03-27 Tomeu Vizosopanfrost: Wait for last job to finish in force_flush_fr...
2019-03-27 Tomeu Vizosopanfrost: Pass the context BOs to the kernel so they...
2019-03-27 Tomeu Vizosopanfrost: Also tell the kernel about the checksum_slab
2019-03-27 Tomeu Vizosopanfrost: Set the GEM handle for AFBC buffers
2019-03-27 Tomeu Vizosopanfrost: Fix sscanf format options
2019-03-27 Alexandros... virgl: Fake MSAA when max samples is 1
2019-03-27 Samuel Pitoisetac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3
2019-03-27 Michel Dänzergitlab-ci: Automatically retry jobs after runner system...
2019-03-27 Michel Dänzergitlab-ci: Only pull/push cache contents in build+test...
2019-03-27 Michel Dänzergitlab-ci: Make sure clang job actually uses ccache
2019-03-27 Samuel Pitoisetspirv: propagate the access flag for store and load...
2019-03-27 Samuel Pitoisetnir: add nir_{load,store}_deref_with_access() helpers
2019-03-27 Timothy Arcerispirv: make use of the select control support in nir
2019-03-27 Timothy Arcerinir: add support for user defined select control
2019-03-27 Timothy Arcerispirv: make use of the loop control support in nir
2019-03-27 Timothy Arcerinir: add support for user defined loop control
2019-03-27 Alyssa Rosenzweigpanfrost: Preliminary work for mipmaps
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: fpow is a two-part operation
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Handle i2b constant
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Expand fge lowering to more types
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add ult/ule ops
2019-03-26 Alyssa Rosenzweigpanfrost: Stub out ES3 caps/callbacks
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Cleanup midgard_nir_algebraic.py
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower source modifiers for ints
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Implement b2i; improve b2f/f2b
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower i2b32
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower f2b32 to fne
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower bool_to_int32
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Map more bany/ball opcodes
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add more ball/bany, iabs ops
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Schedule ball/bany to vectors
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add fcsel_i opcode
2019-03-26 Alyssa Rosenzweigpanfrost: Implement scissor test
2019-03-26 Alyssa Rosenzweigpanfrost: Fix viewports
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Fix b2f32 swizzle for vectors
2019-03-26 Dave Airliesoftpipe: fix clears to only clear specified color...
2019-03-26 Dave Airliedraw/vs: partly fix basevertex/vertex id
2019-03-26 Nicolai Hähnleamd/surface: provide firstMipIdInTail for metadata...
2019-03-26 Bas Nieuwenhuizenac/nir: Return frag_coord as integer.
2019-03-26 Kristian H... freedreno/ir3: Fix operand order for DSX/DSY
2019-03-26 Kristian H... freedreno/ir3: Track whether shader needs derivatives
2019-03-25 Andre Heiderst/nine: enable csmt per default on iris
2019-03-25 Jason Ekstrandspirv: Handle the NonUniformEXT decoration
2019-03-25 Jason Ekstrandnir: Add access flags to deref and SSBO atomics
2019-03-25 Jason Ekstrandnir: Add texture sources and intrinsics for bindless
2019-03-25 Danylo Piliaievintel/fs: Make alpha test work with MRT and sample...
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-03-25 Jason Ekstrandnir: Add a lowering pass for non-uniform resource access
2019-03-25 Jason Ekstrandnir/lower_io: Add a bounds-checked 64-bit global addres...
2019-03-25 Dave Airliedraw/gs: fix point size outputs from geometry shader.
2019-03-25 Dave Airliedraw: bail instead of assert on instance count (v2)
2019-03-25 Leo Liuvl/dri3: remove the wait before getting back buffer
2019-03-25 Iago Toral... compiler/nir: add lowering for 16-bit ldexp
2019-03-25 Iago Toral... compiler/nir: add lowering for 16-bit flrp
2019-03-25 Iago Toral... compiler/nir: add lowering option for 16-bit fmod
2019-03-25 Brian Paulst/mesa: fix texture deletion context mix-up issues...
2019-03-25 Brian Paulnir: fix a few signed/unsigned comparison warnings
2019-03-25 Kishore Kadiyalaandroid: static link with libexpat with Android O+
2019-03-25 Samuel Iglesias... radv: write availability status vkGetQueryPoolResults...
2019-03-25 Samuel Iglesias... radv: don't overwrite results in VkGetQueryPoolResults...
2019-03-25 Tapani Pällist/mesa: fix warnings about implicit conversion on...
2019-03-25 Tapani Pällist/mesa: fix compilation warning on storage_flags_to_bu...
2019-03-25 Dave Airlienir/split_vars: fixup some more explicit_stride related...
2019-03-23 Caio Marcelo... spirv: Use interface type for block and buffer block
2019-03-23 Caio Marcelo... intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE...
2019-03-23 Caio Marcelo... spirv: Add an execution environment to the options
next