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
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a6xx: convert draw packet to OUT_PKT()
Rob Clark
2020-04-30
1
-48
/
+51
*
freedreno/a6xx: add OUT_PKT()
Rob Clark
2020-04-30
1
-1
/
+76
*
freedreno/a6xx: skip unnecessary MRT blend state
Rob Clark
2020-04-30
1
-3
/
+3
*
freedreno/a6xx: combine sample mask into blend state
Rob Clark
2020-04-30
4
-35
/
+102
*
freedreno/a6xx: move blend-color to stateobj
Rob Clark
2020-04-30
2
-0
/
+5
*
freedreno/a6xx: limit LRZ state emit
Rob Clark
2020-04-30
2
-9
/
+34
*
freedreno/a6xx: limit PROG_FB_RAST state emit
Rob Clark
2020-04-30
3
-2
/
+10
*
freedreno/a6xx: move scissor state to stateobj
Rob Clark
2020-04-30
2
-2
/
+9
*
freedreno/a6xx: move const state to single stateobj
Rob Clark
2020-04-30
2
-19
/
+28
*
freedreno/a6xx: avoid unnecessary clearing VS DP state
Rob Clark
2020-04-30
2
-1
/
+7
*
freedreno/a6xx: small query cleanup
Rob Clark
2020-04-30
1
-3
/
+1
*
panfrost: Don't leak temporary descriptors array
Tomeu Vizoso
2020-04-30
1
-0
/
+2
*
panfrost: Emit blend descriptors on Bifrost
Tomeu Vizoso
2020-04-30
3
-21
/
+97
*
gallium: extract out logicop helper
Rob Clark
2020-04-30
5
-68
/
+30
*
gallivm: fix half to float conversions with llvm 11
Roland Scheidegger
2020-04-30
1
-10
/
+24
*
freedreno: fix buffer import
Rob Clark
2020-04-29
1
-1
/
+2
*
freedreno: switch to simple_mtx
Rob Clark
2020-04-29
2
-7
/
+7
*
freedreno: add screen lock wrappers
Rob Clark
2020-04-29
10
-51
/
+69
*
freedreno/a4xx: enable A405
Konrad Dybcio
2020-04-29
1
-0
/
+1
*
iris: handle PIPE_CAP_CLEAR_SCISSORED
Mike Blumenkrantz
2020-04-29
2
-12
/
+17
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
60
-36
/
+82
*
iris: move iris_vtable to iris_screen
Mike Blumenkrantz
2020-04-29
19
-187
/
+201
*
ac/surface: add code for gfx10 displayable DCC
Marek Olšák
2020-04-29
4
-10
/
+21
*
ac/surface: don't compute DCC if it's unsupported by DCN on gfx9+
Marek Olšák
2020-04-29
1
-12
/
+1
*
ac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE with !FORCE_SWIZZLE_MODE
Marek Olšák
2020-04-29
2
-6
/
+4
*
ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's always set
Marek Olšák
2020-04-29
1
-7
/
+7
*
ac/surface: rename micro tile mode enums like gfx10 uses them
Marek Olšák
2020-04-29
2
-6
/
+6
*
winsys/svga: Optionally avoid caching buffer maps
Thomas Hellstrom
2020-04-29
4
-12
/
+22
*
gallium/pipebuffer: Use persistent maps for slabs
Thomas Hellstrom
2020-04-29
3
-4
/
+14
*
iris/bufmgr: Check if iris_bo_gem_mmap failed
Danylo Piliaiev
2020-04-29
1
-0
/
+8
*
iris: Fix downcast of bound_vertex_buffers from uint64_t to int
Kenneth Graunke
2020-04-29
1
-1
/
+1
*
freedreno/a6xx: invalidate tex state cache entries on rebind
Rob Clark
2020-04-29
3
-1
/
+30
*
freedreno: rebind_resource() *before* bo changes
Rob Clark
2020-04-29
1
-4
/
+2
*
freedreno: rebind resource in all contexts
Rob Clark
2020-04-29
5
-15
/
+27
*
freedreno: optimize rebind_resource()
Rob Clark
2020-04-29
4
-38
/
+123
*
freedreno: mark more state dirty when rebinding resources
Rob Clark
2020-04-29
2
-6
/
+16
*
freedreno: don't realloc idle bo's
Rob Clark
2020-04-29
2
-5
/
+13
*
freedreno: small whitespace fix
Rob Clark
2020-04-29
1
-1
/
+1
*
gallium/swr: Fix crashes and failures in vertex fetch
Jan Zielinski
2020-04-28
2
-3
/
+7
*
freedreno/log-parser: support to read gzip'd logs
Rob Clark
2020-04-28
1
-1
/
+8
*
freedreno/a6xx: pre-calculate expected vsc stream sizes
Rob Clark
2020-04-28
8
-1
/
+229
*
freedreno: add helper to estimate # of bins per pipe
Rob Clark
2020-04-28
2
-6
/
+24
*
freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2
Rob Clark
2020-04-28
3
-56
/
+61
*
radeonsi: Count planes for imported textures.
Bas Nieuwenhuizen
2020-04-28
1
-0
/
+9
*
r600: Enable tesselation for NIR
Gert Wollny
2020-04-28
1
-3
/
+2
*
r600/sfn: Add tesselation shaders
Gert Wollny
2020-04-28
8
-4
/
+419
*
r600/sfn: Add lowering passes for Tesselation IO
Gert Wollny
2020-04-28
5
-0
/
+487
*
r600/sfn: Move removing of unused variables
Gert Wollny
2020-04-28
1
-3
/
+4
*
r600/sfn: Handle LDS output in VS
Gert Wollny
2020-04-28
2
-1
/
+17
*
r600/sfn: derive the GS from the vertex stage for a common interface
Gert Wollny
2020-04-28
2
-4
/
+5
[next]