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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: implement VK_KHR_timeline_semaphore
Lionel Landwerlin
2019-11-11
5
-72
/
+734
*
anv: Plumb timeline semaphore signal/wait values through from the API
Jason Ekstrand
2019-11-11
2
-3
/
+22
*
anv/wsi: signal the semaphore in the acquireNextImage
Lionel Landwerlin
2019-11-11
1
-4
/
+20
*
anv: Lock around fetching sync file FDs from semaphores
Jason Ekstrand
2019-11-11
1
-13
/
+26
*
anv: prepare the driver for delayed submissions
Lionel Landwerlin
2019-11-11
4
-376
/
+616
*
anv: refcount semaphores
Lionel Landwerlin
2019-11-11
2
-6
/
+26
*
anv: prepare driver to report submission error through queues
Lionel Landwerlin
2019-11-11
5
-24
/
+60
*
anv: allow NULL batch parameter to anv_queue_submit_simple_batch
Lionel Landwerlin
2019-11-11
2
-19
/
+17
*
anv: move queue init/finish to anv_queue.c
Lionel Landwerlin
2019-11-11
3
-22
/
+30
*
anv: expose timeout helpers outside of anv_queue.c
Lionel Landwerlin
2019-11-11
2
-50
/
+51
*
anv: detach batch emission allocation from device
Lionel Landwerlin
2019-11-11
1
-56
/
+40
*
anv: remove list items on batch fini
Lionel Landwerlin
2019-11-11
1
-1
/
+4
*
anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmit
Lionel Landwerlin
2019-11-11
1
-2
/
+4
*
radv: fix radv_nir_get_max_workgroup_size when nir=NULL
Rhys Perry
2019-11-11
1
-1
/
+4
*
mesa: check framebuffer completeness only after state update
Lionel Landwerlin
2019-11-11
1
-6
/
+6
*
glsl: Check earlier for MaxTextureImageUnits and MaxImageUniforms
Caio Marcelo de Oliveira Filho
2019-11-11
2
-12
/
+24
*
glsl: Check earlier for MaxShaderStorageBlocks and MaxUniformBlocks
Caio Marcelo de Oliveira Filho
2019-11-11
1
-16
/
+16
*
util: Use ZSTD for shader cache if possible
Dylan Baker
2019-11-11
2
-0
/
+31
*
egl: move #include of local headers out of Khronos headers
Eric Engestrom
2019-11-11
2
-0
/
+4
*
intel/fs: Lower large local arrays to scratch
Jason Ekstrand
2019-11-11
1
-0
/
+19
*
intel/fs: Implement the new load/store_scratch intrinsics
Jason Ekstrand
2019-11-11
5
-17
/
+241
*
intel/nir: Plumb devinfo through lower_mem_access_bit_sizes
Jason Ekstrand
2019-11-11
3
-9
/
+14
*
intel/fs: refactor surface header setup
Jason Ekstrand
2019-11-11
1
-23
/
+16
*
intel/fs: Add DWord scattered read/write opcodes
Jason Ekstrand
2019-11-11
5
-0
/
+66
*
intel/nir: Use nir_extract_bits in lower_mem_access_bit_sizes
Jason Ekstrand
2019-11-11
1
-37
/
+15
*
nir: Add tests for nir_extract_bits
Jason Ekstrand
2019-11-11
2
-0
/
+167
*
nir/builder: Add a nir_extract_bits helper
Jason Ekstrand
2019-11-11
1
-37
/
+80
*
egl: fix _EGL_NATIVE_PLATFORM fallback
Eric Engestrom
2019-11-11
1
-9
/
+0
*
anv: Unify GetDeviceQueue and GetDeviceQueue2
Ricardo Garcia
2019-11-11
1
-4
/
+8
*
panfrost: Select format-specific blending intrinsics
Alyssa Rosenzweig
2019-11-11
3
-9
/
+41
*
pan/midgard: Pack load/store masks
Alyssa Rosenzweig
2019-11-11
1
-2
/
+30
*
pan/midgard: Implement nir_intrinsic_load_output_u8_as_fp16_pan
Alyssa Rosenzweig
2019-11-11
1
-0
/
+20
*
pan/midgard: Identify ld_color_buffer_u8_as_fp16*
Alyssa Rosenzweig
2019-11-11
2
-2
/
+7
*
nir: Add load_output_u8_as_fp16_pan intrinsic
Alyssa Rosenzweig
2019-11-11
1
-0
/
+6
*
panfrost: Set depth and stencil for SFBD based on the format
Tomeu Vizoso
2019-11-11
4
-21
/
+36
*
zink: correct depth-stencil format
Erik Faye-Lund
2019-11-11
1
-1
/
+1
*
zink/spirv: add support for nir_op_flrp
Erik Faye-Lund
2019-11-11
1
-0
/
+15
*
egl: Mention if swrast is being forced
Chris Wilson
2019-11-11
1
-0
/
+2
*
spirv: Sort out the mess that is sampled image
Jason Ekstrand
2019-11-09
2
-15
/
+24
*
spirv: Add a vtn_decorate_pointer helper
Jason Ekstrand
2019-11-09
1
-26
/
+41
*
spirv: Remove the type from sampled_image
Jason Ekstrand
2019-11-09
4
-8
/
+2
*
freedreno/ir3: also track # of nops for shader-db
Rob Clark
2019-11-09
3
-1
/
+7
*
freedreno/ir3: sync disasm changes from envytools
Rob Clark
2019-11-09
2
-24
/
+94
*
freedreno/a4xx: fix SP_FS_MRT_REG.HALF_PRECISION
Rob Clark
2019-11-09
1
-1
/
+1
*
freedreno/a3xx: fix SP_FS_MRT_REG.HALF_PRECISION
Rob Clark
2019-11-09
1
-1
/
+1
*
freedreno/ir3: remove obsolete comment
Rob Clark
2019-11-09
1
-4
/
+0
*
freedreno/ir3/ra: remove ir print after livein/out
Rob Clark
2019-11-09
1
-1
/
+0
*
freedreno/ir3/ra: move regs_count==0 check
Rob Clark
2019-11-09
1
-9
/
+2
*
freedreno/ir3: ir3_print tweaks
Rob Clark
2019-11-09
2
-47
/
+102
*
freedreno/ir3: use SSA flag on dest register too
Rob Clark
2019-11-09
4
-45
/
+48
[next]