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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/android: fix assert in anv_import_ahw_memory
Abhishek Kumar
2020-04-21
1
-1
/
+1
*
anv: use common nir_convert_ycbcr
Jonathan Marek
2020-04-20
1
-123
/
+8
*
anv: Add support for new MMAP_OFFSET ioctl.
Rafael Antognolli
2020-04-20
3
-5
/
+49
*
anv: Add anv_device parameter to anv_gem_munmap.
Rafael Antognolli
2020-04-20
5
-7
/
+8
*
anv: Apply any needed PIPE_CONTROLs before emitting state
Jason Ekstrand
2020-04-19
1
-0
/
+12
*
anv: Move vb_emit setup closer to where it's used in flush_state
Jason Ekstrand
2020-04-19
1
-4
/
+4
*
anv: skip writing perfcntr in results on Gen12+
Lionel Landwerlin
2020-04-18
1
-0
/
+4
*
anv: Emit pushed UBO bounds checking code in the back-end compiler
Jason Ekstrand
2020-04-17
3
-144
/
+75
*
anv: Report correct SLM size
Jason Ekstrand
2020-04-16
1
-1
/
+1
*
anv: Fix UBO range detection in anv_nir_compute_push_layout
Jason Ekstrand
2020-04-15
1
-10
/
+5
*
anv: Advertise SEND count through VK_EXT_pipeline_executable_properties
Jason Ekstrand
2020-04-15
1
-0
/
+10
*
anv: Stop using cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
5
-6
/
+32
*
intel/compiler: Replace cs_prog_data->push.total with a helper
Caio Marcelo de Oliveira Filho
2020-04-09
1
-2
/
+4
*
anv/gen12: Lower VK_KHR_multiview using Primitive Replication
Caio Marcelo de Oliveira Filho
2020-04-07
7
-16
/
+466
*
intel/fs: Allow multiple slots for position
Caio Marcelo de Oliveira Filho
2020-04-07
1
-2
/
+2
*
anv/image: Use align_u64 for image offsets
Jason Ekstrand
2020-04-02
1
-2
/
+2
*
anv/pipeline: allow more than 16 FS inputs
Juan A. Suarez Romero
2020-04-01
1
-14
/
+21
*
anv: use urb_setup_attribs in SBE
Juan A. Suarez Romero
2020-04-01
1
-3
/
+3
*
anv: Do not sample from 3d depth image with HiZ
Danylo Piliaiev
2020-04-01
1
-0
/
+10
*
anv/allocator: Use util_dynarray for blocks in anv_state_stream
Jason Ekstrand
2020-03-31
2
-38
/
+22
*
anv: Account for the header in anv_state_stream_alloc
Jason Ekstrand
2020-03-31
1
-2
/
+3
*
anv: Set alignments on descriptor and constant loads
Jason Ekstrand
2020-03-30
1
-0
/
+3
*
intel: drop unused include directories
Eric Engestrom
2020-03-28
1
-5
/
+5
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-5
/
+5
*
intel/perf: store the probed i915-perf version
Lionel Landwerlin
2020-03-27
1
-1
/
+1
*
util/os_file: extend os_read_file to return the file size
Pierre-Eric Pelloux-Prayer
2020-03-24
1
-1
/
+1
*
anv: Stop fetching the timestamp frequency ourselves
Jason Ekstrand
2020-03-24
1
-13
/
+0
*
anv: Set patch count threshold in 3DSTATE_HS
Sagar Ghuge
2020-03-23
1
-0
/
+7
*
anv: Only add END_OF_PIPE_SYNC if we actually have AUX_INVAL
Jason Ekstrand
2020-03-19
1
-1
/
+1
*
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
1
-2
/
+2
*
anv: Use isl_drm_modifier_get_default_aux_state()
Chad Versace
2020-03-18
1
-18
/
+21
*
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
1
-7
/
+1
*
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
*
intel/compiler: detect if atomic load store operations are used
Tapani Pälli
2020-03-16
1
-1
/
+1
*
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
[next]