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
/
gallium
/
drivers
/
panfrost
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost/midgard: Add rounding mode specific opcodes
Alyssa Rosenzweig
2019-06-17
3
-20
/
+49
*
panfrost: Drop draws with complete scissor
Alyssa Rosenzweig
2019-06-17
2
-4
/
+20
*
panfrost: Disable pipelining temporarily
Alyssa Rosenzweig
2019-06-17
1
-2
/
+4
*
panfrost/mfbd: Handle rendering to linear mipmap
Alyssa Rosenzweig
2019-06-17
1
-4
/
+18
*
panfrost: Implement sampling from non-zero initial levels
Alyssa Rosenzweig
2019-06-17
1
-15
/
+14
*
panfrost: Resource management for linear 2D texture arrays
Alyssa Rosenzweig
2019-06-17
1
-1
/
+2
*
panfrost/midgard: Adjust swizzles for 2D arrays
Alyssa Rosenzweig
2019-06-17
1
-0
/
+10
*
panfrost: Set array_size to permit array textures
Alyssa Rosenzweig
2019-06-17
1
-0
/
+11
*
panfrost: Decode array textures
Alyssa Rosenzweig
2019-06-17
2
-4
/
+5
*
panfrost: Implement 3D texture resource management
Alyssa Rosenzweig
2019-06-17
1
-5
/
+45
*
panfrost: Specify 3D in texture descriptor
Alyssa Rosenzweig
2019-06-17
2
-1
/
+4
*
panfrost/midgard: Fix 3D texture masks/swizzles
Alyssa Rosenzweig
2019-06-17
1
-3
/
+8
*
panfrost/midgard: Add swizzle_of/mask_of helpers
Alyssa Rosenzweig
2019-06-17
1
-6
/
+30
*
panfrost: Enable helper invocations when texturing
Alyssa Rosenzweig
2019-06-17
4
-76
/
+25
*
panfrost: Handle missing texture case
Alyssa Rosenzweig
2019-06-17
1
-18
/
+29
*
panfrost: Remove forced flush on clears
Alyssa Rosenzweig
2019-06-17
1
-4
/
+0
*
panfrost: Flush scanout too
Alyssa Rosenzweig
2019-06-17
1
-3
/
+6
*
panfrost: Improve viewport (clipping) robustness
Alyssa Rosenzweig
2019-06-17
1
-6
/
+35
*
panfrost: Disable the tiler for clear-only jobs
Alyssa Rosenzweig
2019-06-17
6
-37
/
+50
*
panfrost: Identify and decode mfbd_flags
Alyssa Rosenzweig
2019-06-17
3
-10
/
+22
*
panfrost: Stub out hierarchy mask selection
Alyssa Rosenzweig
2019-06-17
1
-0
/
+21
*
panfrost: Rename misc_0 -> tiler_polygon_list
Alyssa Rosenzweig
2019-06-17
3
-10
/
+9
*
panfrost: Sanity check tiler polygon list size
Alyssa Rosenzweig
2019-06-17
1
-0
/
+5
*
panfrost: Compute and use polygon list body size
Alyssa Rosenzweig
2019-06-17
2
-1
/
+20
*
panfrost: Use polygon list header size computation
Alyssa Rosenzweig
2019-06-17
1
-5
/
+16
*
panfrost: Calculate polygon list header size
Alyssa Rosenzweig
2019-06-17
2
-1
/
+107
*
panfrost: Add pan_tiler.h header
Alyssa Rosenzweig
2019-06-17
1
-0
/
+44
*
panfrost: Document tile size heuristic
Alyssa Rosenzweig
2019-06-17
1
-0
/
+65
*
panfrost: Rename tiler fields per tiler research
Alyssa Rosenzweig
2019-06-17
3
-60
/
+54
*
panfrost: Add notes about the tiler allocations
Alyssa Rosenzweig
2019-06-17
1
-0
/
+86
*
panfrost: Integrate kernel names for tiler FBD
Alyssa Rosenzweig
2019-06-17
3
-48
/
+66
*
panfrost: ci: Speed things up a bit by skipping a git clone
Tomeu Vizoso
2019-06-17
1
-2
/
+5
*
panfrost: ci: Exclude all blend tests from results
Tomeu Vizoso
2019-06-17
1
-41
/
+3
*
panfrost: Fix variant selection
Alyssa Rosenzweig
2019-06-14
1
-4
/
+10
*
panfrost: Fix general purpose varying handling
Boris Brezillon
2019-06-13
4
-15
/
+44
*
panfrost: ci: Exclude some tests from results
Tomeu Vizoso
2019-06-13
1
-1
/
+50
*
panfrost: ci: Update test expectations
Tomeu Vizoso
2019-06-13
1
-93
/
+5
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
panfrost/midgard: Differentiate vertex/fragment texture tags
Alyssa Rosenzweig
2019-06-12
3
-4
/
+15
*
panfrost/midgard: Assert on unknown texture source
Alyssa Rosenzweig
2019-06-12
1
-5
/
+2
*
panfrost/midgard: Set minimal swizzle on texture input
Alyssa Rosenzweig
2019-06-12
1
-1
/
+2
*
panfrost/midgard: Lower texture projectors
Alyssa Rosenzweig
2019-06-12
1
-1
/
+2
*
panfrost/midgard: Implement txl
Alyssa Rosenzweig
2019-06-12
2
-8
/
+11
*
panfrost/midgard: Implement txb op
Alyssa Rosenzweig
2019-06-12
1
-10
/
+55
*
panfrost: Unify bind_vs/fs_state
Alyssa Rosenzweig
2019-06-12
1
-57
/
+49
*
panfrost: Add panfrost_job_type_for_pipe helper
Alyssa Rosenzweig
2019-06-12
1
-2
/
+29
*
panfrost/midgard: Extract emit_varying_read
Alyssa Rosenzweig
2019-06-12
1
-28
/
+37
*
panfrost: Remove "vertex/tiler render target" silliness
Alyssa Rosenzweig
2019-06-12
2
-90
/
+77
*
panfrost/decode: Print line number of bad memory access
Alyssa Rosenzweig
2019-06-12
1
-0
/
+6
*
panfrost: Replace pantrace with direct decoding
Alyssa Rosenzweig
2019-06-12
11
-259
/
+140
[next]