panfrost: Stop passing screen around for BO operations
[mesa.git] / src / gallium /
2019-09-18 Boris Brezillonpanfrost: Stop passing screen around for BO operations
2019-09-18 Boris Brezillonpanfrost: Don't check if BO is mmaped before calling...
2019-09-18 Boris Brezillonpanfrost: Stop exposing panfrost_bo_cache_{fetch,put}()
2019-09-18 Boris Brezillonpanfrost: Move the BO API to its own header
2019-09-18 Boris Brezillonpanfrost: s/PAN_ALLOCATE_/PAN_BO_/
2019-09-18 Boris Brezillonpanfrost: Move panfrost_bo_{reference,unreference}...
2019-09-18 Boris Brezillonpanfrost: Get rid of pan_drm.c
2019-09-18 Boris Brezillonpanfrost: Stop passing has_draws to panfrost_drm_submit...
2019-09-18 Boris Brezillonpanfrost: Kill a useless memset(0) in panfrost_create_c...
2019-09-18 Boris Brezillonpanfrost: Add polygon_list to the batch BO set at alloc...
2019-09-18 Boris Brezillonpanfrost: Add missing panfrost_batch_add_bo() calls
2019-09-18 Boris Brezillonpanfrost: Use the correct type for the bo_handle array
2019-09-18 Boris Brezillonpanfrost: Stop exposing internal panfrost_*_batch(...
2019-09-18 Christian Gmeineretnaviv: disable ARB_shadow
2019-09-18 Christian GmeinerRevert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"
2019-09-18 Lepton Wuvirgl: Remove wrong EAGAIN handling for drmIoctl
2019-09-17 Kenneth Graunkeiris: Skip allocating a null surface when there are...
2019-09-17 Adam Jacksongallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)
2019-09-17 Adam Jacksongallium/xlib: Remove MakeCurrent_PrevContext
2019-09-17 Adam Jacksongallium/xlib: Remove drawable caching from the MakeCurr...
2019-09-17 Adam Jacksonci: Run tests on i386 cross builds
2019-09-17 Tapani Pälliiris: close screen fd on iris_destroy_screen
2019-09-17 Michel Dänzerswr: Limit DEBUG workaround to LLVM < 7
2019-09-17 Michel Dänzergallivm: Limit DEBUG workaround to LLVM < 7
2019-09-17 Christian Gmeineretnaviv: a bit of micro-optimization
2019-09-17 Icenowy Zhenglima: reset scissor state if scissor test is disabled
2019-09-16 Erik Faye-Lundgallium/gdi: use GALLIUM_FOO rather than HAVE_FOO
2019-09-16 Dylan Bakerscons: Make scons and meson agree about path to glapi...
2019-09-16 Vasily Khoruzhicklima: add standalone disassembler with primitive MBS...
2019-09-16 Timothy Arceriradeonsi/nir: fix number of used samplers
2019-09-16 Danylo Piliaieviris: Fix fence leak in iris_fence_flush
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-14 Christian Gmeinergallium: util_set_vertex_buffers_mask(..): make use...
2019-09-14 Lepton Wuvirgl: replace fprintf with _debug_printf
2019-09-13 Kenneth Graunkeiris: Initialize ice->state.prim_mode to an invalid...
2019-09-13 Andreas Baierllima/ppir: Add undef handling
2019-09-13 Andreas Baierllima/ppir: Rename ppir_op_dummy to ppir_op_undef
2019-09-13 Boris Brezillonpanfrost: Move the batch submission logic to panfrost_b...
2019-09-13 Boris Brezillonpanfrost: Move the fence creation in panfrost_flush()
2019-09-13 Boris Brezillonpanfrost: Delay payloads[].offset_start initialization
2019-09-13 Boris Brezillonpanfrost: Prepare things to avoid flushes on FB switch
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_set_value_job()
2019-09-13 Boris Brezillonpanfrost: Use ctx->wallpaper_batch in panfrost_blit_wal...
2019-09-13 Boris Brezillonpanfrost: Pass a batch to functions emitting FB descs
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_{allocate,upload...
2019-09-13 Boris Brezillonpanfrost: Allow testing if a specific batch is targetin...
2019-09-13 Boris Brezillonpanfrost: Get rid of the unused 'flush jobs accessing...
2019-09-13 Boris Brezillonpanfrost: Use a pipe_framebuffer_state as the batch key
2019-09-13 Indrajit Dasradeon/vcn: exclude raven2 from vcn 2.0 encode initiali...
2019-09-13 Iago Toral Quirogav3d: fix TF primitive counts for resume without draw
2019-09-13 Iago Toral Quirogav3d: remove redundant update of queued draw calls
2019-09-13 Iago Toral Quirogav3d: make sure we have enough space in the CL for the...
2019-09-13 Iago Toral Quirogav3d: add missing line break for performance debug message
2019-09-13 Tomeu Vizosopanfrost/ci: Use releases for Volt dEQP
2019-09-13 Tomeu Vizosopanfrost/ci: Update kernel to 5.3-rc8
2019-09-13 Tomeu Vizosopanfrost/ci: Run dEQP with the surfaceless platform
2019-09-13 Rob Clarkfreedreno/a6xx: pre-calculate userconst stateobj size
2019-09-13 Adam Jacksongallium: Restore VSX for llvm >= 4
2019-09-12 Rob Clarkfreedreno: fix compiler warning
2019-09-12 Eric Engestrommeson/v3d: replace partial list of nir dep files with...
2019-09-12 Eric Engestrommeson/iris: replace partial list of nir dep files with...
2019-09-12 Jose Maria Casanov... v3d: flag dirty state when binding compute states
2019-09-12 Danylo Piliaievtgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP...
2019-09-12 Iago Toral Quirogagallium/ttn: VARYING_SLOT_PSIZ and VARYING_SLOT_FOGC...
2019-09-12 Kenneth Graunkeiris: trivial whitespace fixes
2019-09-12 Jonathan Mareku_format: float type for R11G11B10_FLOAT/R9G9B9E5_FLOAT
2019-09-12 Jonathan Mareku_format: add ETC2 to util_format_srgb/util_format_linear
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.
next