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
*
lima/parser: Extend rsw parsing showing strings instead of numbers
Andreas Baierl
2020-02-14
2
-22
/
+131
*
radeonsi: don't wait for shader compilation to finish when destroying a context
Marek Olšák
2020-02-14
1
-3
/
+0
*
freedreno/a6xx: document some unknown bits
Jonathan Marek
2020-02-14
1
-1
/
+1
*
freedreno: name sysmem color/depth flush events
Jonathan Marek
2020-02-14
5
-12
/
+12
*
panfrost: Simplify swizzle translation
Alyssa Rosenzweig
2020-02-14
1
-32
/
+5
*
panfrost: Inline panfrost_get_default_swizzle
Icecream95
2020-02-14
5
-20
/
+23
*
zink: do not use SpvDimRect
Erik Faye-Lund
2020-02-14
2
-2
/
+2
*
lima: handle early-z and pixel kill better
Vasily Khoruzhick
2020-02-14
1
-5
/
+19
*
freedreno: allow INVALID modifier
Rob Clark
2020-02-13
1
-0
/
+1
*
freedreno/a6xx: fix Z24_UNORM_S8_UINT_AS_R8G8B8A8
Jonathan Marek
2020-02-13
1
-1
/
+1
*
iris: add support INTEL_blackhole_render
Lionel Landwerlin
2020-02-13
4
-0
/
+69
*
gallium/swr: fix rdtsc debug statistics mechanism
Krzysztof Raszkowski
2020-02-13
9
-58
/
+44
*
iris: fix aux buf map failure in 32bits app on Android
Tapani Pälli
2020-02-13
1
-8
/
+9
*
radeonsi: make si_fence_server_signal flush pipe without work
Peng Huang
2020-02-12
1
-0
/
+4
*
freedreno/a6xx: use single format enum
Jonathan Marek
2020-02-12
9
-377
/
+361
*
radeon/vce: Move global function pointer si_get_pic_param to local encoder st...
Veerabadhran
2020-02-12
5
-9
/
+6
*
radeonsi: don't update states for the DCC MSAA bug on GFX6-7
Marek Olšák
2020-02-10
1
-2
/
+2
*
radeonsi: fix the DCC MSAA bug workaround
Marek Olšák
2020-02-10
1
-1
/
+1
*
r600/sfn: Add some documentation
Gert Wollny
2020-02-10
1
-0
/
+69
*
r600/sfn: Add .editorconfig file
Gert Wollny
2020-02-10
1
-0
/
+2
*
r600/sfn: Add support for SSBO load and store
Gert Wollny
2020-02-10
3
-0
/
+99
*
r600/sfn: Add support for atomic instructions
Gert Wollny
2020-02-10
6
-0
/
+228
*
r600: Make sure LLVM is not used for DRAW
Gert Wollny
2020-02-10
1
-0
/
+5
*
r600/sfn: Add lowering UBO access to r600 specific codes
Gert Wollny
2020-02-10
2
-2
/
+105
*
r600/sfn: Add GDS instructions
Gert Wollny
2020-02-10
4
-0
/
+504
*
r600/sfn: Add compute shader skeleton
Gert Wollny
2020-02-10
7
-0
/
+223
*
r600/sfn: Add VS for TCS shader skeleton
Gert Wollny
2020-02-10
2
-0
/
+27
*
r600/sfn: Add support for geometry shader
Gert Wollny
2020-02-10
7
-1
/
+459
*
r600/sfn: add emitVertex instructions
Gert Wollny
2020-02-10
3
-0
/
+45
*
r600/sfn: Add MemRingOut instructions
Gert Wollny
2020-02-10
3
-1
/
+143
*
r600/sfn: Add a load GDS result instruction
Gert Wollny
2020-02-10
2
-0
/
+32
*
r600/sfn: Add lowering arrays to scratch and according instructions
Gert Wollny
2020-02-10
10
-4
/
+281
*
r600/sfn: add register remapping
Gert Wollny
2020-02-10
12
-0
/
+171
*
r600/sfn: add live range evaluation for the GPR
Gert Wollny
2020-02-10
13
-1
/
+1571
*
r600/sfn: Add the WaitAck instruction
Gert Wollny
2020-02-10
6
-0
/
+115
*
r600/sfn: Add the VS in and FS out vectorization
Gert Wollny
2020-02-10
7
-0
/
+977
*
r600: enable NIR backend DEBUG flag for supported architectures
Gert Wollny
2020-02-10
3
-27
/
+115
*
r600/sfn: Add a basic nir shader backend
Gert Wollny
2020-02-10
47
-6
/
+12955
*
r600: Update state code to accept NIR shaders
Gert Wollny
2020-02-10
4
-24
/
+67
*
r600: Add NIR compiler options
Gert Wollny
2020-02-10
1
-0
/
+29
*
r600: Increase space for IO values to agree with PIPE_MAX_SHADER_IN/OUTPUTS
Gert Wollny
2020-02-10
1
-2
/
+2
*
r600: force new CF with TEX only if any texture value is written
Gert Wollny
2020-02-10
1
-1
/
+3
*
svga: Use pipe_shader_state_from_tgsi to set shader state
Neha Bhende
2020-02-10
1
-1
/
+1
*
svga: fix size of format_conversion_table[]
Neha Bhende
2020-02-10
1
-0
/
+2
*
gallium/swr: simplify environmental variabled expansion code
Krzysztof Raszkowski
2020-02-10
1
-29
/
+0
*
zink: only inspect dual-src limit if feature enabled
Erik Faye-Lund
2020-02-10
1
-0
/
+2
*
zink: emit blend-target index
Erik Faye-Lund
2020-02-10
3
-0
/
+11
*
zink: replace unset buffer with a dummy-buffer
Erik Faye-Lund
2020-02-10
3
-5
/
+18
*
radeonsi: don't report that multi-plane formats are supported
Marek Olšák
2020-02-07
1
-7
/
+0
*
zink: fixup sampler-usage
Erik Faye-Lund
2020-02-07
2
-15
/
+19
[next]