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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost/midgard: Flush undefineds to zero
Alyssa Rosenzweig
2019-07-10
5
-6
/
+100
*
panfrost/midgard: Specify channel count for broadcasting ops
Alyssa Rosenzweig
2019-07-10
1
-8
/
+8
*
panfrost/midgard: Don't try to "alias" texture registers
Alyssa Rosenzweig
2019-07-10
1
-5
/
+0
*
radv: compute correct number of input vertices for NGG
Samuel Pitoiset
2019-07-10
1
-1
/
+24
*
radv: remove extra code for exporting LayerID to the next stage
Samuel Pitoiset
2019-07-10
1
-17
/
+2
*
radv: set the LayerId output usage mask if FS needs it
Samuel Pitoiset
2019-07-10
1
-0
/
+17
*
panfrost: Update supported formats
Alyssa Rosenzweig
2019-07-10
1
-40
/
+10
*
panfrost/mfbd: Cleanup format code selection
Alyssa Rosenzweig
2019-07-10
2
-72
/
+95
*
panfrost/midgard: Cleanup blend switch
Alyssa Rosenzweig
2019-07-10
1
-18
/
+31
*
panfrost/mfbd: Handle PIPE_FORMAT_B10G10R10A2_UNORM
Alyssa Rosenzweig
2019-07-10
2
-1
/
+14
*
panfrost/midgard: Handle PIPE_FORMAT_B10G10R10A2_UNORM
Alyssa Rosenzweig
2019-07-10
1
-2
/
+2
*
panfrost: Implement ES3-format writeout
Alyssa Rosenzweig
2019-07-10
4
-8
/
+129
*
panfrost: Refactor blend infrastructure
Alyssa Rosenzweig
2019-07-10
9
-202
/
+455
*
panfrost/midgard: Use unsigned blend patch offset
Alyssa Rosenzweig
2019-07-10
1
-1
/
+1
*
panfrost/midgard: Handle pure int formats
Alyssa Rosenzweig
2019-07-10
1
-14
/
+26
*
panfrost/mfbd: Handle pure int formats
Alyssa Rosenzweig
2019-07-10
1
-4
/
+16
*
panfrost: Set rt_count_2 for bpp>4 formats
Alyssa Rosenzweig
2019-07-10
1
-0
/
+7
*
panfrost/midgard: Implement preliminary float converters
Alyssa Rosenzweig
2019-07-10
1
-7
/
+33
*
panfrost/midgard: Skip blend for REPLACE (shader)
Alyssa Rosenzweig
2019-07-10
1
-0
/
+23
*
panfrost: Handle "blend disabled" blend shaders
Alyssa Rosenzweig
2019-07-10
1
-12
/
+22
*
panfrost: Route format through fixed-function blending
Alyssa Rosenzweig
2019-07-10
3
-8
/
+51
*
panfrost: Pipe framebuffer format around
Alyssa Rosenzweig
2019-07-10
5
-7
/
+21
*
panfrost/midgard: Use Gallium framebuffer formats
Alyssa Rosenzweig
2019-07-10
1
-4
/
+37
*
panfrost/midgard: Use fp16 exclusively while blending
Alyssa Rosenzweig
2019-07-10
2
-9
/
+9
*
panfrost/midgard: Remove opt_copy_prop_tex
Alyssa Rosenzweig
2019-07-10
1
-50
/
+0
*
panfrost/midgard: Fix scalarification
Alyssa Rosenzweig
2019-07-10
2
-5
/
+25
*
panfrost/midgard: Handle fp16 in embedded_to_inline_constants
Alyssa Rosenzweig
2019-07-10
1
-1
/
+8
*
panfrost/midgard: Eliminate redundant type convert
Alyssa Rosenzweig
2019-07-10
1
-0
/
+3
*
panfrost/midgard: Fix fp16 embedded constants
Alyssa Rosenzweig
2019-07-10
1
-0
/
+19
*
panfrost/midgard: Hoist mask field
Alyssa Rosenzweig
2019-07-10
7
-80
/
+70
*
panfrost/midgard: Allow fp16 in scalar ALU
Alyssa Rosenzweig
2019-07-10
2
-16
/
+52
*
panfrost/midgard: Implement f2u16 and friends
Alyssa Rosenzweig
2019-07-10
2
-1
/
+6
*
panfrost/midgard: Implement f2f16/f2f32
Alyssa Rosenzweig
2019-07-10
3
-3
/
+27
*
panfrost/midgard: Verify src_bitsize == dst_bitsize
Alyssa Rosenzweig
2019-07-10
1
-4
/
+5
*
panfrost/midgard: Simplify blend read
Alyssa Rosenzweig
2019-07-10
1
-23
/
+5
*
panfrost/midgard: NIRify blend load scale/convert
Alyssa Rosenzweig
2019-07-10
2
-54
/
+8
*
panfrost/midgard: Fix blend constant scheduling bug
Alyssa Rosenzweig
2019-07-10
1
-0
/
+4
*
panfrost/midgard: Implement upscaling type converts
Alyssa Rosenzweig
2019-07-10
1
-14
/
+59
*
panfrost/midgard: Move blend load/store into NIR
Alyssa Rosenzweig
2019-07-10
2
-78
/
+65
*
panfrost/midgard: Use nir_dest_num_components
Alyssa Rosenzweig
2019-07-10
1
-1
/
+1
*
panfrost/midgard: Implement integer downsize ops
Alyssa Rosenzweig
2019-07-10
2
-3
/
+62
*
panfrost/midgard: Move scale from MIR to NIR
Alyssa Rosenzweig
2019-07-10
2
-10
/
+7
*
panfrost/midgard: Passthrough nir_lower_framebuffer
Alyssa Rosenzweig
2019-07-10
4
-0
/
+108
*
panfrost: Extend clear colour packing
Alyssa Rosenzweig
2019-07-10
4
-26
/
+94
*
panfrost/mfbd: Include codes for float framebuffers
Alyssa Rosenzweig
2019-07-10
1
-1
/
+28
*
panfrost: Prepare some code for MRT
Alyssa Rosenzweig
2019-07-10
1
-26
/
+13
*
panfrost: Use standard ALIGN_POT/INFINITY macros
Alyssa Rosenzweig
2019-07-10
5
-25
/
+19
*
egl: add glvnd symbols check
Eric Engestrom
2019-07-10
2
-1
/
+2
*
egl: rewrite entrypoints check
Eric Engestrom
2019-07-10
3
-13
/
+38
*
mapi: add shared glapi symbols check
Eric Engestrom
2019-07-10
2
-0
/
+31
[next]