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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Un/pack RGB565 and RGB5A1
Alyssa Rosenzweig
2020-06-01
1
-0
/
+52
*
panfrost: Un/pack UNORM 4
Alyssa Rosenzweig
2020-06-01
1
-0
/
+70
*
panfrost: Flesh out dispatch
Alyssa Rosenzweig
2020-06-01
1
-4
/
+48
*
panfrost: Un/pack 8-bit UNORM
Alyssa Rosenzweig
2020-06-01
1
-0
/
+20
*
panfrost: Un/pack pure 8-bit
Alyssa Rosenzweig
2020-06-01
1
-0
/
+37
*
panfrost: Un/pack pure 16-bit
Alyssa Rosenzweig
2020-06-01
1
-1
/
+44
*
panfrost: Un/pack pure 32-bit
Alyssa Rosenzweig
2020-06-01
1
-0
/
+25
*
panfrost: Stub out lowering boilerplate
Alyssa Rosenzweig
2020-06-01
2
-0
/
+113
*
panfrost: Determine classes for stores
Alyssa Rosenzweig
2020-06-01
2
-0
/
+13
*
panfrost: Determine load classes for formats
Alyssa Rosenzweig
2020-06-01
2
-0
/
+39
*
panfrost: Add quirks for blend shader types
Alyssa Rosenzweig
2020-06-01
1
-3
/
+24
*
panfrost: Determine unpacked type for formats
Alyssa Rosenzweig
2020-06-01
2
-0
/
+68
*
panfrost: Add theory for new framebuffer lowering
Alyssa Rosenzweig
2020-06-01
3
-0
/
+55
*
pan/mdg: Implement raw colourbuf loads on T720
Alyssa Rosenzweig
2020-06-01
3
-5
/
+11
*
pan/mdg: Drop the u8 from the colorbuf op names
Alyssa Rosenzweig
2020-06-01
3
-7
/
+7
*
pan/mdg: Print 8-bit constants
Alyssa Rosenzweig
2020-06-01
1
-1
/
+7
*
pan/mdg: Handle bitsize for packs
Alyssa Rosenzweig
2020-06-01
1
-1
/
+11
*
pan/mdg: Treat packs "specially"
Alyssa Rosenzweig
2020-06-01
4
-0
/
+14
*
pan/mdg: Add pack_unorm_4x8 via 8-bit
Alyssa Rosenzweig
2020-06-01
3
-0
/
+10
*
pan/mdg: Handle un/pack opcodes as moves
Alyssa Rosenzweig
2020-06-01
1
-0
/
+20
*
iris: Fixup copy'n'paste mistake in Makefile.sources
Chris Wilson
2020-05-31
1
-2
/
+2
*
intel/dev: Don't consider all TGL SKUs as GT1 only
Satyeshwar Singh
2020-05-30
1
-1
/
+1
*
r300g: Remove extra printf format specifiers.
Vinson Lee
2020-05-30
1
-2
/
+2
*
nouveau: allow invalidating coherent/persistent buffer backings
Ilia Mirkin
2020-05-30
1
-5
/
+0
*
intel/fs: Emit HALT for discard on Gen4-5
Jason Ekstrand
2020-05-30
6
-30
/
+107
*
intel/fs: Fix unused texture coordinate zeroing on Gen4-5
Jason Ekstrand
2020-05-30
1
-1
/
+2
*
intel/vec4: Stomp the return type of RESINFO to UINT32
Jason Ekstrand
2020-05-30
1
-0
/
+11
*
radv: fix regression with builtin cache
Timothy Arceri
2020-05-30
1
-1
/
+1
*
gallium/dri: Remove lowered_yuv tracking for plane mapping.
Bas Nieuwenhuizen
2020-05-30
2
-12
/
+5
*
panfrost: Fix printf format specifier.
Vinson Lee
2020-05-30
1
-1
/
+1
*
glthread: don't upload for glDraw inside a display list and always sync
Marek Olšák
2020-05-30
3
-19
/
+58
*
util/format: Add more multi-planar formats.
Bas Nieuwenhuizen
2020-05-30
6
-0
/
+339
*
util/format: Use correct pipe format for VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM.
Bas Nieuwenhuizen
2020-05-30
1
-1
/
+1
*
util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.
Bas Nieuwenhuizen
2020-05-30
5
-1
/
+74
*
etnaviv: Fix memory leak on error path.
Vinson Lee
2020-05-30
1
-4
/
+5
*
panfrost: Probe G31/G52 if PAN_MESA_DEBUG=bifrost
Alyssa Rosenzweig
2020-05-29
2
-0
/
+8
*
panfrost: Add GPU IDs for G31/G52
Alyssa Rosenzweig
2020-05-29
1
-0
/
+2
*
panfrost: Disable QUAD_STRIP/POLYGON on Bifrost
Alyssa Rosenzweig
2020-05-29
1
-2
/
+10
*
pan/bi: Passthrough deps of the branch target
Alyssa Rosenzweig
2020-05-29
1
-2
/
+16
*
pan/bi: Allow two successors in header packing
Alyssa Rosenzweig
2020-05-29
1
-7
/
+14
*
pan/bi: Measure backwards branches as well
Alyssa Rosenzweig
2020-05-29
1
-1
/
+26
*
pan/bi: Add bi_foreach_block_from_rev helper
Alyssa Rosenzweig
2020-05-29
1
-0
/
+3
*
pan/bi: Defer block naming until after emit
Alyssa Rosenzweig
2020-05-29
2
-3
/
+7
*
pan/bi: Pack unconditional branch
Alyssa Rosenzweig
2020-05-29
1
-1
/
+30
*
pan/bi: Set branch conditional bit
Alyssa Rosenzweig
2020-05-29
1
-1
/
+4
*
pan/bi: Set back-to-back bit more accurately
Alyssa Rosenzweig
2020-05-29
1
-1
/
+35
*
pan/bi: Set branch_conditional if b2b is set
Alyssa Rosenzweig
2020-05-29
1
-1
/
+1
*
pan/bi: Pack proper clause offsets
Alyssa Rosenzweig
2020-05-29
1
-0
/
+20
*
pan/bi: Measure distance between blocks
Alyssa Rosenzweig
2020-05-29
2
-0
/
+47
*
pan/bi: Add bi_foreach_clause_in_block_from{_rev} helpers
Alyssa Rosenzweig
2020-05-29
1
-0
/
+6
[next]