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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add GL_NV_viewport_swizzle support
Ilia Mirkin
2020-04-12
11
-0
/
+206
*
gallium: add viewport swizzling state and cap
Ilia Mirkin
2020-04-12
4
-0
/
+21
*
glsl: remove redudant assignment
Tapani Pälli
2020-04-12
1
-1
/
+0
*
mesa: remove redudant assignment
Tapani Pälli
2020-04-12
1
-1
/
+1
*
mesa: remove redudant check
Tapani Pälli
2020-04-12
1
-4
/
+0
*
lima: set offset when export resource
Qiang Yu
2020-04-12
1
-0
/
+1
*
i965: share buffer managers across screens
Lionel Landwerlin
2020-04-11
3
-11
/
+93
*
i965: store DRM fd on intel_screen
Lionel Landwerlin
2020-04-11
5
-19
/
+16
*
iris: make resources take a ref on the screen object
Lionel Landwerlin
2020-04-11
3
-6
/
+37
*
iris: share buffer managers accross screens
Lionel Landwerlin
2020-04-11
4
-19
/
+101
*
iris: properly free resources on BO allocation failure
Lionel Landwerlin
2020-04-11
1
-2
/
+2
*
freedreno/log: better decoding for multiple chunks per batch
Rob Clark
2020-04-10
1
-13
/
+41
*
freedreno/log: spiff out parser some more
Rob Clark
2020-04-10
1
-4
/
+122
*
freedreno/log: android support
Rob Clark
2020-04-10
3
-5
/
+28
*
freedreno: Fix leak of binning shader variants.
Eric Anholt
2020-04-10
1
-0
/
+2
*
freedreno/ir3: Fix sz vs class confusion
Kristian H. Kristensen
2020-04-10
2
-6
/
+24
*
pan/decode: Print Bifrost blend descriptor
Alyssa Rosenzweig
2020-04-10
1
-1
/
+1
*
pan/bi: Let !b2b imply branch_cond
Alyssa Rosenzweig
2020-04-10
1
-0
/
+2
*
panfrost: Fix BI_BLEND packing
Alyssa Rosenzweig
2020-04-10
4
-8
/
+15
*
pan/bi: Fix backwards registers ports
Alyssa Rosenzweig
2020-04-10
1
-9
/
+9
*
panfrost: Pass compiler-appropriate options
Alyssa Rosenzweig
2020-04-10
1
-1
/
+5
*
panfrost: Move uniform_count to pan_assemble
Alyssa Rosenzweig
2020-04-10
3
-7
/
+3
*
panfrost: Move varying linking to cmdstream
Alyssa Rosenzweig
2020-04-10
3
-72
/
+72
*
pan/midgard: Remove unused max_varying variable
Alyssa Rosenzweig
2020-04-10
1
-2
/
+0
*
pan/bi: Fix nondeterministic register packing
Alyssa Rosenzweig
2020-04-10
1
-1
/
+2
*
panfrost: Call the Bifrost compiler on bi devices
Alyssa Rosenzweig
2020-04-10
1
-6
/
+14
*
panfrost: Set mfbd.msaa.sample_locations on Bifrost
Alyssa Rosenzweig
2020-04-10
3
-14
/
+79
*
panfrost: On Bifrost, set the right tiler descriptor
Tomeu Vizoso
2020-04-10
6
-30
/
+67
*
panfrost: Don't emit write_value jobs on Bifrost
Tomeu Vizoso
2020-04-10
1
-1
/
+4
*
panfrost: Pass IS_BIFROST to pandecode_jc
Tomeu Vizoso
2020-04-10
1
-1
/
+1
*
panfrost: Remove most usage of midgard_payload_vertex_tiler
Tomeu Vizoso
2020-04-10
7
-117
/
+209
*
panfrost: Unify vertex/tiler structures
Alyssa Rosenzweig
2020-04-10
5
-119
/
+65
*
panfrost: Staticize a few cmdstream functions
Alyssa Rosenzweig
2020-04-10
2
-15
/
+3
*
panfrost: Populate bifrost-specific structs within mali_shader_meta
Alyssa Rosenzweig
2020-04-10
1
-6
/
+17
*
panfrost: Add IS_BIFROST quirk
Alyssa Rosenzweig
2020-04-10
1
-1
/
+4
*
etnaviv: remove the "active" member of queries
Christian Gmeiner
2020-04-10
3
-18
/
+0
*
etnaviv: change begin_query(..) to a void function
Christian Gmeiner
2020-04-10
4
-11
/
+6
*
etnaviv: drop redundant calls to etna_acc_query_suspend(..)
Christian Gmeiner
2020-04-10
1
-3
/
+0
*
v3d: Primitive Counts Feedback needs an extra 32-bit padding.
Jose Maria Casanova Crespo
2020-04-10
1
-1
/
+2
*
aco: make some reg_file helpers private and fix their uses
Daniel Schürmann
2020-04-10
1
-25
/
+29
*
aco: rename aco_lower_bool_phis() -> aco_lower_phis()
Daniel Schürmann
2020-04-10
5
-7
/
+7
*
aco: lower subdword phis with SGPR operands
Daniel Schürmann
2020-04-10
1
-0
/
+26
*
aco: don't constant-propagate into subdword PSEUDO instructions
Daniel Schürmann
2020-04-10
1
-6
/
+8
*
aco: ensure correct bit representation of subdword constants
Daniel Schürmann
2020-04-10
1
-0
/
+6
*
aco: setup subdword regclasses for ssa_undef & load_const
Daniel Schürmann
2020-04-10
1
-12
/
+8
*
aco: implement nir_op_b2f16/nir_op_i2f16/nir_op_u2f16
Samuel Pitoiset
2020-04-10
2
-0
/
+33
*
aco: implement 16-bit comparisons
Samuel Pitoiset
2020-04-10
1
-13
/
+31
*
aco: implement 16-bit nir_op_fmax3/nir_op_fmin3/nir_op_fmed3
Samuel Pitoiset
2020-04-10
1
-5
/
+16
*
aco: implement 16-bit nir_op_ldexp
Samuel Pitoiset
2020-04-10
1
-8
/
+10
*
aco: implement 16-bit nir_op_f2i32/nir_op_f2u32
Samuel Pitoiset
2020-04-10
1
-2
/
+18
[next]