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
/
gallium
/
drivers
/
panfrost
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Handle PIPE_FORMAT_R10G10B10A2_USCALED
Alyssa Rosenzweig
2020-01-06
1
-0
/
+2
*
panfrost: Report MSAA 4x supported for dEQP
Alyssa Rosenzweig
2020-01-06
1
-1
/
+10
*
panfrost: Cleanup tiling selection logic
Alyssa Rosenzweig
2020-01-06
1
-13
/
+14
*
panfrost: Implement sRGB blend shaders
Alyssa Rosenzweig
2020-01-06
2
-8
/
+16
*
panfrost: Support rendering to non-zero Z/S layers
Alyssa Rosenzweig
2020-01-06
1
-5
/
+5
*
panfrost: Texture from Z32F_S8 as R32F
Alyssa Rosenzweig
2020-01-06
1
-0
/
+4
*
panfrost: Pack MRT blend shaders into a single BO
Alyssa Rosenzweig
2020-01-02
3
-22
/
+38
*
panfrost: Handle RGB16F colour clear
Alyssa Rosenzweig
2020-01-02
1
-0
/
+2
*
panfrost: Store internal format
Tomeu Vizoso
2020-01-02
2
-2
/
+7
*
panfrost: Map with size of first layer for 3D textures
Tomeu Vizoso
2020-01-02
2
-2
/
+8
*
panfrost: Dynamically allocate array of texture pointers
Tomeu Vizoso
2020-01-02
1
-4
/
+22
*
panfrost: Respect glPointSize()
Alyssa Rosenzweig
2019-12-30
1
-1
/
+5
*
panfrost: Remove MRT indirection in blend shaders
Alyssa Rosenzweig
2019-12-30
3
-43
/
+39
*
panfrost: Implement integer varyings
Alyssa Rosenzweig
2019-12-30
1
-1
/
+1
*
panfrost: Disable some CAPs we want lowered
Alyssa Rosenzweig
2019-12-30
1
-0
/
+3
*
panfrost: Identify glProvokingVertex flag
Alyssa Rosenzweig
2019-12-30
1
-3
/
+2
*
pan/midgard: Promote tilebuffer reads to 32-bit
Alyssa Rosenzweig
2019-12-30
1
-0
/
+5
*
panfrost: Remove 32-bit next_job path
Alyssa Rosenzweig
2019-12-27
1
-12
/
+1
*
panfrost: Remove mali_alt_func
Alyssa Rosenzweig
2019-12-27
1
-34
/
+3
*
panfrost: Implement remaining texture wrap modes
Alyssa Rosenzweig
2019-12-27
2
-1
/
+15
*
panfrost: Route gl_VertexID through cmdstream
Alyssa Rosenzweig
2019-12-24
2
-4
/
+17
*
panfrost: Extend attribute_count for vertex builtins
Alyssa Rosenzweig
2019-12-24
1
-0
/
+10
*
pan/decode: Handle gl_VertexID/gl_InstanceID
Alyssa Rosenzweig
2019-12-24
1
-1
/
+1
*
panfrost: Remove pan_shift_odd
Alyssa Rosenzweig
2019-12-24
1
-7
/
+7
*
panfrost: Slight cleanup of Gallium's pan_attribute.c
Alyssa Rosenzweig
2019-12-24
1
-5
/
+2
*
panfrost: Move instancing routines to encoder/
Alyssa Rosenzweig
2019-12-24
3
-238
/
+1
*
panfrost: Factor batch/resource out of instancing routines
Alyssa Rosenzweig
2019-12-24
1
-19
/
+10
*
panfrost: Rename pan_instancing.c -> pan_attributes.c
Alyssa Rosenzweig
2019-12-24
3
-2
/
+2
*
pan/midgard: Support loads from R11G11B10 in a blend shader
Alyssa Rosenzweig
2019-12-24
1
-3
/
+27
*
panfrost: Increase PIPE_SHADER_CAP_MAX_OUTPUTS to 16
Tomeu Vizoso
2019-12-24
1
-1
/
+1
*
panfrost: Handle Z24_UNORM_S8_UINT as MALI_Z32_UNORM
Tomeu Vizoso
2019-12-24
1
-0
/
+1
*
panfrost: Handle empty shaders
Alyssa Rosenzweig
2019-12-17
1
-3
/
+8
*
panfrost: Let precompile imply shaderdb
Alyssa Rosenzweig
2019-12-17
2
-2
/
+4
*
panfrost: Add PAN_MESA_DEBUG=precompile for shader-db
Alyssa Rosenzweig
2019-12-17
3
-3
/
+33
*
panfrost: Don't double-create scratchpad
Alyssa Rosenzweig
2019-12-16
1
-1
/
+7
*
panfrost: Simplify sampler upload condition
Alyssa Rosenzweig
2019-12-16
1
-1
/
+1
*
panfrost: Remove fbd_type enum
Alyssa Rosenzweig
2019-12-16
1
-1
/
+1
*
panfrost: Fix FBD issue
Alyssa Rosenzweig
2019-12-16
2
-5
/
+2
*
panfrost: Pass blend RT number through
Alyssa Rosenzweig
2019-12-16
4
-8
/
+11
*
panfrost: Report GPU name in es2_info
Alyssa Rosenzweig
2019-12-13
1
-2
/
+2
*
panfrost: Move property queries to _encoder
Alyssa Rosenzweig
2019-12-13
1
-51
/
+3
*
panfrost: Move nir_undef_to_zero to Midgard compiler
Alyssa Rosenzweig
2019-12-13
3
-89
/
+0
*
panfrost: Pass size to panfrost_batch_get_scratchpad
Alyssa Rosenzweig
2019-12-13
4
-18
/
+35
*
panfrost: Calculate maximum stack_size per batch
Alyssa Rosenzweig
2019-12-13
2
-0
/
+13
*
panfrost: Handle minor cppcheck issues
Alyssa Rosenzweig
2019-12-13
2
-2
/
+1
*
panfrost: Emit SFBD/MFBD after a batch, instead of before
Alyssa Rosenzweig
2019-12-13
6
-85
/
+105
*
panfrost: Route stack_size from compiler
Alyssa Rosenzweig
2019-12-13
2
-0
/
+2
*
panfrost: Query core count and thread tls alloc
Alyssa Rosenzweig
2019-12-13
2
-3
/
+32
*
panfrost: Factor out panfrost_query_raw
Alyssa Rosenzweig
2019-12-13
1
-3
/
+13
*
panfrost: Split stack_shift nibble from unk0
Alyssa Rosenzweig
2019-12-12
1
-1
/
+2
[next]