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: Only call nir_lower_io on shader_in/out
Jason Ekstrand
2020-07-06
2
-2
/
+4
*
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
*
panfrost: Add PAN_MESA_DEBUG=gl3 flag
Icecream95
2020-06-26
1
-0
/
+1
*
panfrost: RGBA4 and RGB5_A1 framebuffer support
Icecream95
2020-06-22
1
-0
/
+3
*
pan/mdg: Fix max_comp calculation for constant printing
Icecream95
2020-06-22
1
-1
/
+1
*
pan/decode: Add missing wrap modes
Icecream95
2020-06-22
1
-0
/
+4
*
pan/decode: Fix helper invocations when tracing
Icecream95
2020-06-22
1
-2
/
+2
*
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
*
panfrost: Implement ARB_depth_clamp
Icecream95
2020-06-16
2
-0
/
+5
*
panfrost: Simplify AFBC format check
Alyssa Rosenzweig
2020-06-15
1
-11
/
+7
*
panfrost: Enable AFBC for RGB565
Alyssa Rosenzweig
2020-06-15
1
-2
/
+9
*
panfrost: Correctly calculate tiled stride
Alyssa Rosenzweig
2020-06-15
1
-7
/
+9
*
panfrost: Fix level_2
Alyssa Rosenzweig
2020-06-15
1
-1
/
+1
*
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
*
panfrost: Use shader_info harder
Alyssa Rosenzweig
2020-06-12
1
-3
/
+0
*
panfrost: Allow R/RG/RGB varyings
Alyssa Rosenzweig
2020-06-12
1
-0
/
+1
*
panfrost: Calculate varying size by format
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
*
pan/mdg: Add new depth writeout code
Icecream95
2020-06-10
2
-4
/
+71
*
pan/mdg: Replace writeout booleans with a single value
Icecream95
2020-06-10
2
-9
/
+10
*
pan/mdg: Remove writeout case from bytemask_of_read_components
Icecream95
2020-06-10
2
-15
/
+6
*
pan/mdg: Remove old depth writeout code
Icecream95
2020-06-10
2
-16
/
+7
*
pan/mdg: Remove old zs store lowering
Icecream95
2020-06-10
1
-114
/
+0
*
pan/mdg: Move r1.w writeout to branch->dest
Icecream95
2020-06-10
2
-6
/
+6
*
pan/mdg: Add a macro for printing instruction source information
Icecream95
2020-06-10
1
-21
/
+12
*
pan_bo.h: add time.h include for time_t
Peter Seiderer
2020-06-07
1
-0
/
+1
*
Revert "panfrost: Keep cached BOs mmap'd"
Icecream95
2020-06-05
1
-5
/
+17
*
pan/midgard: Use a signed value for checking inline constants
Icecream95
2020-06-05
1
-1
/
+1
*
pan/mdg: Ensure ld_vary_16 is aligned
Alyssa Rosenzweig
2020-06-04
1
-0
/
+6
*
pan/mdg: Legalize inverts with constants
Alyssa Rosenzweig
2020-06-04
2
-7
/
+37
*
pan/bi: Disassemble gl_PointCoord reads.
Alyssa Rosenzweig
2020-06-03
1
-1
/
+3
[next]