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
*
panfrost: Support linear depth textures
Alyssa Rosenzweig
2019-03-12
1
-2
/
+4
*
panfrost: Allocate dedicated slab for linear BOs
Alyssa Rosenzweig
2019-03-12
2
-15
/
+22
*
panfrost: Determine framebuffer format bits late
Alyssa Rosenzweig
2019-03-12
1
-17
/
+42
*
panfrost: Delay color buffer setup
Alyssa Rosenzweig
2019-03-12
1
-43
/
+50
*
panfrost: Combine has_afbc/tiled in layout enum
Alyssa Rosenzweig
2019-03-12
3
-24
/
+64
*
panfrost: Cleanup needless if in create_bo
Alyssa Rosenzweig
2019-03-12
1
-30
/
+26
*
i965: Reimplement all the PIPE_CONTROL rules.
Kenneth Graunke
2019-03-11
1
-136
/
+403
*
i965: Use genxml for emitting PIPE_CONTROL.
Kenneth Graunke
2019-03-11
7
-230
/
+362
*
i965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE.
Kenneth Graunke
2019-03-11
2
-2
/
+2
*
i965: Move some genX infrastructure to genX_boilerplate.h.
Kenneth Graunke
2019-03-11
4
-128
/
+174
*
gallium/winsys/kms: fix incomplete type compilation failure
Brian Paul
2019-03-11
1
-0
/
+1
*
drisw: fix incomplete type compilation failure
Brian Paul
2019-03-11
1
-0
/
+1
*
st/mesa: minor refactoring of texture/sampler delete code
Brian Paul
2019-03-11
3
-6
/
+11
*
st/mesa: rename st_texture_release_sampler_view()
Brian Paul
2019-03-11
3
-5
/
+5
*
st/mesa: add/improve sampler view comments
Brian Paul
2019-03-11
1
-2
/
+8
*
st/mesa: move around some code in st_context.c
Brian Paul
2019-03-11
2
-122
/
+116
*
st/mesa: move utility functions, macros into new st_util.h file
Brian Paul
2019-03-11
33
-91
/
+184
*
anv: destroy descriptor sets when pool gets reset
Juan A. Suarez Romero
2019-03-11
1
-0
/
+6
*
nir: find induction/limit vars in iand instructions
Timothy Arceri
2019-03-12
1
-8
/
+91
*
nir: pass nir_op to calculate_iterations()
Timothy Arceri
2019-03-12
1
-7
/
+10
*
nir: add get_induction_and_limit_vars() helper to loop analysis
Timothy Arceri
2019-03-12
1
-15
/
+26
*
nir: add helper to return inversion op of a comparison
Timothy Arceri
2019-03-12
1
-0
/
+29
*
nir: simplify the loop analysis trip count code a little
Timothy Arceri
2019-03-12
1
-81
/
+82
*
nir: unroll some loops with a variable limit
Timothy Arceri
2019-03-12
1
-0
/
+55
*
nir: calculate trip count for more loops
Timothy Arceri
2019-03-12
3
-6
/
+49
*
nir: add partial loop unrolling support
Timothy Arceri
2019-03-12
1
-8
/
+199
*
nir: add new partially_unrolled bool to nir_loop
Timothy Arceri
2019-03-12
2
-0
/
+2
*
nir: add guess trip count support to loop analysis
Timothy Arceri
2019-03-12
2
-6
/
+86
*
panfrost: Add support for PAN_MESA_DEBUG
Tomeu Vizoso
2019-03-12
6
-27
/
+88
*
panfrost/midgard: Add support for MIDGARD_MESA_DEBUG
Tomeu Vizoso
2019-03-12
2
-22
/
+50
*
nir/spirv: Fix assert when unsampled OpTypeImage has unknown 'Depth'
Xavier Bouchoux
2019-03-11
1
-3
/
+4
*
iris: Fix write enable in pinning of depth/stencil resources
Kenneth Graunke
2019-03-11
1
-12
/
+14
*
iris: Refactor depth/stencil buffer pinning into a helper.
Kenneth Graunke
2019-03-11
1
-37
/
+28
*
iris: Move depth/stencil flushes so they actually do something
Kenneth Graunke
2019-03-11
2
-4
/
+5
*
st/dri: allow direct UYVY import
Christian Gmeiner
2019-03-11
1
-0
/
+2
*
iris: Fix TES gl_PatchVerticesIn handling.
Kenneth Graunke
2019-03-11
2
-3
/
+11
*
iris: Rework default tessellation level uploads
Kenneth Graunke
2019-03-11
2
-39
/
+33
*
iris: Face should be a system value.
Timur Kristóf
2019-03-11
1
-0
/
+1
*
vc4: Switch the post-RA scheduler over to the DAG datastructure.
Eric Anholt
2019-03-11
1
-110
/
+73
*
v3d: Use the DAG datastructure for QPU instruction scheduling.
Eric Anholt
2019-03-11
2
-117
/
+75
*
vc4: Reuse list_for_each_entry_rev().
Eric Anholt
2019-03-11
1
-2
/
+2
*
v3d: Reuse list_for_each_entry_rev().
Eric Anholt
2019-03-11
1
-2
/
+2
*
vc4: Switch over to using the DAG datastructure for QIR scheduling.
Eric Anholt
2019-03-11
1
-79
/
+55
*
util: Add a DAG datastructure.
Eric Anholt
2019-03-11
4
-0
/
+222
*
freedreno/a6xx: Remove extra parens
Kristian H. Kristensen
2019-03-11
1
-1
/
+1
*
freedreno: Use c_vis_args and no_override_init_args
Kristian H. Kristensen
2019-03-11
1
-1
/
+1
*
turnip: preliminary support for Wayland WSI
Chia-I Wu
2019-03-11
6
-1
/
+358
*
turnip: preliminary support for tu_GetImageSubresourceLayout
Chia-I Wu
2019-03-11
1
-5
/
+11
*
turnip: Use Vulkan 1.1 names instead of KHR
Chad Versace
2019-03-11
8
-100
/
+100
*
turnip: preliminary support for tu_CmdDraw
Chia-I Wu
2019-03-11
1
-0
/
+83
[next]