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
*
intel: Move swizzle_color_value from blorp to ISL
Jason Ekstrand
2020-04-28
4
-28
/
+31
*
anv: Allocate surface states per-subpass
Jason Ekstrand
2020-04-28
2
-119
/
+138
*
anv: Split command buffer attachment setup in three
Jason Ekstrand
2020-04-28
1
-101
/
+144
*
anv: Mark images written in end_subpass
Jason Ekstrand
2020-04-28
1
-43
/
+53
*
anv: Use ANV_FROM_HANDLE for pInheritanceInfo fields
Jason Ekstrand
2020-04-28
1
-6
/
+10
*
anv: Assert surface states are valid
Jason Ekstrand
2020-04-28
1
-0
/
+5
*
anv: Stop filling out the clear color in compute_aux_usage
Jason Ekstrand
2020-04-28
1
-7
/
+6
*
anv: Add TRANSFER_SRC to pass usage not subpass usage
Jason Ekstrand
2020-04-28
2
-3
/
+16
*
anv: Return an error if allocating attachment memory fails
Jason Ekstrand
2020-04-28
1
-0
/
+4
*
radv: advertise VK_AMD_memory_overallocation_behavior
Samuel Pitoiset
2020-04-28
2
-0
/
+7
*
radv: track memory heaps usage if overallocation is explicitly disallowed
Samuel Pitoiset
2020-04-28
2
-0
/
+48
*
radv: remove unused radv_device_memory::map_size field
Samuel Pitoiset
2020-04-28
1
-1
/
+0
*
nir/algebraic: Require operands to iand be 32-bit
Ian Romanick
2020-04-28
1
-4
/
+4
*
freedreno/ir3/ra: only assign array base in first pass
Rob Clark
2020-04-28
1
-1
/
+2
*
freedreno/ir3/ra: split out helper for array assignment
Rob Clark
2020-04-28
1
-48
/
+58
*
freedreno/ir3/ra: use ir3_debug_print helper
Rob Clark
2020-04-28
1
-8
/
+2
*
freedreno/ir3/ra: remove unused variable
Rob Clark
2020-04-28
1
-2
/
+0
*
freedreno/computer: add script to test widening/narrowing
Rob Clark
2020-04-28
1
-0
/
+297
*
pan/bi: Add initial fcmp test
Alyssa Rosenzweig
2020-04-28
1
-0
/
+44
*
pan/bit: Interpret CMP
Alyssa Rosenzweig
2020-04-28
1
-1
/
+41
*
pan/bit: Prepare condition evaluation for vectors
Alyssa Rosenzweig
2020-04-28
1
-9
/
+9
*
pan/bi: Relax double-abs condition
Alyssa Rosenzweig
2020-04-28
1
-1
/
+1
*
pan/bi: Pack fma.fcmp16
Alyssa Rosenzweig
2020-04-28
2
-0
/
+23
*
pan/bi: Factor out fp16 abs logic
Alyssa Rosenzweig
2020-04-28
1
-17
/
+25
*
pan/bi: Pack FMA 32 FCMP
Alyssa Rosenzweig
2020-04-28
2
-0
/
+85
*
pan/bi: Fix source mod testing for CMP
Alyssa Rosenzweig
2020-04-28
1
-4
/
+5
*
pan/bi: Structify ADD ICMP 32
Alyssa Rosenzweig
2020-04-28
1
-0
/
+10
*
pan/bi: Structify FMA ICMP 16
Alyssa Rosenzweig
2020-04-28
1
-0
/
+8
*
pan/bi: Structify FMA ICMP 32
Alyssa Rosenzweig
2020-04-28
1
-0
/
+17
*
pan/bi: Structify ADD FCMP16
Alyssa Rosenzweig
2020-04-28
1
-0
/
+14
*
pan/bi: Structify FMA FCMP16
Alyssa Rosenzweig
2020-04-28
1
-0
/
+15
*
pan/bi Strucitfy ADD FCMP 32
Alyssa Rosenzweig
2020-04-28
1
-0
/
+11
*
pan/bi: Structify FMA FCMP
Alyssa Rosenzweig
2020-04-28
1
-0
/
+21
*
pan/bi: Remove bi_round_op
Alyssa Rosenzweig
2020-04-28
3
-12
/
+0
*
pan/bi: Deduplicate csel/cmp cond
Alyssa Rosenzweig
2020-04-28
6
-12
/
+9
*
pan/bi(t): Fix SELECT tests
Alyssa Rosenzweig
2020-04-28
3
-4
/
+4
*
pan/bi: Add CSEL.8 opcode
Alyssa Rosenzweig
2020-04-28
1
-0
/
+1
*
pan/bi: Add FCMP.GL.v2f16 on ADD opcode
Alyssa Rosenzweig
2020-04-28
1
-0
/
+1
*
pan/bi: Add 64-bit int compares
Alyssa Rosenzweig
2020-04-28
1
-0
/
+7
*
pan/bi: Add some 8-bit compares
Alyssa Rosenzweig
2020-04-28
1
-0
/
+3
*
pan/bi: Add CSEL.64 opcode
Alyssa Rosenzweig
2020-04-28
1
-0
/
+1
*
pan/bi: Add bool->float opcodes
Alyssa Rosenzweig
2020-04-28
1
-0
/
+2
*
radv: enable FMASK for color attachments only
Samuel Pitoiset
2020-04-28
1
-1
/
+2
*
anv: Expose CS workgroup sizes based on a maximum of 64 threads
Jason Ekstrand
2020-04-28
1
-1
/
+2
*
intel/devinfo: Compute the correct L3$ size for Gen12
Jason Ekstrand
2020-04-28
1
-0
/
+11
*
radv: Determine memory type for import based on fd.
Bas Nieuwenhuizen
2020-04-28
1
-17
/
+63
*
radv/winsys: Add function to get domains/flags from fd.
Bas Nieuwenhuizen
2020-04-28
2
-0
/
+51
*
radv: Stop using memory type indices.
Bas Nieuwenhuizen
2020-04-28
2
-108
/
+23
*
radv: Use actual memory type count for setting app-visible bitset.
Bas Nieuwenhuizen
2020-04-28
1
-1
/
+1
*
radeonsi: Count planes for imported textures.
Bas Nieuwenhuizen
2020-04-28
1
-0
/
+9
[next]