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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu
Marek Olšák
2019-08-19
1
-4
/
+7
*
radeonsi: fix an assertion failure: assert(!res->b.is_shared)
Marek Olšák
2019-08-19
1
-2
/
+1
*
radeonsi: handle the use_ngg_streamout flag in si_update_ngg
Marek Olšák
2019-08-19
1
-5
/
+18
*
radeonsi: move the tess factor ring size assertion to a place where it matters
Marek Olšák
2019-08-19
2
-1
/
+1
*
ac/nir: set image=true when loading FMASK for images
Marek Olšák
2019-08-19
1
-1
/
+1
*
etnaviv: rs: add support for 64bpp clears
Christian Gmeiner
2019-08-19
1
-7
/
+5
*
etnaviv: update headers from rnndb
Christian GMEINER
2019-08-19
13
-115
/
+204
*
swrast: Make the fetch funcs table sparse.
Eric Anholt
2019-08-19
1
-191
/
+24
*
gallium: Remove manual defining of PIPE_FORMAT enum values.
Eric Anholt
2019-08-19
1
-357
/
+357
*
svga: Drop unsupported formats from the format table.
Eric Anholt
2019-08-19
1
-170
/
+0
*
svga: Remove duplication in the format table.
Eric Anholt
2019-08-19
1
-329
/
+322
*
svga: Factor out the format conversion table entry lookup.
Eric Anholt
2019-08-19
1
-16
/
+25
*
nir: Add more source types to nir_tex_instr_src_type
Jason Ekstrand
2019-08-19
1
-3
/
+14
*
pan/midgard: Compute liveness per-block
Alyssa Rosenzweig
2019-08-19
2
-70
/
+169
*
pan/midgard: Analyze load/store for swizzle propagation
Alyssa Rosenzweig
2019-08-19
1
-3
/
+21
*
pan/midgard: Treat cubemaps "stores" as loads
Alyssa Rosenzweig
2019-08-19
5
-19
/
+15
*
pan/midgard: Clamp cubemap swizzle to XYXX
Alyssa Rosenzweig
2019-08-19
1
-0
/
+1
*
pan/midgard: Clamp st_vary swizzle by number of components
Alyssa Rosenzweig
2019-08-19
1
-1
/
+2
*
pan/midgard: Use type-appropriate swizzle for texture coordinate
Alyssa Rosenzweig
2019-08-19
1
-1
/
+7
*
pan/midgard: Set mask for lowered read-hazard moves
Alyssa Rosenzweig
2019-08-19
1
-0
/
+1
*
pan/midgard: Fix texw lowering with complex control flow
Alyssa Rosenzweig
2019-08-19
1
-1
/
+1
*
pan/midgard: Add mir_rewrite_index_dst_single helper
Alyssa Rosenzweig
2019-08-19
2
-2
/
+8
*
pan/midgard: Print predecessors in MIR
Alyssa Rosenzweig
2019-08-19
1
-0
/
+5
*
pan/midgard: Index blocks for printing
Alyssa Rosenzweig
2019-08-19
3
-2
/
+10
*
pan/midgard: Add mir_foreach_src
Alyssa Rosenzweig
2019-08-19
1
-0
/
+3
*
pan/midgard: Add mir_foreach_instr_in_block_rev
Alyssa Rosenzweig
2019-08-19
1
-0
/
+2
*
pan/midgard: Add mir_foreach_successor helper
Alyssa Rosenzweig
2019-08-19
1
-0
/
+8
*
pan/midgard: Add mir_foreach_predecessor utility
Alyssa Rosenzweig
2019-08-19
1
-0
/
+11
*
pan/midgard: Link exit block
Alyssa Rosenzweig
2019-08-19
1
-1
/
+9
*
pan/midgard: Add mir_exit_block helper
Alyssa Rosenzweig
2019-08-19
1
-0
/
+13
*
pan/midgard: Maintain block predecessor set
Alyssa Rosenzweig
2019-08-19
2
-3
/
+20
*
pan/midgard: Use ralloc on ctx/blocks
Alyssa Rosenzweig
2019-08-19
1
-15
/
+11
*
pan/midgard: Shrink successors[] to 2 length
Alyssa Rosenzweig
2019-08-19
1
-1
/
+1
*
nir: Add missing dependency in Android.nir.gen.mk
Roman Stratiienko
2019-08-19
1
-0
/
+1
*
ac/nir: Fix store_scratch with a non-full writemask
Connor Abbott
2019-08-18
3
-5
/
+42
*
glsl/standalone: init shader stage in init_gl_program()
Vasily Khoruzhick
2019-08-17
1
-2
/
+4
*
iris: Only request an input mask if the shader needs it
Jason Ekstrand
2019-08-16
1
-1
/
+3
*
gallium: add back YVU support
Xiong, James
2019-08-16
1
-5
/
+5
*
lima: actually wait for bo in lima_bo_wait
Erico Nunes
2019-08-16
2
-0
/
+5
*
nir/algebraic: add a few masking-before-unpack optimizations
Rhys Perry
2019-08-16
1
-1
/
+9
*
lima: fix compilation of standalone compiler
Vasily Khoruzhick
2019-08-15
1
-2
/
+2
*
Revert "radv/gfx10: Enable DCC for storage images."
Bas Nieuwenhuizen
2019-08-16
3
-18
/
+4
*
Revert "radv: Do not decompress on LAYOUT_GENERAL."
Bas Nieuwenhuizen
2019-08-16
1
-3
/
+3
*
mesa: add support for CET to x86/x86-64 asm files.
Dave Airlie
2019-08-16
15
-73
/
+96
*
pan/bifrost: Manually constant fold register class
Alyssa Rosenzweig
2019-08-15
1
-12
/
+9
*
gallium/util: widen type before multiplication
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
mesa: avoid warning on Windows
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
win32: unify strcasecmp definitions
Erik Faye-Lund
2019-08-15
7
-3
/
+6
*
mesa/main: avoid warning when casting offset to pointer
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
nir: avoid warning when casting bogus pointer
Erik Faye-Lund
2019-08-15
1
-1
/
+1
[next]