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
/
midgard
Commit message (
Expand
)
Author
Age
Files
Lines
*
pan/mdg: Do per-sample framebuffer loads
Icecream95
2020-07-17
1
-0
/
+8
*
pan/mdg: Don't disassemble blit shaders
Icecream95
2020-07-17
2
-5
/
+5
*
pan/mdg: Implement gl_SampleID
Alyssa Rosenzweig
2020-07-15
1
-0
/
+20
*
pan/mdg: Identify per-sample interpolation mode
Alyssa Rosenzweig
2020-07-15
2
-0
/
+3
*
pan/mdg: Bump compiler RT maximum
Alyssa Rosenzweig
2020-07-15
1
-1
/
+5
*
pan/mdg: Skip z/s combining for dual-source writes
Icecream95
2020-07-15
1
-0
/
+3
*
pan/mdg: Dual source blend input/writeout support
Icecream95
2020-07-15
9
-7
/
+54
*
pan/mdg: Add a nir pass to reorder store_output intrinsics
Icecream95
2020-07-15
1
-0
/
+46
*
pan/mdg: Fix non-debug compiliation
Icecream95
2020-07-14
1
-1
/
+1
*
panfrost: Fix outmods on int to float conversions
Italo Nicola
2020-07-13
1
-1
/
+1
*
pan/mdg: Use a 32-bit ld_color_buffer op when needed
Icecream95
2020-07-13
3
-2
/
+16
*
pan/mdg: Set the z/s store intrinsic base correctly
Icecream95
2020-07-13
1
-1
/
+6
*
pan/mdg: Support MRT in output load lowering
Icecream95
2020-07-13
1
-0
/
+27
*
pan/mdg: Handle non-blend framebuffer lowering
Icecream95
2020-07-13
1
-4
/
+1
*
pan/mdg: Emit a tilebuffer wait loop when needed
Icecream95
2020-07-13
1
-1
/
+20
*
pan/mdg: Do the pan_lower_framebuffer pass later
Icecream95
2020-07-13
1
-0
/
+7
*
pan/mdg: Use the writeout tag for tilebuffer wait loops
Icecream95
2020-07-13
1
-1
/
+4
*
pan/mdg: Handle tilebuffer wait loops
Icecream95
2020-07-13
2
-2
/
+10
*
pan/mdg: Use _VTX tag for texelFetch in frag shaders
Alyssa Rosenzweig
2020-07-07
1
-1
/
+2
*
pan/mdg: Handle nir_texop_txf_ms
Alyssa Rosenzweig
2020-07-07
1
-0
/
+1
*
pan/mdg: Handle nir_tex_src_ms_index
Alyssa Rosenzweig
2020-07-07
1
-1
/
+2
*
pan/mdg: Handle GLSL_SAMPLER_DIM_MS
Alyssa Rosenzweig
2020-07-07
1
-0
/
+1
*
pan/mdg: Allow ignoring move mode
Alyssa Rosenzweig
2020-07-07
1
-6
/
+10
*
pan/mdg: Fix indirect UBO swizzles
Alyssa Rosenzweig
2020-07-07
1
-0
/
+5
*
pan/mdg: Respect type/mask in mir_lower_special_reads
Alyssa Rosenzweig
2020-07-07
1
-9
/
+10
*
panfrost: Only call nir_lower_io on shader_in/out
Jason Ekstrand
2020-07-06
1
-1
/
+2
*
pan/mdg: Schedule based on liveness
Alyssa Rosenzweig
2020-07-02
1
-23
/
+84
*
pan/mdg: Vectorize vlut operations
Icecream95
2020-07-02
1
-1
/
+18
*
pan/mdg: Skip r1.w write where possible
Alyssa Rosenzweig
2020-07-02
1
-1
/
+8
*
pan/mdg: Prioritize non-moves on VADD/VLUT
Alyssa Rosenzweig
2020-07-02
1
-5
/
+18
*
pan/mdg: Allow Z/S writes to use any 2nd stage unit
Alyssa Rosenzweig
2020-07-02
1
-57
/
+71
*
pan/mdg: Defer smul, vlut until after writeout moves
Alyssa Rosenzweig
2020-07-02
1
-7
/
+6
*
pan/mdg: Schedule writeout to VLUT
Alyssa Rosenzweig
2020-07-02
1
-6
/
+12
*
pan/mdg: Remove bundle interference code
Alyssa Rosenzweig
2020-07-02
1
-66
/
+0
*
pan/mdg: Don't assign destination in writeout block to r1
Alyssa Rosenzweig
2020-07-02
1
-1
/
+51
*
pan/mdg: Defer nir_fuse_io_16 until after opts
Alyssa Rosenzweig
2020-07-02
1
-3
/
+4
*
pan/mdg: Fix max_comp calculation for constant printing
Icecream95
2020-06-22
1
-1
/
+1
*
pan/mdg: Reassociate adds for multiply-by-two
Alyssa Rosenzweig
2020-06-17
1
-1
/
+4
*
pan/mdg: Canonicalize (x * 2.0) to (x + x)
Alyssa Rosenzweig
2020-06-17
1
-0
/
+3
*
pan/mdg: Allow scheduling "x + x" to multipliers
Alyssa Rosenzweig
2020-06-17
1
-0
/
+53
*
pan/mdg: Factor out unit check
Alyssa Rosenzweig
2020-06-17
1
-1
/
+10
*
pan/mdg: Precolour blend inputs
Alyssa Rosenzweig
2020-06-15
5
-5
/
+26
*
pan/mdg: Prefer type over regmode for schedule constraints
Alyssa Rosenzweig
2020-06-12
1
-2
/
+2
*
pan/mdg: Analyze types for 64-bitness in RA
Alyssa Rosenzweig
2020-06-12
1
-1
/
+15
*
pan/mdg: Explicitly type 64-bit uniform moves
Alyssa Rosenzweig
2020-06-12
1
-0
/
+2
*
pan/mdg: Avoid fusing ld_vary_16 with non-zero component
Alyssa Rosenzweig
2020-06-12
1
-0
/
+5
*
pan/mdg: Print writeout sources in mir_print_instruction
Icecream95
2020-06-10
1
-0
/
+10
*
pan/mdg: Add new depth store lowering
Icecream95
2020-06-10
1
-1
/
+192
*
pan/mdg: Add depth/stencil support to emit_fragment_store
Icecream95
2020-06-10
1
-4
/
+17
*
pan/mdg: Move search_var to earlier in midgard_compile.c
Icecream95
2020-06-10
1
-11
/
+11
[next]