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
*
pan/lcra: Allow per-variable bounds to be set
Alyssa Rosenzweig
2020-05-21
4
-20
/
+24
*
pan/lcra: Remove unused alignment parameters
Alyssa Rosenzweig
2020-05-21
4
-4
/
+2
*
pan/mdg: Ignore dest.type when offseting load swizzle
Alyssa Rosenzweig
2020-05-21
1
-1
/
+1
*
pan/mdg: Don't generate conversions for fp16 LUTs
Alyssa Rosenzweig
2020-05-21
2
-6
/
+21
*
pan/mdg: Implement b2f16
Alyssa Rosenzweig
2020-05-21
1
-8
/
+17
*
pan/mdg: Streamline dest_override handling
Alyssa Rosenzweig
2020-05-21
6
-46
/
+35
*
pan/mdg: Remove redundant redundancy
Alyssa Rosenzweig
2020-05-21
2
-10
/
+0
*
pan/mdg: Defer modifier packing until emit time
Alyssa Rosenzweig
2020-05-21
5
-216
/
+171
*
pan/mdg: Remove promote_float pass
Alyssa Rosenzweig
2020-05-21
4
-86
/
+0
*
pan/mdg: Promote imov to fmov on a NIR level
Alyssa Rosenzweig
2020-05-21
1
-1
/
+8
*
pan/mdg: Identify scalar integer mods
Alyssa Rosenzweig
2020-05-21
3
-43
/
+39
*
pan/mdg: Use type to determine triviality of a move
Alyssa Rosenzweig
2020-05-21
1
-2
/
+1
*
pan/mdg: Use src_types to determine size in scheduling
Alyssa Rosenzweig
2020-05-21
1
-15
/
+6
*
pan/mdg: Add abs/neg/shift modifiers to IR
Alyssa Rosenzweig
2020-05-21
2
-3
/
+23
*
pan/mdg: Explain ld/st sign/zero extension
Alyssa Rosenzweig
2020-05-21
2
-4
/
+6
*
pan/mdg: Respect !32-bit sizes in RA
Alyssa Rosenzweig
2020-05-21
1
-4
/
+8
*
pan/mdg: Handle dest up/lower correctly with swizzles
Alyssa Rosenzweig
2020-05-21
1
-5
/
+14
*
pan/mdg: Include more types
Alyssa Rosenzweig
2020-05-21
4
-1
/
+11
*
pan/mdg: Remove mir_get_alu_src
Alyssa Rosenzweig
2020-05-21
1
-7
/
+0
*
pan/mdg: Remove mir_*size routines
Alyssa Rosenzweig
2020-05-21
10
-178
/
+78
*
pan/mdg: Fix constant combining crash
Alyssa Rosenzweig
2020-05-21
1
-1
/
+3
*
pan/mdg: Handle comparisons in fp16 path
Alyssa Rosenzweig
2020-05-21
1
-17
/
+33
*
aco: sign-extend the input and identity for 8-bit subgroup operations
Samuel Pitoiset
2020-05-21
1
-0
/
+12
*
aco: use a temporary SGPR for 8-bit/16-bit literal reduction identities
Samuel Pitoiset
2020-05-21
1
-3
/
+5
*
aco: implement 8-bit/16-bit nir_intrinsic_quad_*
Samuel Pitoiset
2020-05-21
1
-0
/
+16
*
aco: implement 8-bit/16-bit nir_intrinsic_{shuffle,_read_invocation}
Samuel Pitoiset
2020-05-21
1
-1
/
+8
*
aco: implement 8-bit/16-bit nir_intrinsic_read_first_invocation
Samuel Pitoiset
2020-05-21
1
-1
/
+1
*
aco: validate 8-bit/16-bit VGPR operands for readfirstlane/readlane/writelane
Samuel Pitoiset
2020-05-21
1
-1
/
+1
*
aco: implement 8-bit/16-bit reductions
Samuel Pitoiset
2020-05-21
4
-24
/
+76
*
aco: declare 8-bit/16-bit reduce operations
Samuel Pitoiset
2020-05-21
2
-13
/
+39
*
aco: fix typo in insert_waitcnt's kill()
Rhys Perry
2020-05-21
1
-1
/
+1
*
aco: don't allow unaligned subdword accesses on GFX6/7
Daniel Schürmann
2020-05-21
2
-16
/
+20
*
aco: fix corner case in register allocation
Daniel Schürmann
2020-05-21
1
-2
/
+2
*
aco: don't move create_vector subdword operands to unsupported register offsets
Daniel Schürmann
2020-05-21
1
-1
/
+1
*
aco: restrict copying of create_vector operands to GFX9+
Daniel Schürmann
2020-05-21
1
-15
/
+26
*
clover: Address unnecessary copy warnings
Pierre Moreau
2020-05-21
2
-2
/
+2
*
clover/api: Address missing braces for subobj init
Pierre Moreau
2020-05-21
1
-2
/
+2
*
radv/winsys: remove useless free in radv_amdgpu_create_bo_list()
Samuel Pitoiset
2020-05-21
1
-3
/
+1
*
radv: fix duplicated expression in ac_setup_rings()
Samuel Pitoiset
2020-05-21
1
-1
/
+1
*
radv: fix missing break in radv_GetPhysicalDeviceFeatures2()
Samuel Pitoiset
2020-05-21
1
-0
/
+1
*
aco: fix missing break in label_instruction()
Samuel Pitoiset
2020-05-21
1
-0
/
+1
*
llvmpipe: compute shaders work better with all the threads.
Dave Airlie
2020-05-21
1
-1
/
+1
*
dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_R8G8B8X8_UNORM
Nataraj Deshpande
2020-05-21
1
-1
/
+1
*
freedreno/a6xx: Avoid stalling for occlusion queries
Kristian H. Kristensen
2020-05-21
4
-12
/
+35
*
freedreno/a6xx: Emit VFD setup as array writes
Kristian H. Kristensen
2020-05-21
1
-9
/
+23
*
freedreno/a6xx: Allocate ringbuffer based on VFD count
Kristian H. Kristensen
2020-05-21
1
-7
/
+7
*
freedreno/a6xx: Map inputs to VFD entries up front
Kristian H. Kristensen
2020-05-21
1
-38
/
+43
*
freedreno/a6xx: Create shader dependent streamout state at compile time
Kristian H. Kristensen
2020-05-21
5
-46
/
+58
*
compiler: delete leftover autotools test wrapper
Eric Engestrom
2020-05-20
3
-9
/
+0
*
anv: disable VK_EXT_calibrated_timestamps when the timestamp register is unre...
Eric Engestrom
2020-05-20
3
-3
/
+16
[next]