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: Release transient pools
Tomeu Vizoso
2019-06-20
1
-1
/
+7
*
panfrost: ci: Exclude flip-flops from results
Tomeu Vizoso
2019-06-20
1
-1
/
+4
*
panfrost: Move to use ralloc for some allocations
Tomeu Vizoso
2019-06-19
7
-37
/
+44
*
panfrost: Move clearing logic into pan_job
Rohan Garg
2019-06-18
3
-48
/
+68
*
panfrost: Enable sRGB
Alyssa Rosenzweig
2019-06-18
1
-4
/
+0
*
panfrost: Disable AFBC on sRGB buffers
Alyssa Rosenzweig
2019-06-18
1
-0
/
+7
*
panfrost: Enable sRGB fixed-function blending
Alyssa Rosenzweig
2019-06-18
2
-3
/
+17
*
panfrost: Specify sRGB in the render target
Alyssa Rosenzweig
2019-06-18
1
-1
/
+4
*
panfrost: Implement sRGB texturing
Alyssa Rosenzweig
2019-06-18
1
-1
/
+1
*
panfrost: Add sRGB render target flag
Alyssa Rosenzweig
2019-06-18
2
-0
/
+2
*
panfrost: Implement tiled rendering
Alyssa Rosenzweig
2019-06-18
1
-0
/
+4
*
panfrost: Decode rendering block type
Alyssa Rosenzweig
2019-06-18
3
-7
/
+37
*
panfrost: Refactor texture targets
Alyssa Rosenzweig
2019-06-18
6
-27
/
+81
*
panfrost: Figure out job requirements in pan_job.c
Rohan Garg
2019-06-18
3
-8
/
+16
*
panfrost: Reset job counters once the job is submitted
Rohan Garg
2019-06-18
2
-5
/
+4
*
panfrost: Initial implementation of panfrost_job_submit
Rohan Garg
2019-06-18
3
-5
/
+23
*
panfrost/midgard: Enable autovectorization
Alyssa Rosenzweig
2019-06-18
1
-2
/
+1
*
panfrost: Add support for TXS instructions
Boris Brezillon
2019-06-18
3
-2
/
+60
*
panfrost: Prepare things to support non-native texture ops
Boris Brezillon
2019-06-18
1
-16
/
+19
*
panfrost: Move sysval upload logic out of panfrost_emit_for_draw()
Boris Brezillon
2019-06-18
2
-17
/
+54
*
panfrost: Make the sysval logic more generic
Boris Brezillon
2019-06-18
1
-22
/
+39
*
panfrost: Adapt to constant name change in UABI
Tomeu Vizoso
2019-06-18
1
-1
/
+1
*
panfrost: ci: Update results
Tomeu Vizoso
2019-06-18
1
-15
/
+0
*
panfrost/midgard: Simplify 2D array logic
Alyssa Rosenzweig
2019-06-17
1
-4
/
+1
*
panfrost/midgard: Handle non-zero component in store
Alyssa Rosenzweig
2019-06-17
2
-8
/
+9
*
panfrost/midgard: Apply writemask to LUTs
Alyssa Rosenzweig
2019-06-17
2
-3
/
+8
*
panfrost: Cleanup default blend mode
Alyssa Rosenzweig
2019-06-17
1
-19
/
+8
*
panfrost: Don't accidentally include blend shader
Alyssa Rosenzweig
2019-06-17
1
-0
/
+2
*
panfrost/midgard: Use typeless moves internally
Alyssa Rosenzweig
2019-06-17
3
-39
/
+15
*
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
[next]