index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4580
Michel Dänzer
2020-07-14
17
-202
/
+24
*
nouveau: expose HMM
Karol Herbst
2020-07-14
1
-0
/
+3
*
nvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY
Karol Herbst
2020-07-14
3
-2
/
+101
*
gallium: add PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY
Karol Herbst
2020-07-14
6
-5
/
+14
*
nouveau: enable HMM
Karol Herbst
2020-07-14
3
-4
/
+71
*
ci: bump libdrm to 2.4.102
Karol Herbst
2020-07-14
4
-13
/
+13
*
zink: block resolve blits for depth/stencil buffers
Mike Blumenkrantz
2020-07-14
1
-0
/
+1
*
zink: block vkCmdBlitImage usage for multi sampled blits
Mike Blumenkrantz
2020-07-14
1
-0
/
+4
*
zink: try copy_region hook for blits where we can't do a regular blit or resolve
Mike Blumenkrantz
2020-07-14
1
-0
/
+7
*
mesa/main: use call_once instead of open-coding
Erik Faye-Lund
2020-07-14
1
-13
/
+3
*
mesa/main: factor out one-time-init into a helper
Erik Faye-Lund
2020-07-14
1
-43
/
+52
*
gv100/ir: set ftz bit on floating point operations
Karol Herbst
2020-07-14
2
-2
/
+8
*
meson: fix android vulkan build
Eric Engestrom
2020-07-14
5
-5
/
+5
*
gitlab-ci: Drop dependencies:
Michel Dänzer
2020-07-14
2
-8
/
+0
*
gitlab-ci: Remove indirect dependencies from needs:
Michel Dänzer
2020-07-14
1
-13
/
+0
*
tu: Don't invalidate irrelevant state when changing pipeline
Connor Abbott
2020-07-14
1
-9
/
+1
*
freedreno/a6xx: Add some documentation for shared consts
Connor Abbott
2020-07-14
3
-4
/
+24
*
freedreno/a6xx: Rename and document HLSQ_UPDATE_CNTL
Connor Abbott
2020-07-14
9
-22
/
+130
*
clover: implements clEnqueueFillBuffer
Serge Martin
2020-07-14
7
-16
/
+60
*
clover: add more cl_mem_object_type to pipe_texture_target mapping
Serge Martin
2020-07-14
1
-0
/
+7
*
radv: add the custom border color BO to the list of buffers
Samuel Pitoiset
2020-07-14
1
-0
/
+4
*
freedreno/registers: Rename SP_2D_SRC_FORMAT
Kristian H. Kristensen
2020-07-14
4
-16
/
+13
*
freedreno/a6xx: Split clear and blit texture into different functions
Kristian H. Kristensen
2020-07-14
1
-84
/
+98
*
freedreno/a6xx: Don't take pipe_blit_info in emit_blit_dst
Kristian H. Kristensen
2020-07-14
1
-11
/
+11
*
freedreno/a6xx: Program RB_UNKNOWN_8C01 in setup helper
Kristian H. Kristensen
2020-07-14
1
-6
/
+3
*
freedreno/a6xx: Move CP_SET_MARKER to setup helper
Kristian H. Kristensen
2020-07-14
1
-6
/
+3
*
freedreno/a6xx: Move REG_A6XX_SP_2D_SRC_FORMAT programming to helper
Kristian H. Kristensen
2020-07-14
1
-30
/
+27
*
freedreno/a6xx: Program A6XX_SP_2D_SRC_FORMAT_COLOR_FORMAT based on dst format
Kristian H. Kristensen
2020-07-14
1
-9
/
+7
*
freedreno/a6xx: Make blit_control helper a little more helpful
Kristian H. Kristensen
2020-07-14
1
-19
/
+16
*
freedreno/a6xx: Enable FMT6_10_10_10_2_UNORM blitting
Kristian H. Kristensen
2020-07-14
1
-3
/
+0
*
freedreno/a6xx: Separate stencil sysmem clear fix
Kristian H. Kristensen
2020-07-14
1
-0
/
+1
*
freedreno/a6xx: Don't emit src state when clearing
Kristian H. Kristensen
2020-07-14
1
-11
/
+15
*
freedreno/a6xx: Consolidate computing blit_cntl
Kristian H. Kristensen
2020-07-14
1
-5
/
+5
*
freedreno/a6xx: Program SP_2D_SRC_FORMAT outside blit loop
Kristian H. Kristensen
2020-07-14
1
-23
/
+23
*
freedreno/a6xx: Set src and dst rects outside blit loop
Kristian H. Kristensen
2020-07-14
1
-12
/
+12
*
freedreno/a6xx: Don't set unknown bit when tiling differs
Kristian H. Kristensen
2020-07-14
1
-7
/
+0
*
freedreno/a6xx: Split out src and dst setup helpers for blit
Kristian H. Kristensen
2020-07-14
1
-86
/
+92
*
freedreno/a6xx: Move fd6_ifmt into fd6_blitter.c
Kristian H. Kristensen
2020-07-14
2
-68
/
+68
*
freedreno/a6xx: Don't blit with R2D_RAW
Kristian H. Kristensen
2020-07-14
4
-31
/
+9
*
turnip: drop GS clear path
Jonathan Marek
2020-07-14
3
-98
/
+14
*
turnip: clean up primitive output state
Jonathan Marek
2020-07-14
3
-94
/
+85
*
freedreno/regs: update primitive output related registers
Jonathan Marek
2020-07-14
7
-189
/
+144
*
freedreno/ir3: Fix uninit var warning.
Eric Anholt
2020-07-14
1
-1
/
+1
*
freedreno/ir3_cmdline: Fix an uninit var warning.
Eric Anholt
2020-07-14
1
-8
/
+6
*
turnip: implement VK_EXT_private_data
Hyunjun Ko
2020-07-14
2
-0
/
+60
*
turnip: Use the common base object type and struct.
Hyunjun Ko
2020-07-14
13
-128
/
+175
*
tu: Fix wrong copies of sampler descriptor.
Hyunjun Ko
2020-07-14
1
-2
/
+2
*
vulkan: Adds helpers for vk_object (de)alloation and (de)initialization.
Hyunjun Ko
2020-07-14
2
-0
/
+59
*
gitlab-ci: reduce a630 runner load
Rob Clark
2020-07-13
1
-7
/
+11
*
meson/intel: add missing dep on git_sha1.h
Eric Engestrom
2020-07-13
1
-1
/
+1
[next]