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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pan/midgard: Force perspective ops to use vec4
Alyssa Rosenzweig
2019-07-25
1
-0
/
+16
*
pan/midgard: Add R27-only op handling
Alyssa Rosenzweig
2019-07-25
2
-11
/
+48
*
pan/midgard: Add OP_R27_ONLY helper
Alyssa Rosenzweig
2019-07-25
1
-0
/
+5
*
pan/midgard: Enable RA for st_vary
Alyssa Rosenzweig
2019-07-25
1
-11
/
+5
*
pan/midgard: Remove check for `class`
Alyssa Rosenzweig
2019-07-25
1
-1
/
+0
*
pan/midgard: Move uniforms to special registers
Alyssa Rosenzweig
2019-07-25
3
-2
/
+25
*
pan/midgard: Emit st_vary registers in install_registers
Alyssa Rosenzweig
2019-07-25
1
-3
/
+11
*
pan/midgard: Add mir_lower_special_reads helper
Alyssa Rosenzweig
2019-07-25
3
-0
/
+117
*
pan/midgard: Add emit_explicit_constant helper
Alyssa Rosenzweig
2019-07-25
1
-10
/
+16
*
pan/midgard: Add mir_rewrite_index_src_tag
Alyssa Rosenzweig
2019-07-25
2
-0
/
+14
*
pan/midgard: Add class check
Alyssa Rosenzweig
2019-07-25
1
-1
/
+30
*
pan/midgard: Implement class spilling
Alyssa Rosenzweig
2019-07-25
1
-14
/
+39
*
pan/midgard: Extend liveness analysis to st_vary
Alyssa Rosenzweig
2019-07-25
1
-8
/
+1
*
pan/midgard: Implement load/store register classing
Alyssa Rosenzweig
2019-07-25
1
-17
/
+70
*
pan/midgard: Allocate special register classes
Alyssa Rosenzweig
2019-07-25
3
-39
/
+57
*
pan/midgard: Move copy propagation into its own file
Alyssa Rosenzweig
2019-07-25
5
-83
/
+120
*
pan/midgard: Add mir_simple_swizzle helper
Alyssa Rosenzweig
2019-07-25
1
-0
/
+15
*
pan/midgard: Add mir_single_use helper
Alyssa Rosenzweig
2019-07-25
2
-0
/
+22
*
panfrost: Compute I/O counts from shader_info
Alyssa Rosenzweig
2019-07-25
3
-9
/
+14
*
panfrost: Don't DIY point size/coord fields
Alyssa Rosenzweig
2019-07-25
2
-9
/
+2
*
panfrost: Use nir_gather_info information about discards
Alyssa Rosenzweig
2019-07-25
4
-9
/
+1
*
panfrost: Use NIR helper invocations info
Alyssa Rosenzweig
2019-07-25
3
-1
/
+5
*
panfrost/sfbd: Flesh out fragment job
Alyssa Rosenzweig
2019-07-25
1
-13
/
+35
*
panfrost: Disable tiled formats on SFBD systems
Alyssa Rosenzweig
2019-07-25
1
-1
/
+3
*
panfrost: Move require_sfbd to screen
Alyssa Rosenzweig
2019-07-25
6
-15
/
+18
*
panfrost: Reserve, but do not upload, shader padding
Alyssa Rosenzweig
2019-07-25
1
-3
/
+3
*
util/ra: Add a getter for a node class
Alyssa Rosenzweig
2019-07-25
2
-0
/
+8
*
panfrost/ci: Update kernel to 5.2
Tomeu Vizoso
2019-07-25
2
-3
/
+3
*
egl: Also query modifiers when exporting DMABuf
Nicolas Dufresne
2019-07-25
1
-4
/
+22
*
mesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3
Heinrich Fink
2019-07-25
3
-4
/
+8
*
panfrost: Don't expose some atomic stuff even with dEQP
Alyssa Rosenzweig
2019-07-24
1
-1
/
+2
*
gallium: fix windows build from params change.
Dave Airlie
2019-07-25
3
-6
/
+12
*
nir/algebraic: add scmp algebraic optimizations
Jonathan Marek
2019-07-24
1
-0
/
+16
*
nir/algebraic: add option to lower fall_equalN/fany_nequalN
Jonathan Marek
2019-07-24
2
-0
/
+9
*
nir/algebraic: add fdot2 optimizations
Jonathan Marek
2019-07-24
1
-0
/
+3
*
nir/algebraic: add option to lower fdph
Jonathan Marek
2019-07-24
2
-1
/
+6
*
nir: replace lower_sincos with algebraic opt
Jonathan Marek
2019-07-24
6
-144
/
+13
*
nir/algebraic: allow swizzle in nir_algebraic replace expression
Jonathan Marek
2019-07-24
4
-6
/
+22
*
gallium/u_transfer_helper: fix assert in RGTC case
Rob Clark
2019-07-24
1
-26
/
+27
*
main: Free memory allocated for gl_bitmap_atlas structure
Yevhenii Kolesnikov
2019-07-24
1
-0
/
+1
*
nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)
Daniel Schürmann
2019-07-24
5
-22
/
+38
*
i965: Use NIR to lower legacy userclipping.
Kenneth Graunke
2019-07-24
9
-158
/
+64
*
anv: Implement VK_EXT_subgroup_size_control
Jason Ekstrand
2019-07-24
3
-2
/
+46
*
anv/pipeline: Plumb pipeline shader stage create flags
Jason Ekstrand
2019-07-24
1
-12
/
+21
*
intel/compiler: Allow for required subgroup sizes
Jason Ekstrand
2019-07-24
3
-6
/
+42
*
intel/compiler: Allow for varying subgroup sizes
Jason Ekstrand
2019-07-24
3
-2
/
+26
*
nir/lower_subgroups: Properly lower masks when subgroup_size == 0
Jason Ekstrand
2019-07-24
1
-5
/
+11
*
vulkan: Update the XML and headers to 1.1.116
Jason Ekstrand
2019-07-24
2
-47
/
+125
*
intel/compiler: Be more conservative about subgroup sizes in GL
Jason Ekstrand
2019-07-24
11
-13
/
+55
*
intel/compiler: Lower gl_SubgroupSize in postprocess_nir
Jason Ekstrand
2019-07-24
1
-2
/
+7
[next]