kmsro: Add the rest of the current set of tinydrm drivers.
[mesa.git] / src /
2019-02-20 Eric Anholtkmsro: Add the rest of the current set of tinydrm drivers.
2019-02-20 Andrii Simikliti965: re-emit index buffer state on a reset option...
2019-02-20 Kenneth Graunkenir: Don't forget if-uses in new nir_opt_dead_cf livene...
2019-02-20 Kristian H. Kristensenfreedreno/a6xx: Support MSAA resolve blits on blitter
2019-02-20 Kristian H. Kristensenfreedreno/a6xx: Copy stencil as R8_UINT
2019-02-20 Kristian H. Kristensenfreedreno: Update headers
2019-02-20 Eric Engestromanv: use anv_shader_bin_write_to_blob()'s return value
2019-02-20 Eric Engestromanv: drop unused imports
2019-02-20 Eric Engestromanv: make sure the extensions stay sorted
2019-02-20 Eric Engestromanv: sort vendors extensions after KHR and EXT
2019-02-20 Eric Engestromanv: sort extensions alphabetically
2019-02-20 Tapani Pällianv: anv: refactor error handling in anv_shader_bin_wri...
2019-02-20 Carlos Garnachowayland/egl: Ensure EGL surface is resized on DRI updat...
2019-02-20 Lionel Landwerlinanv: implement VK_EXT_depth_clip_enable
2019-02-20 Lionel Landwerlinvulkan: Update the XML and headers to 1.1.101
2019-02-20 Samuel Iglesias... isl: remove the cache line size alignment requirement
2019-02-20 Bas Nieuwenhuizenradv: Clean up a bunch of compiler warnings.
2019-02-20 Bas Nieuwenhuizenradv: Sync ETC2 whitelisted devices.
2019-02-19 Timothy Arcerist/nir: use NIR for asm programs
2019-02-19 Kenneth Graunkest/mesa: Copy VP TGSI tokens if they exist, even for...
2019-02-19 Kenneth Graunkeradeonsi: Go back to using llvm.pow intrinsic for nir_o...
2019-02-19 Timothy Arceriradeonsi/nir: set shader_buffers_declared properly
2019-02-19 Timothy Arceriradeonsi/nir: set colors_read properly
2019-02-19 Timothy Arceriradeonsi/nir: set input_usage_mask properly
2019-02-19 Timur Kristófradeonsi/nir: Use uniform location when calculating...
2019-02-19 Mario Kleinerdrirc: Add sddm-greeter to adaptive_sync blacklist.
2019-02-19 Marek Olšákdriconf: add Civ6Sub executable for Civilization 6
2019-02-19 Marek Olšákradeonsi: always enable NIR for Civilization 6 to fix...
2019-02-19 Marek Olšákradeonsi: add driconf option radeonsi_enable_nir
2019-02-19 Kenneth Graunkemesa: Align doubles to a 64-bit starting boundary,...
2019-02-19 Kenneth Graunkecompiler: Make is_64bit(GL_*) helper more broadly available
2019-02-19 Eric Engestromtegra/autotools: add missing libdrm cflags
2019-02-19 Eric Engestromtegra/meson: add missing dep_libdrm
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_ldexp
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_frsq
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_frcp
2019-02-19 Rhys Perryac/nir: make ac_build_fdiv support 16-bit floats
2019-02-19 Rhys Perryac/nir: make ac_build_isign work on all bit sizes
2019-02-19 Rhys Perryac/nir: make ac_build_clamp work on all bit sizes
2019-02-19 Rhys Perryac/nir: fix 64-bit nir_op_f2f16_rtz
2019-02-19 Rhys Perryac/nir: implement 8-bit nir_load_const_instr
2019-02-19 Rhys Perryradv: ensure export arguments are always float
2019-02-19 Rhys Perryradv: bitcast 16-bit outputs to integers
2019-02-19 Eric Anholtv3d: Move i2b and f2b support into emit_comparison.
2019-02-19 Eric Anholtv3d: Emit a simpler negate for the iabs implementation.
2019-02-19 Eric Anholtv3d: Delay emitting ldvpm on V3D 4.x until it's actuall...
2019-02-19 Eric Anholtv3d: Stop tracking num_inputs for VPM loads.
2019-02-19 Eric Anholtv3d: Add a function to describe what the c->execute...
2019-02-19 Eric Anholtv3d: Fix the check for "is the last thrsw inside contro...
2019-02-19 Eric Anholtv3d: Fix f2b32 behavior.
2019-02-19 Eric Anholtv3d: Kill off vir_PF(), which is hard to use right.
2019-02-19 Eric Anholtv3d: Do bool-to-cond for discard_if as well.
2019-02-19 Eric Anholtv3d: Refactor bcsel and if condition handling.
2019-02-19 Eric Anholtv3d: Add a helper function for getting a nop register.
2019-02-19 Eric Anholtv3d: Drop our hand-lowered nir_op_ffract.
2019-02-19 Eric Anholtv3d: Drop a perf note about merging unpack_half_*,...
2019-02-19 Eric Anholtv3d: Fix incorrect flagging of ldtmu as writing r4...
2019-02-19 Eric Anholtv3d: Use the early_fragment_tests flag for the shader...
2019-02-19 Eric Anholtv3d: Sync indirect draws on the last rendering.
2019-02-19 Eric Anholtv3d: Clear the GMP on initialization of the simulator.
2019-02-18 Ilia Mirkini965: always enable EXT_float_blend
2019-02-18 Ilia Mirkinst/mesa: enable GL_EXT_float_blend when possible
2019-02-18 Ilia Mirkinmesa: add explicit enable for EXT_float_blend, and...
2019-02-18 Samuel Pitoisetradv: fix writing the alpha channel of MRT0 when alpha...
2019-02-18 Rob Clarkfreedreno/ir3: handle quirky atomic dst for a6xx
2019-02-18 Rob Clarkfreedreno/a6xx: fix helper_invocation (sampler mask/id)
2019-02-18 Samuel Pitoisetradv: remove unused variable in gather_push_constant_info()
2019-02-18 Lionel Landwerlini965: scale factor changes should trigger recompile
2019-02-18 Samuel Pitoisetradv: write the alpha channel of MRT0 when alpha covera...
2019-02-18 Samuel Pitoisetac: use new LLVM 8 intrinsic when loading 16-bit values
2019-02-18 Samuel Pitoisetac: add ac_build_llvm8_tbuffer_load() helper
2019-02-18 Tapani Pällimesa: return NULL if we exceed MaxColorAttachments...
2019-02-18 Alyssa Rosenzweigpanfrost: Fix clipping region
2019-02-18 Alyssa Rosenzweigpanfrost: Preserve w sign in perspective division
2019-02-18 Alyssa Rosenzweigpanfrost: Cleanup mali_viewport (clipping) code
2019-02-18 Alyssa Rosenzweigpanfrost: Swap order of tiled texture (de)alloc
2019-02-18 Alyssa Rosenzweigpanfrost: Free imported BOs
2019-02-18 Alyssa Rosenzweigpanfrost: Fix various leaks unmapping resources
2019-02-17 Kenneth Graunkenir: Don't reassociate add/mul chains containing only...
2019-02-17 Chris Wilsoni965: Assert the execobject handles match for this...
2019-02-16 Rob Clarkfreedreno/a6xx: cache flush harder
2019-02-16 Rob Clarkfreedreno/a6xx: compute support
2019-02-16 Rob Clarkfreedreno/a6xx: image/ssbo state emit
2019-02-16 Rob Clarkfreedreno/a6xx: border-color offset helper
2019-02-16 Rob Clarkfreedreno/ir3: HIGH reg w/a for a6xx
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx+ SSBO/image support
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx instruction encoding
2019-02-16 Rob Clarkfreedreno/ir3: add image/ssbo <-> ibo/tex mapping
2019-02-16 Rob Clarkfreedreno/ir3: fix ncomp for _store_image() src
2019-02-16 Rob Clarkfreedreno/ir3: split out a4xx+ instructions
2019-02-16 Rob Clarkfreedreno/ir3: split out image helpers
2019-02-16 Rob Clarkfreedreno/a6xx: clean up some open-coded bits
2019-02-16 Rob Clarkfreedreno/a6xx: move stream-out emit to helper
2019-02-16 Rob Clarkfreedreno/ir3: fix varying packing vs. tex sharp edge
2019-02-16 Samuel Pitoisetradv: fix invalid element type when filling vertex...
2019-02-15 Eleni Maria Steai965: Removed the field etc_format from the struct...
2019-02-15 Eleni Maria Steai965: Enabled the OES_copy_image extension on Gen 7...
2019-02-15 Eleni Maria Steai965: Fixed the CopyImageSubData for ETC2 on Gen < 8
2019-02-15 Eleni Maria Steai965: Faking the ETC2 compression on Gen < 8 GPUs using...
2019-02-15 Nanley Cheryi965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*
next