radv/aco: Setup alternate path in RADV to support the experimental ACO compiler
[mesa.git] / src / gallium /
2019-09-19 Kenneth Graunkeiris: Rework iris_update_draw_parameters to be more...
2019-09-19 Kenneth Graunkeiris: Use state_refs for draw parameters.
2019-09-19 Timothy Arceriutil/u_queue: track job size and limit the size of...
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Write multiple regs for SP_VS_OUT_REG...
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Share shader state constructor and...
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Track location of gl_Position out as...
2019-09-18 Kenneth Graunkeiris: Avoid uploading SURFACE_STATE descriptors for...
2019-09-18 Kenneth Graunkeiris: Track per-stage bind history, reduce work accordingly
2019-09-18 Kenneth Graunkeiris: Don't flag IRIS_DIRTY_BINDINGS for constant usage...
2019-09-18 Kenneth Graunkeiris: Explicitly emit 3DSTATE_BTP_XS on Gen9 with DIRTY...
2019-09-18 Kenneth Graunkeiris: Flag IRIS_DIRTY_BINDINGS_XS on constant buffer...
2019-09-18 Marek Olšákradeonsi: include drm_fourcc.h to fix the build
2019-09-18 Marek Olšákradeonsi: implement pipe_screen::resource_get_param
2019-09-18 Marek Olšákgallium: extend resource_get_param to be as capable...
2019-09-18 Marek Olšákac: move ac_get_num_physical_vgprs into radeon_info
2019-09-18 Marek Olšákac: move ac_get_num_physical_sgprs into radeon_info
2019-09-18 Marek Olšákac: move ac_get_max_wave64_per_simd into radeon_info
2019-09-18 Marek Olšákac: move num_sdp_interfaces into radeon_info
2019-09-18 Marek Olšákac: move PBB MAX_ALLOC_COUNT into radeon_info
2019-09-18 Jonathan Mareketnaviv: fix two-sided stencil
2019-09-18 Boris Brezillonpanfrost: Allocate tiler and scratchpad BOs per-batch
2019-09-18 Boris Brezillonpanfrost: Add FBO BOs to batch->bos earlier
2019-09-18 Boris Brezillonpanfrost: Add the panfrost_batch_create_bo() helper
2019-09-18 Boris Brezillonpanfrost: Don't return imported/exported BOs to the...
2019-09-18 Boris Brezillonpanfrost: Add panfrost_bo_{alloc,free}()
2019-09-18 Boris Brezillonpanfrost: Stop using panfrost_bo_release() outside...
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
next