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: Remove unneeded phi nodes
Boris Brezillon
2020-01-13
1
-0
/
+1
*
pan/midgard: Support indirect UBO offsets
Alyssa Rosenzweig
2020-01-10
2
-22
/
+7
*
panfrost: Add negative lod bias support
Icecream95
2020-01-10
1
-9
/
+11
*
panfrost: Don't double-flip Z/W for 2D arrays
Alyssa Rosenzweig
2020-01-07
1
-2
/
+5
*
pan/midgard: Account for z/w flip in texelFetch
Alyssa Rosenzweig
2020-01-07
1
-0
/
+9
*
panfrost: Fix Android build
Roman Stratiienko
2020-01-04
1
-0
/
+1
*
pan/midgard: Use upper ALU tags for MFBD writeout
Alyssa Rosenzweig
2020-01-02
3
-2
/
+22
*
pan/midgard: Identity ld_color_buffer as 32-bit
Alyssa Rosenzweig
2020-01-02
3
-4
/
+4
*
pan/midgard: Remove old comment
Alyssa Rosenzweig
2020-01-02
1
-1
/
+0
*
pan/midgard: Generate MRT writeout loops
Alyssa Rosenzweig
2020-01-02
5
-31
/
+84
*
pan/midgard: Generalize IS_ALU and quadword_size
Alyssa Rosenzweig
2020-01-02
8
-98
/
+53
*
pan/midgard: Use better heuristic for shader termination
Alyssa Rosenzweig
2020-01-02
1
-24
/
+17
*
pan/midgard: Fix memory corruption in constant combining
Alyssa Rosenzweig
2020-01-02
1
-1
/
+1
*
panfrost: Dynamically allocate array of texture pointers
Tomeu Vizoso
2020-01-02
2
-8
/
+6
*
pan/midgard: Optimize branches with inverted arguments
Afonso Bordado
2019-12-31
3
-0
/
+26
*
pan/midgard: Move midgard_is_branch_unit to helpers
Afonso Bordado
2019-12-31
2
-7
/
+6
*
pan/midgard: Remove prepacked_branch
Alyssa Rosenzweig
2019-12-31
6
-39
/
+6
*
pan/midgard: Convert fragment writeout to proper branches
Alyssa Rosenzweig
2019-12-31
1
-3
/
+14
*
panfrost: Remove MRT indirection in blend shaders
Alyssa Rosenzweig
2019-12-30
1
-0
/
+4
*
panfrost: Implement integer varyings
Alyssa Rosenzweig
2019-12-30
2
-0
/
+54
*
panfrost: Identify glProvokingVertex flag
Alyssa Rosenzweig
2019-12-30
1
-0
/
+6
*
pan/midgard: Implement flat shading
Alyssa Rosenzweig
2019-12-30
2
-6
/
+17
*
pan/midgard: Use type-appropriate st_vary
Alyssa Rosenzweig
2019-12-30
1
-0
/
+16
*
panfrost: Fix Makefile.sources
Caio Marcelo de Oliveira Filho
2019-12-28
1
-1
/
+1
*
panfrost: Remove 32-bit next_job path
Alyssa Rosenzweig
2019-12-27
2
-11
/
+3
*
panfrost; Update comment about work/uniform_count
Alyssa Rosenzweig
2019-12-27
1
-3
/
+1
*
panfrost: Remove mali_alt_func
Alyssa Rosenzweig
2019-12-27
6
-38
/
+56
*
panfrost: Add missing #include in common header
Alyssa Rosenzweig
2019-12-27
1
-0
/
+1
*
panfrost: Add pan_attributes.c to Android.mk
Alyssa Rosenzweig
2019-12-27
1
-0
/
+1
*
panfrost: Implement remaining texture wrap modes
Alyssa Rosenzweig
2019-12-27
1
-5
/
+9
*
panfrost: Inline away MALI_NEGATIVE
Alyssa Rosenzweig
2019-12-27
2
-9
/
+5
*
panfrost: Remove MALI_ATTR_INTERNAL
Alyssa Rosenzweig
2019-12-27
2
-3
/
+0
*
panfrost: Update information on fixed attributes/varyings
Alyssa Rosenzweig
2019-12-27
1
-3
/
+2
*
panfrost: Remove MALI_SPECIAL_ATTRIBUTE_BASE defines
Alyssa Rosenzweig
2019-12-27
1
-5
/
+0
*
pan/midgard: Fix minor typo
Alyssa Rosenzweig
2019-12-27
1
-1
/
+1
*
panfrost: Route gl_VertexID through cmdstream
Alyssa Rosenzweig
2019-12-24
2
-0
/
+43
*
pan/midgard: Lower gl_VertexID/gl_InstanceID to attributes
Alyssa Rosenzweig
2019-12-24
2
-0
/
+35
*
pan/midgard: Factor out emit_attr_read
Alyssa Rosenzweig
2019-12-24
1
-24
/
+33
*
panfrost: Unset vertex_id_zero_based
Alyssa Rosenzweig
2019-12-24
2
-2
/
+0
*
pan/decode: Handle gl_VertexID/gl_InstanceID
Alyssa Rosenzweig
2019-12-24
2
-22
/
+46
*
panfrost: Remove pan_shift_odd
Alyssa Rosenzweig
2019-12-24
2
-88
/
+15
*
pan/decode: Fix reference computation for invocations
Alyssa Rosenzweig
2019-12-24
1
-4
/
+3
*
panfrost: Fix off-by-one in pan_invocation.c
Alyssa Rosenzweig
2019-12-24
1
-13
/
+9
*
panfrost: Factor out panfrost_compute_magic_divisor
Alyssa Rosenzweig
2019-12-24
1
-30
/
+41
*
panfrost: Move instancing routines to encoder/
Alyssa Rosenzweig
2019-12-24
3
-0
/
+256
*
pan/midgard: Compute destination override
Alyssa Rosenzweig
2019-12-24
1
-7
/
+25
*
pan/midgard: Add mir_upper_override helper
Alyssa Rosenzweig
2019-12-24
2
-0
/
+30
*
pan/midgard: Enable lower_(un)pack_* lowering
Alyssa Rosenzweig
2019-12-24
2
-2
/
+13
*
pan/midgard: Implement shadow cubemaps
Alyssa Rosenzweig
2019-12-24
1
-26
/
+22
*
pan/midgard: Generalize temp coordinate to non-2D
Alyssa Rosenzweig
2019-12-24
1
-3
/
+5
[next]