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
...
*
intel/fs: Generalize fs_reg::is_contiguous() to register files other than VGRF.
Francisco Jerez
2020-01-17
1
-1
/
+16
*
intel/fs: Try to vectorize header setup in lower_load_payload().
Francisco Jerez
2020-01-17
1
-8
/
+16
*
anv: enable VK_KHR_swapchain_mutable_format
Lionel Landwerlin
2020-01-17
1
-0
/
+1
*
vulkan/wsi: Use the interface from the real modifiers extension
Jason Ekstrand
2020-01-17
4
-25
/
+37
*
anv: Support modifiers in GetImageFormatProperties2
Jason Ekstrand
2020-01-17
3
-9
/
+67
*
anv: Drop some VK_IMAGE_TILING_OPTIMAL checks
Jason Ekstrand
2020-01-17
3
-4
/
+4
*
intel/perf: report query split for mdapi
Lionel Landwerlin
2020-01-16
3
-2
/
+18
*
intel/perf: expose timestamp begin for mdapi
Lionel Landwerlin
2020-01-16
3
-0
/
+9
*
anv: set depth stall enabled when depth flush enabled on gen12
Tapani Pälli
2020-01-16
2
-0
/
+19
*
anv: implement another workaround for non pipelined states
Lionel Landwerlin
2020-01-16
1
-0
/
+12
*
genxml: add new Gen11+ PIPE_CONTROL field
Lionel Landwerlin
2020-01-16
2
-0
/
+2
*
intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
Kenneth Graunke
2020-01-15
1
-3
/
+6
*
anv: Enable Vulkan 1.2 support
Iván Briano
2020-01-15
7
-19
/
+20
*
anv: Implement the new core version property queries
Jason Ekstrand
2020-01-15
1
-152
/
+261
*
anv: Implement the new core version feature queries
Jason Ekstrand
2020-01-15
1
-56
/
+156
*
anv,nir: Lower quad_broadcast with dynamic index in NIR
Jason Ekstrand
2020-01-15
1
-0
/
+1
*
anv: Bump the patch version to 131
Jason Ekstrand
2020-01-15
1
-1
/
+1
*
anv: fix pipeline switch back for non pipelined states
Lionel Landwerlin
2020-01-15
1
-13
/
+8
*
i965: Reuse the new core glsl_count_dword_slots().
Eric Anholt
2020-01-14
2
-54
/
+2
*
vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
Jason Ekstrand
2020-01-14
1
-0
/
+1
*
intel/fs: Only use SLM fence in compute shaders
Caio Marcelo de Oliveira Filho
2020-01-14
1
-0
/
+3
*
anv: only use VkSamplerCreateInfo::compareOp if enabled
Lionel Landwerlin
2020-01-14
1
-1
/
+3
*
nir/lower_gs_intrinsics: add option for per-stream counts
Rhys Perry
2020-01-14
1
-1
/
+1
*
anv: Implement Gen12 workaround for non pipelined state
Lionel Landwerlin
2020-01-14
1
-0
/
+27
*
intel: Use similar brand strings to the Windows drivers
Kenneth Graunke
2020-01-13
2
-17
/
+17
*
anv: Memset array properties
Jason Ekstrand
2020-01-13
1
-0
/
+5
*
anv: Don't over-advertise descriptor indexing features
Jason Ekstrand
2020-01-13
1
-15
/
+17
*
intel/blorp: Fill out all the dwords of MI_ATOMIC
Jason Ekstrand
2020-01-13
1
-0
/
+4
*
anv: set stencil layout for input attachments
Lionel Landwerlin
2020-01-13
1
-6
/
+14
*
anv: Drop an unused variable
Jason Ekstrand
2020-01-13
1
-1
/
+0
*
nir/lower_atomics_to_ssbo: Also lower barriers
Jason Ekstrand
2020-01-13
1
-1
/
+0
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
2
-3
/
+3
*
intel/nir: Stop adding redundant barriers
Jason Ekstrand
2020-01-13
1
-14
/
+0
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
2
-0
/
+6
*
intel/vec4: Support scoped_memory_barrier
Jason Ekstrand
2020-01-13
1
-1
/
+2
*
intel/fs: Make implied_mrf_writes() an fs_inst method.
Francisco Jerez
2020-01-10
7
-18
/
+17
*
intel/fs/cse: Fix non-deterministic behavior due to inaccurate liveness calcu...
Francisco Jerez
2020-01-10
2
-4
/
+4
*
intel/fs: Fix nir_intrinsic_load_barycentric_at_sample for SIMD32.
Francisco Jerez
2020-01-10
1
-1
/
+1
*
intel/fs/gen8+: Fix r127 dst/src overlap RA workaround for EOT message payload.
Francisco Jerez
2020-01-10
1
-5
/
+11
*
intel/fs/gen11+: Handle ROR/ROL in lower_simd_width().
Francisco Jerez
2020-01-10
1
-0
/
+2
*
anv: Re-use flush_descriptor_sets in flush_compute_state
Jason Ekstrand
2020-01-09
1
-65
/
+25
*
anv: Flag descriptors dirty when gl_NumWorkgroups is used
Jason Ekstrand
2020-01-09
1
-1
/
+8
*
anv: Don't add dynamic state base address to push constants on Gen7
Jason Ekstrand
2020-01-09
1
-14
/
+20
*
genxml: Remove a non-existant HW bit
Jason Ekstrand
2020-01-09
3
-3
/
+0
*
anv: fix intel perf queries availability writes
Lionel Landwerlin
2020-01-09
1
-14
/
+5
*
anv: don't close invalid syncfd semaphore
Lionel Landwerlin
2020-01-08
1
-1
/
+2
*
intel/disasm: Fix decoding of src0 of SENDS
Jason Ekstrand
2020-01-08
1
-1
/
+1
*
intel/nir: Add a memory barrier before barrier()
Jason Ekstrand
2020-01-07
1
-0
/
+14
*
anv: Only enable EWA LOD algorithm when doing anisotropic filtering.
Kenneth Graunke
2020-01-04
1
-1
/
+2
*
anv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9
Jason Ekstrand
2020-01-04
2
-11
/
+18
[prev]
[next]