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
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
intel/perf: store the probed i915-perf version
Lionel Landwerlin
2020-03-27
3
-1
/
+22
*
intel/perf: document meaning of query field
Lionel Landwerlin
2020-03-27
1
-0
/
+1
*
intel/perf: move mdapi query definitions to their own file
Lionel Landwerlin
2020-03-27
5
-346
/
+388
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
6
-1596
/
+1682
*
intel/perf: move register definition to special file
Lionel Landwerlin
2020-03-27
2
-19
/
+8
*
intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion...
Francisco Jerez
2020-03-26
1
-10
/
+11
*
intel/aub_viewer: Fix format specifier for uint64_t
Danylo Piliaiev
2020-03-26
1
-7
/
+7
*
util/os_file: extend os_read_file to return the file size
Pierre-Eric Pelloux-Prayer
2020-03-24
1
-1
/
+1
*
intel/dump_gpu: Handle a bunch of getparam in the no-HW case
Jason Ekstrand
2020-03-24
1
-2
/
+47
*
intel/dump_gpu: Add an ensure_device_info helper
Jason Ekstrand
2020-03-24
1
-9
/
+17
*
anv: Stop fetching the timestamp frequency ourselves
Jason Ekstrand
2020-03-24
1
-13
/
+0
*
intel/tools/aubinator_error_decode: Decode ring buffers from HEAD to TAIL
D Scott Phillips
2020-03-23
1
-5
/
+43
*
intel/tools/aubinator_error_decode: read HW Context before other batches
D Scott Phillips
2020-03-23
1
-0
/
+18
*
anv: Set patch count threshold in 3DSTATE_HS
Sagar Ghuge
2020-03-23
1
-0
/
+7
*
intel/compiler: Track patch count threshold
Sagar Ghuge
2020-03-23
2
-0
/
+33
*
intel/genxml: Add patch count threshold field on gen12
Sagar Ghuge
2020-03-23
1
-0
/
+1
*
anv: Only add END_OF_PIPE_SYNC if we actually have AUX_INVAL
Jason Ekstrand
2020-03-19
1
-1
/
+1
*
intel/iris: Always initialize CCS to 0
Jason Ekstrand
2020-03-19
1
-0
/
+4
*
isl: drop min row pitch alignment when set by the driver
Lionel Landwerlin
2020-03-19
1
-1
/
+9
*
isl: only apply main surface ccs pitch constraint with CCS
Lionel Landwerlin
2020-03-19
1
-1
/
+2
*
isl: properly filter supported display modifiers on Gen9+
Lionel Landwerlin
2020-03-19
1
-3
/
+13
*
isl: implement linear tiling row pitch requirement for display
Lionel Landwerlin
2020-03-19
1
-3
/
+14
*
anv: Swizzle fast-clear values
Jason Ekstrand
2020-03-18
3
-9
/
+19
*
intel/blorp: Add support for swizzling fast-clear colors
Jason Ekstrand
2020-03-18
3
-4
/
+12
*
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
[next]