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
/
panfrost
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Add routines to calculate stack size/shift
Alyssa Rosenzweig
2019-12-12
2
-0
/
+31
*
panfrost: Split stack_shift nibble from unk0
Alyssa Rosenzweig
2019-12-12
2
-1
/
+3
*
panfrost: Rename unknown_address_0 -> scratchpad
Alyssa Rosenzweig
2019-12-12
2
-2
/
+3
*
panfrost: Describe thread local storage sizing rules
Alyssa Rosenzweig
2019-12-12
3
-1
/
+82
*
pan/midgard: Fix shift for TLS access
Alyssa Rosenzweig
2019-12-12
1
-2
/
+18
*
pan/midgard: Simplify and fix vector copyprop
Alyssa Rosenzweig
2019-12-12
1
-14
/
+5
*
pan/midgard: Don't try to free NULL in LCRA
Alyssa Rosenzweig
2019-12-12
1
-0
/
+3
*
pan/midgard: Force alignment for csel_v
Alyssa Rosenzweig
2019-12-12
1
-0
/
+8
*
pan/midgard: Don't use no_spill for memory spill src
Alyssa Rosenzweig
2019-12-12
1
-2
/
+4
*
pan/midgard: Use no_spill bitmask
Alyssa Rosenzweig
2019-12-12
2
-15
/
+16
*
pan/midgard: Dynamically allocate r26/27 for spills
Alyssa Rosenzweig
2019-12-12
2
-5
/
+10
*
pan/midgard: Remove code marked "TODO: remove me"
Alyssa Rosenzweig
2019-12-12
1
-5
/
+0
*
pan/midgard: Remove consecutive_skip code
Alyssa Rosenzweig
2019-12-12
1
-18
/
+8
*
pan/midgard: Move bounds checking into LCRA
Alyssa Rosenzweig
2019-12-12
2
-9
/
+5
*
pan/midgard: Remove spill cost heuristic
Alyssa Rosenzweig
2019-12-12
1
-21
/
+0
*
pan/midgard: Simplify spillability test
Alyssa Rosenzweig
2019-12-12
1
-27
/
+9
*
pan/midgard: Split spill node selection/spilling
Alyssa Rosenzweig
2019-12-12
1
-20
/
+30
*
pan/midgard: Move spilling code out of scheduler
Alyssa Rosenzweig
2019-12-12
7
-339
/
+380
*
pan/midgard: Remove undefined behavior
Tomeu Vizoso
2019-12-12
1
-1
/
+1
*
panfrost: Add PAN_MESA_DEBUG=sync
Tomeu Vizoso
2019-12-11
2
-1
/
+5
*
panfrost: free spill cost table in mir_spill_register
Urja Rannikko
2019-12-06
1
-0
/
+2
*
panfrost: add lcra_free() to free lcra state
Urja Rannikko
2019-12-06
3
-1
/
+25
*
panfrost: free allocations in schedule_block
Urja Rannikko
2019-12-06
1
-0
/
+3
*
panfrost: free last_read/write tables in mir_create_dependency_graph
Urja Rannikko
2019-12-06
1
-0
/
+3
*
panfrost: Rename SET_VALUE to WRITE_VALUE
Alyssa Rosenzweig
2019-12-06
2
-9
/
+9
*
panfrost: Update SET_VALUE with information from igt
Alyssa Rosenzweig
2019-12-06
2
-4
/
+22
*
panfrost: Remove blend shader hack
Alyssa Rosenzweig
2019-12-03
1
-2
/
+1
*
pan/midgard: Splatter on fragment out
Alyssa Rosenzweig
2019-12-03
1
-1
/
+20
*
panfrost: Implement pan_tiler for non-hierarchy GPUs
Alyssa Rosenzweig
2019-12-03
4
-126
/
+93
*
panfrost: Add information about T720 tiling
Alyssa Rosenzweig
2019-12-03
1
-1
/
+46
*
panfrost: Add quirks system to cmdstream
Tomeu Vizoso
2019-12-03
1
-0
/
+67
*
pan/midgard: Use lower_tex_without_implicit_lod
Alyssa Rosenzweig
2019-11-22
1
-10
/
+3
*
panfrost: Add lcra.c to Android.mk
Alyssa Rosenzweig
2019-11-22
1
-1
/
+2
*
pan/midgard: Enable LOD lowering only on buggy chips
Alyssa Rosenzweig
2019-11-22
1
-2
/
+7
*
pan/midgard: Describe quirk MIDGARD_BROKEN_LOD
Alyssa Rosenzweig
2019-11-22
1
-2
/
+13
*
pan/midgard: Add LOD bias/clamp lowering
Alyssa Rosenzweig
2019-11-22
4
-1
/
+103
*
pan/midgard: Implement load_sampler_lod_paramaters_pan
Alyssa Rosenzweig
2019-11-22
2
-0
/
+15
*
panfrost: Add the lod_bias field
Alyssa Rosenzweig
2019-11-21
2
-1
/
+5
*
panfrost: Don't print the midgard_blend_rt structs on SFBD
Tomeu Vizoso
2019-11-20
1
-1
/
+1
*
panfrost: Just print tiler fields as-is for Tx20
Tomeu Vizoso
2019-11-20
1
-6
/
+48
*
pan/midgard: Introduce quirks checks
Alyssa Rosenzweig
2019-11-20
5
-10
/
+92
*
pan/midgard: Use shader stage in mir_op_computes_derivative
Alyssa Rosenzweig
2019-11-18
3
-3
/
+10
*
pan/midgard: Represent ld/st offset unpacked
Alyssa Rosenzweig
2019-11-17
6
-47
/
+14
*
pan/midgard: Fix masks/alignment for 64-bit loads
Alyssa Rosenzweig
2019-11-17
4
-13
/
+37
*
pan/midgard: Expose more typesize helpers
Alyssa Rosenzweig
2019-11-17
2
-1
/
+21
*
pan/midgard: Implement non-aligned UBOs
Alyssa Rosenzweig
2019-11-17
1
-5
/
+2
*
pan/midgard: Use generic constant packing for 8/64-bit
Alyssa Rosenzweig
2019-11-15
1
-1
/
+1
*
pan/midgard: Pack 64-bit swizzles
Alyssa Rosenzweig
2019-11-15
1
-21
/
+63
*
pan/midgard: Fix mir_round_bytemask_down for !32b
Alyssa Rosenzweig
2019-11-15
1
-2
/
+2
*
pan/midgard: Implement i2i64 and u2u64
Alyssa Rosenzweig
2019-11-15
1
-1
/
+3
[next]