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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: use a query filled by the perf code
Lionel Landwerlin
2020-05-20
1
-6
/
+1
*
intel/perf: report whether the platform supported
Lionel Landwerlin
2020-05-20
2
-0
/
+9
*
intel/perf: add counter category to generated code
Lionel Landwerlin
2020-05-20
2
-0
/
+2
*
intel/perf: add helper to compute metrics from counters
Lionel Landwerlin
2020-05-20
2
-0
/
+34
*
intel/perf: emit counter units in generated code
Lionel Landwerlin
2020-05-20
2
-0
/
+39
*
intel/perf: compute number of passes for a set of counters
Lionel Landwerlin
2020-05-20
2
-0
/
+58
*
intel/perf: create a unique list of counters
Lionel Landwerlin
2020-05-20
4
-2
/
+65
*
intel/perf: update generated code to ralloc all data
Lionel Landwerlin
2020-05-20
1
-45
/
+29
*
intel/perf: store the appropriate OA formats in queries
Lionel Landwerlin
2020-05-20
1
-7
/
+13
*
intel/perf: make pipeline statistic query loading optional
Lionel Landwerlin
2020-05-20
6
-8
/
+14
*
intel/genxml: add PIPE_CONTROL command cache invalidate bit
Lionel Landwerlin
2020-05-20
2
-0
/
+2
*
anv: add a new execution mode for secondary command buffers
Lionel Landwerlin
2020-05-20
2
-5
/
+68
*
anv: don't reserve a particular register for draw count
Lionel Landwerlin
2020-05-20
2
-40
/
+46
*
intel/mi-builder: add framework for self modifying batches
Lionel Landwerlin
2020-05-20
1
-0
/
+69
*
intel/genxml: fix bits generation for MI_LOAD_REGISTER_IMM
Lionel Landwerlin
2020-05-20
1
-8
/
+12
*
gitlab: Ask about reproduction rate in the issue template
Denys
2020-05-20
1
-1
/
+1
*
nir: Add const to nir_intrinsic_src_components
Jason Ekstrand
2020-05-19
1
-1
/
+1
*
pan/mdg: Apply outmods
Alyssa Rosenzweig
2020-05-19
1
-0
/
+39
*
pan/mdg: Use helpers for branch/discard inversion
Alyssa Rosenzweig
2020-05-19
1
-2
/
+18
*
pan/mdg: Remove invert optimizations
Alyssa Rosenzweig
2020-05-19
7
-462
/
+1
*
pan/mdg: Treat inot as a modifier
Alyssa Rosenzweig
2020-05-19
5
-8
/
+105
*
pan/mdg: Apply abs/neg modifiers
Alyssa Rosenzweig
2020-05-19
1
-0
/
+9
*
pan/mdg: Ingest fsat_signed/fclamp_pos
Alyssa Rosenzweig
2020-05-19
2
-0
/
+9
*
pan/mdg: Prepare for modifier helpers
Alyssa Rosenzweig
2020-05-19
2
-87
/
+75
*
pan/mdg: Drop nir_lower_to_source_mods
Alyssa Rosenzweig
2020-05-19
1
-5
/
+0
*
pan/mdg: Remove .pos propagation pass
Alyssa Rosenzweig
2020-05-19
1
-90
/
+0
*
panfrost: Add modifier detection helpers
Alyssa Rosenzweig
2020-05-19
4
-0
/
+134
*
nir: Add fclamp_pos opcode
Alyssa Rosenzweig
2020-05-19
1
-0
/
+1
*
nir: Add fsat_signed opcode
Alyssa Rosenzweig
2020-05-19
1
-0
/
+1
*
tu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture-only formats
Connor Abbott
2020-05-19
1
-2
/
+2
*
tu: Fix buffer compressed pitch calculation with unaligned sizes
Connor Abbott
2020-05-19
1
-13
/
+18
*
tu: Fall back to 3d blit path for BC1_RGB_* formats
Connor Abbott
2020-05-19
1
-1
/
+11
*
tu: Always initialize image_view fields for blit sources
Connor Abbott
2020-05-19
1
-26
/
+28
*
nir: Add a store_reg helper and use the builder in phis_to_regs
Jason Ekstrand
2020-05-19
2
-21
/
+25
*
nir: Add a new helper for iterating phi sources leaving a block
Jason Ekstrand
2020-05-19
3
-15
/
+30
*
nir/clone: Re-use clone_alu for nir_alu_instr_clone
Jason Ekstrand
2020-05-19
1
-21
/
+17
*
radv/winsys: Finish mapping for sparse residency.
Bas Nieuwenhuizen
2020-05-19
1
-21
/
+42
*
intel/drm-shim: Return correct values for I915_PARAM_HAS_ALIASING_PPGTT
Ian Romanick
2020-05-19
1
-1
/
+6
*
intel/drm-shim: Add noop ioctl handler for set_tiling
Ian Romanick
2020-05-19
1
-0
/
+1
*
radv: Expose VK_EXT_pipeline_creation_cache_control.
Bas Nieuwenhuizen
2020-05-19
3
-0
/
+8
*
radv: Support VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT.
Bas Nieuwenhuizen
2020-05-19
2
-18
/
+39
*
radv: Support VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT.
Bas Nieuwenhuizen
2020-05-19
1
-0
/
+12
*
radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
Bas Nieuwenhuizen
2020-05-19
3
-12
/
+32
*
panfrost: Enable AFBC for Z24X8
Alyssa Rosenzweig
2020-05-19
1
-5
/
+2
*
panfrost: Fix Z24 vs Z32 mixup
Alyssa Rosenzweig
2020-05-19
5
-13
/
+6
*
panfrost: Switch formats to table
Alyssa Rosenzweig
2020-05-19
7
-269
/
+288
*
pan/mfbd: Add format codes for PIPE_FORMAT_B5G5R5A1_UNORM
Alyssa Rosenzweig
2020-05-19
1
-1
/
+7
*
nir/opt_if: use nir_src_as_bool in opt_peel_loop_initial_if helper
Rhys Perry
2020-05-19
1
-12
/
+10
*
nir/opt_if: run opt_peel_loop_initial_if after all other optimizations
Rhys Perry
2020-05-19
7
-17
/
+44
*
nir: Add documentation for each jump instruction type
Jason Ekstrand
2020-05-19
1
-0
/
+18
[next]