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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
anv: Allocate block pool BOs from the cache
Jason Ekstrand
2019-10-31
2
-48
/
+34
*
anv/tests: Initialize the BO cache and device mutex
Jason Ekstrand
2019-10-31
6
-0
/
+8
*
anv/tests: Zero-initialize instances
Jason Ekstrand
2019-10-31
6
-6
/
+14
*
anv: Choose BO flags internally in anv_block_pool
Jason Ekstrand
2019-10-31
9
-76
/
+70
*
anv: Rework the internal BO allocation API
Jason Ekstrand
2019-10-31
6
-102
/
+217
*
anv: Use anv_block_pool_foreach_bo in get_bo_from_pool
Jason Ekstrand
2019-10-31
1
-6
/
+5
*
anv: Rework anv_block_pool_expand_range
Jason Ekstrand
2019-10-31
2
-103
/
+76
*
anv: Fix a potential BO handle leak
Jason Ekstrand
2019-10-31
1
-1
/
+3
*
anv: Handle state pool relocations using "wrapper" BOs
Jason Ekstrand
2019-10-31
3
-14
/
+56
*
anv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
Jason Ekstrand
2019-10-31
6
-20
/
+22
*
anv: Inline anv_block_pool_get_bo
Jason Ekstrand
2019-10-31
1
-27
/
+13
*
anv: Declare the bo in the anv_block_pool_foreach_bo loop
Jason Ekstrand
2019-10-31
3
-3
/
+2
*
anv: Stop storing the GEM handle in anv_reloc_list_add
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Fix a relocation race condition
Jason Ekstrand
2019-10-31
4
-12
/
+25
*
anv: Use a util_sparse_array for the GEM handle -> BO map
Jason Ekstrand
2019-10-31
2
-90
/
+36
*
anv: Move refcount to anv_bo
Jason Ekstrand
2019-10-31
2
-61
/
+50
*
intel/perf: fix Android build
Lionel Landwerlin
2019-10-31
1
-1
/
+2
*
anv: Remove _mesa_locale_init/fini calls.
Bas Nieuwenhuizen
2019-10-31
1
-3
/
+0
*
intel/perf: add TGL support
Lionel Landwerlin
2019-10-31
4
-0
/
+8611
*
intel/compiler: Report the number of non-spill/fill SEND messages on vec4 too
Ian Romanick
2019-10-30
1
-5
/
+35
*
intel/dev: set default num_eu_per_subslice on gen12
Lionel Landwerlin
2019-10-30
1
-1
/
+2
*
intel/eu/validate/gen12: Add TGL to eu_validate tests.
Jordan Justen
2019-10-30
1
-0
/
+9
*
intel/dev: Add preliminary device info for Tigerlake
Jordan Justen
2019-10-30
1
-0
/
+49
*
intel/dump_gpu: handle context create extended ioctl
Lionel Landwerlin
2019-10-30
1
-0
/
+15
*
anv: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
3
-1
/
+45
*
blorp: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
1
-0
/
+3
*
intel/genxml: Add gen12 tile cache flush bit
Jordan Justen
2019-10-30
1
-0
/
+1
*
anv: Align fast clear color state buffer to a page.
Rafael Antognolli
2019-10-30
1
-0
/
+9
*
intel/compiler: Add instruction compaction support on Gen12
Matt Turner
2019-10-30
2
-184
/
+868
*
intel/compiler: Make separate src0/src1 index tables
Matt Turner
2019-10-30
1
-11
/
+18
*
intel/compiler: Inline get_src_index()
Matt Turner
2019-10-30
1
-26
/
+15
*
intel/compiler: Restructure instruction compaction in preparation for Gen12
Matt Turner
2019-10-30
1
-20
/
+28
*
intel/compiler: Remove unreachable() from brw_reg_type.c
Matt Turner
2019-10-30
1
-3
/
+3
*
anv: Avoid emitting UBO surface states that won't be used
Jason Ekstrand
2019-10-30
1
-1
/
+12
*
intel/vec4: Set brw_stage_prog_data::has_ubo_pull
Jason Ekstrand
2019-10-30
1
-0
/
+2
*
intel/isl: Allow stencil buffer to support compression on Gen12+
Sagar Ghuge
2019-10-29
1
-2
/
+3
*
intel/blorp: Set stencil resolve enable bit
Sagar Ghuge
2019-10-29
1
-4
/
+17
*
intel: Track stencil aux usage on Gen12+
Sagar Ghuge
2019-10-29
3
-0
/
+9
*
intel/blorp: Add helper function for stencil buffer resolve
Sagar Ghuge
2019-10-29
2
-0
/
+34
*
intel/blorp: Assign correct view while clearing depth stencil
Sagar Ghuge
2019-10-29
1
-1
/
+1
*
genxml/gen12: Add Stencil Buffer Resolve Enable bit
Sagar Ghuge
2019-10-29
1
-0
/
+1
*
anv: Reduce the minimum number of relocations
Jason Ekstrand
2019-10-29
1
-1
/
+1
*
anv: Delay allocation of relocation lists
Jason Ekstrand
2019-10-29
1
-67
/
+71
*
anv: Implement new way for setting streamout buffers.
Plamena Manolova
2019-10-29
3
-0
/
+19
*
genxml: Add 3DSTATE_SO_BUFFER_INDEX_* instructions
Plamena Manolova
2019-10-29
1
-0
/
+47
*
anv: Set depthBounds to true in anv_GetPhysicalDeviceFeatures.
Plamena Manolova
2019-10-29
1
-1
/
+1
*
genxml: Change 3DSTATE_DEPTH_BOUNDS bias.
Plamena Manolova
2019-10-29
1
-1
/
+1
*
intel/perf: update ICL configurations
Lionel Landwerlin
2019-10-29
1
-59
/
+28
*
anv: Fix output of INTEL_DEBUG=bat for chained batches
Caio Marcelo de Oliveira Filho
2019-10-28
1
-1
/
+1
*
loader: default to iris for all future PCI IDs
Eric Engestrom
2019-10-28
2
-0
/
+3
[prev]
[next]