index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: move descriptor based texture structs
Christian Gmeiner
2020-01-04
2
-40
/
+31
*
etnaviv: move state based texture structs
Christian Gmeiner
2020-01-04
2
-49
/
+42
*
r600: Delete vertex buffer only if there is actually a shader state
Gert Wollny
2020-01-04
1
-1
/
+2
*
r600: Make SID and unsigned value
Gert Wollny
2020-01-04
1
-1
/
+1
*
r600: Fix maximum line width
Gert Wollny
2020-01-04
1
-4
/
+1
*
r600/sb: Correct SB disassambler for better debugging
Gert Wollny
2020-01-04
2
-1
/
+8
*
r600: Make it possible to include r600_asm.h in a C++ file
Gert Wollny
2020-01-04
1
-0
/
+9
*
r600: Add functions to dump the shader info
Gert Wollny
2020-01-04
4
-0
/
+211
*
gallium: tgsi_from_mesa - handle VARYING_SLOT_FACE
Gert Wollny
2020-01-04
1
-0
/
+4
*
gallium/tgsi_from_mesa: Add 'extern "C"' to be able to include from C++
Gert Wollny
2020-01-04
1
-0
/
+9
*
etnaviv: use a better name for FE_VERTEX_STREAM_UNK14680
Christian Gmeiner
2020-01-04
2
-2
/
+2
*
iris: Delete remnants of the unimplemented ASTC 5x5 workaround
Kenneth Graunke
2020-01-03
4
-38
/
+10
*
iris: Disable ASTC 5x5 support on Gen9 for now.
Kenneth Graunke
2020-01-03
1
-0
/
+8
*
etnaviv: use nir_lower_clip_halfz instead of open-coding
Erik Faye-Lund
2020-01-03
1
-20
/
+3
*
nir/zink: move clip_halfz-lowering to common code
Erik Faye-Lund
2020-01-03
1
-54
/
+1
*
zink: remove unused code-path in lower_pos_write
Erik Faye-Lund
2020-01-03
1
-14
/
+8
*
zink: use nir_fmul_imm
Erik Faye-Lund
2020-01-03
1
-5
/
+5
*
zink: implement load_vertex_id
Erik Faye-Lund
2020-01-03
1
-1
/
+21
*
zink: factor out builtin-var creation
Erik Faye-Lund
2020-01-03
1
-15
/
+23
*
zink: simplify front-face type
Erik Faye-Lund
2020-01-03
1
-1
/
+1
*
radeonsi: remove the "display_dcc_offset == 0" assertion
Marek Olšák
2020-01-03
1
-3
/
+1
*
radeonsi: ignore PIPE_BIND_SCANOUT for imported textures
Marek Olšák
2020-01-03
1
-2
/
+3
*
radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10
Marek Olšák
2020-01-03
3
-10
/
+11
*
lima: fix allocation of GP outputs storage for indexed draw
Vasily Khoruzhick
2020-01-03
1
-3
/
+4
*
r600: Remove HEVC related code since HEVC is not supported
Thong Thai
2020-01-03
2
-63
/
+2
*
radeon: Use P010 for decoding of 10-bit videos
Thong Thai
2020-01-03
4
-6
/
+11
*
st/va: Add support for P010, used for 10-bit videos
Thong Thai
2020-01-03
4
-15
/
+37
*
gallium: Add PIPE_FORMAT_P010 support
Thong Thai
2020-01-03
3
-0
/
+5
*
zink: implement some more trivial opcodes
Erik Faye-Lund
2020-01-03
1
-0
/
+3
*
zink: implement txf
Erik Faye-Lund
2020-01-03
3
-8
/
+85
*
etnaviv: gc400 does not support any vertex sampler
Christian Gmeiner
2020-01-03
1
-0
/
+4
*
etnaviv: check if MSAA is supported
Christian Gmeiner
2020-01-03
1
-0
/
+2
*
u_vbuf: don't try to delete NULL driver CSO
Iago Toral Quiroga
2020-01-03
1
-1
/
+2
*
iris: Set nir_shader_compiler_options::unify_interfaces.
Kenneth Graunke
2020-01-03
1
-2
/
+0
*
intel: Drop Gen11 WaBTPPrefetchDisable workaround
Kenneth Graunke
2020-01-03
1
-12
/
+2
*
panfrost: Pack MRT blend shaders into a single BO
Alyssa Rosenzweig
2020-01-02
3
-22
/
+38
*
panfrost: Handle RGB16F colour clear
Alyssa Rosenzweig
2020-01-02
1
-0
/
+2
*
panfrost: Store internal format
Tomeu Vizoso
2020-01-02
2
-2
/
+7
*
panfrost: Map with size of first layer for 3D textures
Tomeu Vizoso
2020-01-02
2
-2
/
+8
*
panfrost: Dynamically allocate array of texture pointers
Tomeu Vizoso
2020-01-02
1
-4
/
+22
*
etnaviv: Do not filter out PIPE_FORMAT_S8_UINT_Z24_UNORM on pre-HALTI2
Marek Vasut
2019-12-31
1
-1
/
+2
*
etnaviv: Report correct number of vertex buffers
Marek Vasut
2019-12-31
1
-0
/
+2
*
winsys/radeon: initialize pte_fragment_size
Marek Olšák
2019-12-30
1
-0
/
+1
*
Revert "u_vbuf: Regard non-constant vbufs with non-instance elements as free"
Marek Olšák
2019-12-30
1
-13
/
+4
*
panfrost: Respect glPointSize()
Alyssa Rosenzweig
2019-12-30
1
-1
/
+5
*
panfrost: Remove MRT indirection in blend shaders
Alyssa Rosenzweig
2019-12-30
3
-43
/
+39
*
panfrost: Implement integer varyings
Alyssa Rosenzweig
2019-12-30
1
-1
/
+1
*
panfrost: Disable some CAPs we want lowered
Alyssa Rosenzweig
2019-12-30
1
-0
/
+3
*
panfrost: Identify glProvokingVertex flag
Alyssa Rosenzweig
2019-12-30
1
-3
/
+2
*
pan/midgard: Promote tilebuffer reads to 32-bit
Alyssa Rosenzweig
2019-12-30
1
-0
/
+5
[next]