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
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Use isl_drm_modifier_get_default_aux_state()
Chad Versace
2020-03-18
1
-18
/
+21
*
intel/isl: Don't align linear images to 64K on Gen12+
Jason Ekstrand
2020-03-18
1
-3
/
+12
*
intel/decoder: don't consider header fields past dword0
Lionel Landwerlin
2020-03-18
1
-2
/
+4
*
anv: Do an end-of-pipe sync before updating AUX table entries
Jason Ekstrand
2020-03-17
1
-1
/
+1
*
intel/blorp: Plumb the stage through blorp upload_shader
Caio Marcelo de Oliveira Filho
2020-03-17
5
-12
/
+12
*
anv: Push UBO ranges relative to the start of the binding
Jason Ekstrand
2020-03-16
2
-12
/
+16
*
anv: Fix the comparison in an assert
Jason Ekstrand
2020-03-16
1
-1
/
+1
*
isl: allow compression for storage images on gen12+
Tapani Pälli
2020-03-16
1
-1
/
+4
*
intel/compiler: detect if atomic load store operations are used
Tapani Pälli
2020-03-16
4
-3
/
+10
*
isl: Avoid EXPECT_DEATH in unit tests
Matt Turner
2020-03-13
4
-46
/
+61
*
anv: Dump push ranges via VK_KHR_pipeline_executable_properties
Jason Ekstrand
2020-03-13
1
-0
/
+50
*
anv: Remove duplicate code in anv_cmd_buffer_bind_descriptor_set
Caio Marcelo de Oliveira Filho
2020-03-12
1
-14
/
+20
*
anv: Reduce compute pipeline batch_data size
Caio Marcelo de Oliveira Filho
2020-03-12
3
-5
/
+7
*
anv: Split graphics and compute bits from anv_pipeline
Caio Marcelo de Oliveira Filho
2020-03-12
7
-236
/
+275
*
anv: Use a separate field in the pipeline for compute shader
Caio Marcelo de Oliveira Filho
2020-03-12
5
-20
/
+42
*
anv: Decouple flush_descriptor_sets() from pipeline struct
Caio Marcelo de Oliveira Filho
2020-03-12
1
-23
/
+45
*
anv: Decouple flush_descriptor_sets() helpers from pipeline struct
Caio Marcelo de Oliveira Filho
2020-03-12
1
-20
/
+19
*
anv: Remove redundant check in flush_descriptor_sets() helpers
Caio Marcelo de Oliveira Filho
2020-03-12
1
-10
/
+0
*
anv: Pass the right pipe_state to flush_descriptor_sets()
Caio Marcelo de Oliveira Filho
2020-03-12
1
-33
/
+13
*
anv: Keep the shader stage in anv_shader_bin
Caio Marcelo de Oliveira Filho
2020-03-12
4
-8
/
+32
*
anv: Use a dynamic array for storing executables in pipeline
Caio Marcelo de Oliveira Filho
2020-03-12
3
-21
/
+27
*
anv: Use pipeline type to decide whether or not lower multiview
Caio Marcelo de Oliveira Filho
2020-03-12
1
-1
/
+1
*
anv: Add a new enum to identify the pipeline type
Caio Marcelo de Oliveira Filho
2020-03-12
3
-0
/
+8
*
intel/fs: Combine adjacent memory barriers
Caio Marcelo de Oliveira Filho
2020-03-12
1
-0
/
+22
*
intel/isl: Set DepthStencilResource based on aux usage
Jason Ekstrand
2020-03-12
1
-2
/
+30
*
intel: Require ISL_AUX_USAGE_STC_CCS for stencil CCS
Jason Ekstrand
2020-03-12
3
-3
/
+6
*
intel/blorp: Allow STC_CCS in blit sources
Jason Ekstrand
2020-03-12
1
-1
/
+2
*
intel/isl: Add a separate ISL_AUX_USAGE_STC_CCS
Jason Ekstrand
2020-03-12
6
-4
/
+31
*
intel/isl: Require ISL_AUX_USAGE_HIZ_CCS_WT for HZ+CCS WT mode
Jason Ekstrand
2020-03-12
4
-20
/
+3
*
iris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write-through HiZ
Jason Ekstrand
2020-03-12
1
-1
/
+1
*
intel/blorp: Allow HIZ_CCS_WT in copy sources
Jason Ekstrand
2020-03-12
1
-1
/
+2
*
intel/isl: Add a separate ISL_AUX_USAGE_HIZ_CCS_WT
Jason Ekstrand
2020-03-12
4
-9
/
+89
*
intel/isl: Clean up some aux surface logic
Jason Ekstrand
2020-03-12
1
-15
/
+11
*
intel/fs: Fix NULL destinations on 3-source instructions again after late DCE
Ian Romanick
2020-03-12
1
-2
/
+9
*
intel/compiler: fix cmod propagation optimisations
Yevhenii Kolesnikov
2020-03-11
2
-9
/
+336
*
intel/tools: Fix compilation with UBSan
Danylo Piliaiev
2020-03-10
1
-1
/
+1
*
i965: Move down genX_upload_sbe in profiles.
Mathias Fröhlich
2020-03-10
4
-0
/
+34
*
intel/fs: Fix workaround for VxH indirect addressing bug under control flow.
Francisco Jerez
2020-03-10
1
-10
/
+28
*
intel/fs: Allow NOT instructions in conditional discard optimization
Ian Romanick
2020-03-09
1
-1
/
+0
*
intel/fs: Do cmod prop again after scheduling
Ian Romanick
2020-03-09
1
-0
/
+11
*
intel/compiler: Discount NOPs from instruction counts
Matt Turner
2020-03-09
1
-3
/
+9
*
intel/compiler: Pass shader_stats for each SIMD mode
Matt Turner
2020-03-09
7
-24
/
+21
*
intel/compiler: Pass backend_shader * to cfg_t()
Matt Turner
2020-03-09
7
-16
/
+20
*
intel/compiler: Mark visitor parameters to scheduler const
Matt Turner
2020-03-09
1
-10
/
+10
*
intel/compiler: Mark some methods and parameters const
Matt Turner
2020-03-09
8
-27
/
+27
*
intel/compiler: Make instructions_to_schedule a local variable
Matt Turner
2020-03-09
1
-4
/
+2
*
intel/compiler: Remove unnecessary local variables
Matt Turner
2020-03-09
1
-3
/
+0
*
intel/vec4: Make implied_mrf_writes() a vec4_instruction method
Matt Turner
2020-03-09
4
-9
/
+8
*
anv: stop storing prog param data into shader blobs
Lionel Landwerlin
2020-03-07
2
-14
/
+5
*
anv: Bounds-check pushed UBOs when robustBufferAccess = true
Jason Ekstrand
2020-03-07
5
-41
/
+267
[next]