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
*
util: use standard name for vsnprintf()
Eric Engestrom
2019-07-19
10
-18
/
+15
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
43
-126
/
+125
*
util: use standard name for vasprintf()
Eric Engestrom
2019-07-19
3
-3
/
+3
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
7
-20
/
+20
*
util: use standard name for strcmp()
Eric Engestrom
2019-07-19
2
-10
/
+10
*
util: use standard name for strcasecmp()
Eric Engestrom
2019-07-19
1
-2
/
+1
*
util: use standard name for strncmp()
Eric Engestrom
2019-07-19
2
-2
/
+2
*
util: use standard name for strncat()
Eric Engestrom
2019-07-19
3
-8
/
+8
*
util: use standard name for strdup()
Eric Engestrom
2019-07-19
3
-5
/
+4
*
util: use standard name for strchrnul()
Eric Engestrom
2019-07-19
3
-7
/
+4
*
util: drop unused vsprintf() wrapper
Eric Engestrom
2019-07-19
1
-7
/
+0
*
util: drop unused strchr() wrapper
Eric Engestrom
2019-07-19
2
-10
/
+1
*
util: drop unused strstr() wrapper
Eric Engestrom
2019-07-19
1
-14
/
+0
*
nir: Only rematerialize comparisons with all SSA sources
Jason Ekstrand
2019-07-19
1
-0
/
+15
*
spirv: Fix order of barriers in SpvOpControlBarrier
Daniel Schürmann
2019-07-19
1
-4
/
+4
*
nir: use a switch when printing intrinsic indices
Caio Marcelo de Oliveira Filho
2019-07-19
1
-8
/
+32
*
nir/algebraic: mark a few comparison simplifications as precise
Rhys Perry
2019-07-19
1
-2
/
+2
*
nir/algebraic: optimize contradictory iand operands
Rhys Perry
2019-07-19
1
-0
/
+6
*
lima/ppir: handle all node types in ppir_node_replace_child
Erico Nunes
2019-07-19
1
-2
/
+30
*
lima/ppir: branch regalloc fixes
Erico Nunes
2019-07-19
1
-0
/
+33
*
main: Destroy static hash table
Yevhenii Kolesnikov
2019-07-19
1
-0
/
+8
*
radv: reset the window scissor with no clear state.
Dave Airlie
2019-07-19
1
-1
/
+1
*
radv: fix crash in shader tracing.
Dave Airlie
2019-07-19
3
-3
/
+8
*
iris: change last_vue_stage() to look at uncompiled shaders
Timothy Arceri
2019-07-19
1
-3
/
+3
*
nir/lower_clip: add support for geometry shaders
Timothy Arceri
2019-07-19
2
-0
/
+58
*
nir/lower_clip: add lower_clip_outputs() helper
Timothy Arceri
2019-07-19
1
-42
/
+51
*
nir/lower_clip: add create_clipdist_vars() helper
Timothy Arceri
2019-07-19
1
-16
/
+18
*
nir/lower_clip: add a find_clipvertex_and_position_outputs() helper
Timothy Arceri
2019-07-19
1
-24
/
+35
*
panfrost: Set rt_count
Alyssa Rosenzweig
2019-07-18
2
-8
/
+11
*
panfrost: Trace invisible BOs
Alyssa Rosenzweig
2019-07-18
1
-1
/
+5
*
panfrost/decode: Preserve empty tiler heap symmetry
Alyssa Rosenzweig
2019-07-18
1
-5
/
+13
*
panfrost: Zero polygon list body size for clears
Alyssa Rosenzweig
2019-07-18
1
-0
/
+4
*
panfrost/mfbd: Unify depth-only with masked FBO path
Alyssa Rosenzweig
2019-07-18
1
-22
/
+24
*
panfrost: Simplify set_framebuffer_state
Alyssa Rosenzweig
2019-07-18
1
-35
/
+9
*
panfrost: Check for NULL surface in places
Alyssa Rosenzweig
2019-07-18
5
-5
/
+14
*
panfrost: Expose 4 render targets
Alyssa Rosenzweig
2019-07-18
1
-2
/
+2
*
panfrost: Shrink tiler heap
Alyssa Rosenzweig
2019-07-18
1
-1
/
+1
*
nir/large_constants: De-duplicate constants
Caio Marcelo de Oliveira Filho
2019-07-18
1
-21
/
+75
*
nir/large_constants: Use ralloc for var_infos
Caio Marcelo de Oliveira Filho
2019-07-18
1
-3
/
+3
*
freedreno: Convert nir_lower_tg4_to_tex to the NIR lowering helper.
Eric Anholt
2019-07-18
1
-88
/
+51
*
freedreno: Convert load_barycentric_at_sample to the NIR lowering helper.
Eric Anholt
2019-07-18
1
-48
/
+30
*
freedreno: Convert load_barycentric_at_offset to the NIR lowering helper.
Eric Anholt
2019-07-18
1
-39
/
+19
*
v3d: Use nir_shader_lower_instructions() for txf_ms lowering.
Eric Anholt
2019-07-18
1
-26
/
+16
*
nir: Allow internal changes to the instr in nir_shader_lower_instructions().
Eric Anholt
2019-07-18
2
-1
/
+11
*
vc4: Convert vc4_nir_lower_txf_ms to nir_shader_lower_instructions().
Eric Anholt
2019-07-18
1
-32
/
+13
*
v3d: Fix assertion failures in debug builds.
Eric Anholt
2019-07-18
1
-0
/
+2
*
panfrost: Handle Z24 textures
Alyssa Rosenzweig
2019-07-18
1
-1
/
+1
*
panfrost/ci: Update expectations
Alyssa Rosenzweig
2019-07-18
1
-14
/
+0
*
panfrost: Make scissor test more robust
Alyssa Rosenzweig
2019-07-18
1
-8
/
+15
*
panfrost: Use correct NO_DITHER field on MFBD
Alyssa Rosenzweig
2019-07-18
3
-1
/
+9
[next]