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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Emit blend descriptors on Bifrost
Tomeu Vizoso
2020-04-30
3
-21
/
+97
*
gallium: extract out logicop helper
Rob Clark
2020-04-30
4
-68
/
+4
*
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
27
-11
/
+30
*
iris: move iris_vtable to iris_screen
Mike Blumenkrantz
2020-04-29
18
-186
/
+200
*
ac/surface: add code for gfx10 displayable DCC
Marek Olšák
2020-04-29
3
-10
/
+13
*
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
1
-5
/
+5
*
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
*
r600/sfn: extract class to handle the VS export to different stages
Gert Wollny
2020-04-28
8
-467
/
+617
*
r600/sfn: Move some shader base methods to the public interface
Gert Wollny
2020-04-28
1
-5
/
+7
*
r600/sfn: Add methods to valuepool to get a vector of values
Gert Wollny
2020-04-28
2
-0
/
+22
*
r600/sfn: Move emission of barrier from compute shader to shader base
Gert Wollny
2020-04-28
4
-11
/
+14
*
r600/sfn: Emit some LDS instructions
Gert Wollny
2020-04-28
2
-0
/
+53
*
r600/sfn: Handle umul24 and umad24
Gert Wollny
2020-04-28
2
-1
/
+5
*
r600/sfn: Add IR instruction to fetch the TESS parameters
Gert Wollny
2020-04-28
2
-0
/
+31
*
r600/sfn: Add TF write instruction
Gert Wollny
2020-04-28
4
-0
/
+83
*
r600/sfn: Add LDS instruction to assembly conversion
Gert Wollny
2020-04-28
1
-0
/
+78
*
r600/sfn: Add LDS IO instructions to r600 IR
Gert Wollny
2020-04-28
5
-0
/
+166
*
r600/sfn: Don't emit inline constants in the r600 IR
Gert Wollny
2020-04-28
1
-23
/
+2
*
r600/sfn: simplify UBO lowering pass
Gert Wollny
2020-04-28
1
-20
/
+15
*
r600: Handle texcoord semantics in LDS index evaluation
Gert Wollny
2020-04-28
3
-10
/
+12
*
panfrost: Fix GL_EXT_vertex_array_bgra
Icecream95
2020-04-28
1
-1
/
+1
*
gallium/swr: Fix LLVM 11 compilation issues
Jan Zielinski
2020-04-27
8
-35
/
+156
[next]