dri: Use DRM_FORMAT_* instead of defining our own copy.
[mesa.git] / src / gallium /
2019-09-11 Eric Anholtdri: Use DRM_FORMAT_* instead of defining our own copy.
2019-09-11 Anuj Phogatintel/gen11+: Enable Hardware filtering of Semi-Pipelin...
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.9
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.8
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.7
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.6
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.5
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.4
2019-09-11 Dylan Bakermeson: don't generate file into subdirs
2019-09-11 Kenneth Graunkeiris: Set bo->reusable = false in iris_bo_make_external...
2019-09-11 Kenneth Graunkeiris: Finish initializing the BO before stuffing it...
2019-09-11 Marek Olšákradeonsi/gfx9: honor user stride for imported buffers
2019-09-11 Marek Olšákprog_to_nir, tgsi_to_nir: make sure kill doesn't discar...
2019-09-11 Vasily Khoruzhicklima: set .out_sync field of req in lima_submit_start()
2019-09-10 Kenneth Graunkegallium: Fix util_format_get_depth_only
2019-09-10 Rob Clarkfreedreno/a6xx: fix 3d tex layout
2019-09-10 Rob Clarkfreedreno/a6xx: don't tile things that are too small
2019-09-10 Caio Marcelo de... iris: Enable ARB_gl_spirv and ARB_spirv_extensions
2019-09-10 Caio Marcelo de... gallium: Add ARB_gl_spirv support
2019-09-10 Kenneth Graunkeiris: Fix constant buffer sizes for non-UBOs
2019-09-10 Marek Olšákradeonsi: remove redundant si_texture offset and size...
2019-09-10 Marek Olšákradeonsi: move texture storage allocation outside of...
2019-09-10 Marek Olšákradeonsi: move HTILE allocation outside of radeonsi
2019-09-10 Marek Olšákradeonsi: handle NO_DCC early
2019-09-10 Marek Olšákac/surface: add RADEON_SURF_NO_FMASK
2019-09-10 Marek Olšákr300,r600,radeonsi: set winsys_handle::stride,offset...
2019-09-10 Marek Olšákr300,r600,radeonsi: read winsys_handle::stride,offset...
2019-09-10 Marek Olšákradeonsi/gfx10: fix wave occupancy computations
2019-09-10 Marek Olšákradeonsi: only support at most 1024 threads per block
2019-09-10 Marek Olšákradeonsi: disable DCC when importing a texture from...
2019-09-10 Marek Olšákradeonsi/gfx10: don't call gfx10_destroy_query with...
2019-09-10 Marek Olšákradeonsi/gfx10: use fma for TGSI_OPCODE_FMA
2019-09-10 Lepton Wuvirgl: Fix pipe_resource leaks under multi-sample.
2019-09-09 Kenneth Graunkeiris: Avoid flushing for cache history on transfer...
2019-09-09 Kenneth Graunkeiris: Optimize out redundant sampler state binds
2019-09-09 Kenneth Graunkeiris: Add support for the always_flush_cache=true debug...
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::rgbMode
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::have{Accum,Depth,Stencil...
2019-09-09 Adam Jacksonmesa: Remove unused gl_config::indexBits
2019-09-09 Adam Jacksongallium/xlib: Fix an obvious thinko
2019-09-09 Kenneth Graunkeiris: Ignore line stipple information if it's disabled
2019-09-09 Vasily Khoruzhicklima/ppir: drop fge/flt/feq/fne options
2019-09-09 Vasily Khoruzhicklima: run opt_algebraic between int_to_float and boot_t...
2019-09-09 Vasily Khoruzhicklima/gpir: fix warning in gpir disassembler
2019-09-09 Vasily Khoruzhicklima/gpir: lower fceil
2019-09-09 Connor Abbottlima/gpir: Disallow moves for schedule_first nodes
2019-09-09 Connor Abbottlima/gpir: Fix fake dep handling for schedule_first...
2019-09-09 Connor Abbottlima/gpir: Fix schedule_first insertion logic
2019-09-09 Connor Abbottlima/gpir: Ignore unscheduled successors in can_use_com...
2019-09-09 Connor Abbottlima/gpir: Do all lowerings before rsched
2019-09-08 Boris Brezillonpanfrost: Rename pan_bo_cache.c into pan_bo.c
2019-09-08 Boris Brezillonpanfrost: Get rid of the now unused SLAB allocator
2019-09-08 Boris Brezillonpanfrost: Get rid of unused panfrost_context fields
2019-09-08 Boris Brezillonpanfrost: Convert ctx->{scratchpad, tiler_heap, tiler_d...
2019-09-08 Boris Brezillonpanfrost: Make transient allocation rely on the BO...
2019-09-08 Boris Brezillonpanfrost: Stop passing a ctx to functions being passed...
2019-09-08 Boris Brezillonpanfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-09-07 Tapani Pälliandroid: fix linking issues with liblog
2019-09-07 Kenneth Graunkeiris: Support the disable_throttling=true driconf option.
2019-09-06 Eric Engestromamd: move adaptive sync to performance section, as...
2019-09-06 Eric Engestromgallivm: drop LLVM<3.3 code paths as no build system...
2019-09-06 Eric Engestromllvmpipe: replace more complex 3.x version check with...
2019-09-06 Eric Engestromclover: replace more complex 3.x version check with...
2019-09-06 Eric Engestromgallivm: replace more complex 3.x version check with...
2019-09-06 Eric Engestromclover: replace major llvm version checks with LLVM_VER...
2019-09-06 Eric Engestromgallivm: replace major llvm version checks with LLVM_VE...
2019-09-06 Eric Engestromswr: replace major llvm version checks with LLVM_VERSIO...
2019-09-06 Eric Engestromamd: replace major llvm version checks with LLVM_VERSIO...
2019-09-06 Eric Engestromsvga: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
2019-09-06 Eric Engestromr600: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
2019-09-06 Eric Engestromaux/draw: replace binary HAVE_LLVM checks with LLVM_AVA...
2019-09-06 Eric Engestromgallivm: replace `0x` version print with actual version...
2019-09-06 Jordan Justenanv,iris: L3ALLOC register replaces L3CNTLREG for gen12
2019-09-06 Kenneth Graunkeintel: Stop redirecting state cache to command streamer...
2019-09-06 Kenneth Graunkeiris: Invalidate state/texture/constant caches after...
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Implement primitive count queries on GPU
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Let the GPU track streamout offsets
2019-09-06 Roland Scheideggerllvmpipe: fix CALLOC vs. free mismatches
2019-09-06 Tomeu Vizosopanfrost/ci: Increase timeouts
2019-09-06 Tomeu Vizosopanfrost/ci: Use special runner for LAVA jobs
2019-09-06 Tomeu Vizosopanfrost/ci: Re-add support for armhf
2019-09-06 Zhu, Jamesradeon: Fix mjpeg issue for ARCTURUS
2019-09-06 Leo Liuradeon/vcn: add RENOIR VCN decode support
2019-09-06 Timur Kristóftgsi_to_nir: Remove dependency on libglsl.
2019-09-06 Gert Wollnyradeonsi: Release storage for smda_uploads when the...
2019-09-06 Vasily Khoruzhicklima/ppir: don't lower phis to scalar
2019-09-06 Jonathan Marekfreedreno/a2xx: formats update
2019-09-06 Jonathan Marekfreedreno/a2xx: fix depth gmem restore
2019-09-06 Jonathan Marekfreedreno/a2xx: implement polygon offset
2019-09-06 Jonathan Marekfreedreno/a2xx: fix SRC_ALPHA_SATURATE for alpha blend...
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: update register state in scalar...
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: fix incorrect instruction reordering
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: check opcode on the right instruct...
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: fix saturate in cp
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: set lower_fdph
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: remove pointcoord y invert
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: fix lowering of instructions after...
2019-09-06 Vasily Khoruzhicklima/ppir: don't lower vector {b,f}csel to scalar if...
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
next