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
/
panfrost
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
pan/midgard: Expand 64-bit writemasks
Alyssa Rosenzweig
2019-11-15
2
-7
/
+11
*
pan/midgard: Prioritize texture registers
Alyssa Rosenzweig
2019-11-15
1
-2
/
+13
*
pan/midgard: Disassemble with old pipeline always on T720
Alyssa Rosenzweig
2019-11-15
1
-2
/
+2
*
pan/midgard: Use texture, not textureLod, on early Midgard
Alyssa Rosenzweig
2019-11-15
1
-3
/
+4
*
pan/midgard: Fix vertex texturing on early Midgard
Alyssa Rosenzweig
2019-11-15
1
-0
/
+10
*
pan/midgard: Generalize texture registers across GPUs
Alyssa Rosenzweig
2019-11-15
1
-5
/
+2
*
pan/midgard: Fix copypropagation for textures
Alyssa Rosenzweig
2019-11-14
1
-3
/
+4
*
pan/midgard: Copypropagate vector creation
Alyssa Rosenzweig
2019-11-14
1
-1
/
+45
*
pan/lcra: Use Chaitin's spilling heuristic
Alyssa Rosenzweig
2019-11-14
1
-9
/
+5
*
pan/midgard: Compute spill costs
Alyssa Rosenzweig
2019-11-14
1
-2
/
+13
*
pan/midgard: Remove util/ra support
Alyssa Rosenzweig
2019-11-13
5
-275
/
+24
*
pan/midgard: Integrate LCRA
Alyssa Rosenzweig
2019-11-13
3
-76
/
+82
*
pan/midgard: Implement linearly-constrained register allocation
Alyssa Rosenzweig
2019-11-13
3
-0
/
+339
*
pan/midgard: Add blend shader selection bits for MRT
Alyssa Rosenzweig
2019-11-13
1
-0
/
+8
*
pan/midgard: Pack load/store masks
Alyssa Rosenzweig
2019-11-11
1
-2
/
+30
*
pan/midgard: Implement nir_intrinsic_load_output_u8_as_fp16_pan
Alyssa Rosenzweig
2019-11-11
1
-0
/
+20
*
pan/midgard: Identify ld_color_buffer_u8_as_fp16*
Alyssa Rosenzweig
2019-11-11
2
-2
/
+7
*
pan/midgard: Switch base for vertex texturing on T720
Alyssa Rosenzweig
2019-11-08
1
-11
/
+16
*
pan/midgard: Pass shader stage to disassembler
Alyssa Rosenzweig
2019-11-08
4
-4
/
+7
*
pan/midgard: Disassemble half-steps correctly
Alyssa Rosenzweig
2019-11-08
1
-3
/
+15
[next]