anv/allocator: Avoid race condition in anv_block_pool_map.
[mesa.git] / src / gallium /
2019-01-24 Dylan Bakermeson: Fix compiler checks for SWR with ICC
2019-01-24 Dylan Bakermeson: fix swr KNL build
2019-01-24 Matt Turnergallivm: Return true from arch_rounding_available(...
2019-01-24 Dave Airliegallium: use put image shm2 path (v2)
2019-01-24 Kenneth Graunkegallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVE...
2019-01-23 Rob Clarkfreedreno: set modifier when exporting buffer
2019-01-23 Caio Marcelo de... gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS
2019-01-23 Ilia Mirkinnv50,nvc0: mark textures dirty on fb update
2019-01-22 Timothy Arceriradeonsi/nir: add missing piece for bindless image...
2019-01-22 Rob Clarkfreedreno: core buffer modifier support
2019-01-22 Fritz Koenigfreedreno: add query for dmabuf modifiers
2019-01-22 Fritz Koenigfreedreno: drm_fourcc.h header include
2019-01-22 Brian Paulsvga: add new gallium formats to the format conversion...
2019-01-22 Marek Olšákradeonsi: rename rfence -> sfence
2019-01-22 Marek Olšákradeonsi: rename rbo, rbuffer to buf or buffer
2019-01-22 Marek Olšákradeonsi: rename rsrc -> ssrc, rdst -> sdst
2019-01-22 Marek Olšákradeonsi: rename rquery -> squery
2019-01-22 Marek Olšákradeonsi: rename r600_resource -> si_resource
2019-01-22 Marek Olšákradeonsi: remove r600 from comments
2019-01-22 Marek Olšákwinsys/amdgpu: rename rfence, rsrc, rdst -> afence...
2019-01-22 Marek Olšákradeonsi: rename rview -> sview
2019-01-22 Marek Olšákradeonsi: rename rscreen -> sscreen
2019-01-22 Marek Olšákradeonsi: disable render cond & pipeline stats for...
2019-01-22 Sonny Jiangradeonsi: use compute for resource_copy_region when...
2019-01-22 Jiang, Sonnyradeonsi: add compute_last_block to configure the parti...
2019-01-22 Marek Olšákgallium/util: add util_format_snorm8_to_sint8 (from...
2019-01-22 Marek Olšákgallium: add SINT formats to have exact counterparts...
2019-01-22 Marek Olšákradeonsi: move PKT3_WRITE_DATA generation into a helper...
2019-01-22 Marek Olšákradeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM...
2019-01-22 Marek Olšákradeonsi: fix the top-of-pipe fence on SI
2019-01-22 Marek Olšákradeonsi: correct WRITE_DATA.DST_SEL definitions
2019-01-22 Marek Olšákradeonsi: compile clear and copy buffer compute shaders...
2019-01-22 Marek Olšákradeonsi: remove redundant call to emit_cache_flush...
2019-01-22 Marek Olšákradeonsi: use buffer_store_format_x & xy
2019-01-22 Marek Olšákradeonsi: fix rendering to tiny viewports where the...
2019-01-22 Marek Olšákradeonsi: fix a u_blitter crash after a shader with...
2019-01-22 Marek Olšákwinsys/amdgpu: use the new BO list API
2019-01-22 Jonathan Marekfreedreno: a2xx: add partial lower_scalar pass for ir2
2019-01-22 Jonathan Marekfreedreno: a2xx: add ir2 copy propagation
2019-01-22 Jonathan Marekfreedreno: a2xx: insert scalar MOV to allow 2 source...
2019-01-22 Jonathan Marekfreedreno: a2xx: NIR backend
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-21 Jonathan Marekfreedreno: a2xx: sysmem rendering
2019-01-21 Jonathan Marekfreedreno: a2xx: fix non-zero texture base offsets
2019-01-21 Jonathan Marekfreedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20x
2019-01-21 Jonathan Marekfreedreno: a2xx: fix gmem2mem viewport
2019-01-21 Jonathan Marekfreedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTL
2019-01-21 Jonathan Marekfreedreno: a2xx: cleanup init_shader_const
2019-01-20 Karol Herbstnir: add bit_size parameter to system values with multi...
2019-01-20 Karol Herbstnir: replace more nir_load_system_value calls with...
2019-01-20 Rhys Kiddnv50,nvc0: add missing CAPs for unsupported features
2019-01-19 Karol Herbstnir: rename nir_var_ssbo to nir_var_mem_ssbo
2019-01-19 Karol Herbstnir: rename nir_var_ubo to nir_var_mem_ubo
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-18 Kristian H. Kristensenfreedreno/a6xx: Turn on texture tiling by default
2019-01-18 Kristian H. Kristensenfreedreno: Synchronize batch and flush for staging...
2019-01-18 Karol Herbstgm107/ir: disable TEXS for tex with derivAll set
2019-01-18 Karol Herbstnv50/ir: disable tryCollapseChainedMULs in ConstantFold...
2019-01-17 Eric Anholtvc4: Don't leak the GPU fd for renderonly usage.
2019-01-17 Eric Anholtv3d: Don't leak the GPU fd for renderonly usage.
2019-01-17 Eric Anholtv3d: Restructure RO allocations using resource_from_handle.
2019-01-17 Eric Anholtv3d: If the modifier is not known on BO import, default...
2019-01-16 Timothy Arceriradeonsi/nir: get correct type for images inside structs
2019-01-16 Alok Hotaswr/rast: Store cached files in multiple subdirs
2019-01-16 Alok Hotaswr/rast: New execution engine per JIT
2019-01-16 Alok Hotaswr/rast: Scope MEM_CLIENT enum for mem usages
2019-01-16 Alok Hotaswr/rast: Unaligned and translations in gathers
2019-01-16 Alok Hotaswr/rast: partial support for Tiled Resources
2019-01-16 Alok Hotaswr/rast: Add annotator to interleave isa text
2019-01-16 Alok Hotaswr/rast: Use gfxptr_t value in JitGatherVertices
2019-01-16 Bruce Cherniakgallium/swr: Fix multi-context sync fence deadlock.
2019-01-16 Kenneth Graunkest/mesa: Optionally override RGB/RGBX dst alpha blend...
2019-01-15 Kenneth Graunkegallium: Add the ability to query a single pipeline...
2019-01-15 Kenneth Graunkest/mesa: Make an enum for pipeline statistics query...
2019-01-14 Marek Olšákradeonsi: also apply the GS hang workaround to draws...
2019-01-14 Eric Anholtv3d: SHARED but not necessarily SCANOUT buffers on...
2019-01-14 Eric Anholtv3d: Add support for shader_image_load_store.
2019-01-14 Eric Anholtv3d: Add SSBO/atomic counters support.
2019-01-14 Eric Anholtv3d: Drop the GLSL version level.
2019-01-14 Eric Anholtv3d: Add an isr to the simulator to catch GMP violations.
2019-01-14 Eric Anholtv3d: Add support for GL_ARB_framebuffer_no_attachments.
2019-01-14 Eric Anholtv3d: Add support for flushing dirty TMU data at job...
2019-01-14 Marek Olšákst/dri: fix dri2_format_table for argb1555 and rgb565
2019-01-11 Ilia Mirkindocs: fix gallium screen cap docs
2019-01-10 Rob Clarkfreedreno/a6xx: fix 3d+tiled layout
2019-01-10 Rob Clarkfreedreno/a6xx: move tile_mode to sampler-view CSO
2019-01-10 Rob Clarkfreedreno/a6xx: separate stencil restore/resolve fixes
2019-01-10 Guido Güntheretnaviv: fix typo in cflush_all description
2019-01-09 Indrajit Dasst/va: Return correct status from vlVaQuerySurfaceStatus
2019-01-09 Roland ScheideggerRevert "llvmpipe: Always return some fence in flush...
2019-01-09 Marek Olšákst/mesa: don't leak pipe_surface if pipe_context is...
2019-01-09 Mario Kleinerradeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.
2019-01-09 Rhys Perryac/nir,radv,radeonsi/nir: use correct indices for inter...
2019-01-09 Tomasz Figallvmpipe: Always return some fence in flush (v2)
2019-01-08 Eric Anholtv3d: Enable GL_ARB_texture_gather on V3D 4.x.
2019-01-08 Bas Nieuwenhuizenfreedreno: Move register constant files to src/freedreno.
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Dylan Bakerautotools: Remove tegra vdpau driver
2019-01-08 Pierre Moreauclover/meson: Ignore 'svn' suffix when computing CLANG_...
next