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
/
gallium
/
drivers
/
zink
Commit message (
Expand
)
Author
Age
Files
Lines
*
zink: implement i2b1
Erik Faye-Lund
2020-05-15
1
-0
/
+7
*
zink: correct PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Erik Faye-Lund
2020-05-14
1
-0
/
+4
*
zink: do not expose real value for PIPE_CAP_MAX_VIEWPORTS
Erik Faye-Lund
2020-05-14
1
-1
/
+1
*
zink: disable vkCmdResolveImage when respecting render-condition
Erik Faye-Lund
2020-05-14
1
-1
/
+2
*
ttn: Add new allow_disk_cache parameter
Axel Davy
2020-05-13
1
-1
/
+1
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
2
-2
/
+2
*
zink: enable conditional rendering if available
Dave Airlie
2020-05-11
4
-2
/
+78
*
zink: add a GET_PROC_ADDR macro to simplify load_device_extensions
Erik Faye-Lund
2020-05-11
1
-5
/
+10
*
zink: load vk_GetMemoryFdKHR while creating screen
Erik Faye-Lund
2020-05-11
2
-5
/
+15
*
zink: lower b2b to b2i
Erik Faye-Lund
2020-05-06
4
-1
/
+67
*
zink: use nir_lower_uniforms_to_ubo
Erik Faye-Lund
2020-05-05
1
-83
/
+1
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-0
/
+1
*
zink: explicitly unref old fb object when setting new one
Mike Blumenkrantz
2020-04-27
1
-1
/
+5
*
zink: remove framebuffer cache
Mike Blumenkrantz
2020-04-27
2
-33
/
+4
*
zink: set UBO alignments in nir_intrinsic_load_uniform lowering
Mike Blumenkrantz
2020-04-24
1
-0
/
+2
*
zink: be less picky about tiled resources
Erik Faye-Lund
2020-04-16
1
-5
/
+1
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+1
*
zink/spirv: do not use bitwise operations on booleans
Erik Faye-Lund
2020-03-20
1
-5
/
+22
*
zink: zero out zink_render_pass_state
Duncan Hopkins
2020-03-17
1
-1
/
+1
*
zink. Added storage CISto descriptor pool.
Duncan Hopkins
2020-03-04
1
-1
/
+2
*
zink. Don't set incorrect sType in VkImportMemoryFdInfoKHR struct
Vilya Harvey
2020-03-04
1
-1
/
+0
*
zink: do not convert bools to/from uint
Erik Faye-Lund
2020-02-17
1
-48
/
+45
*
zink/spirv: uint -> raw
Erik Faye-Lund
2020-02-17
1
-9
/
+13
*
zink/spirv: unit_value -> raw_value
Erik Faye-Lund
2020-02-17
1
-5
/
+5
*
zink/spirv: rename functions a bit
Erik Faye-Lund
2020-02-17
1
-26
/
+25
*
zink/spirv: prefer store_dest over store_dest_uint
Erik Faye-Lund
2020-02-17
1
-6
/
+6
*
zink/spirv: do not reinvent store_dest
Erik Faye-Lund
2020-02-17
1
-2
/
+1
*
zink: do not report texture-samplers for unsupported stages
Erik Faye-Lund
2020-02-17
1
-3
/
+9
*
zink: fix binding-usage
Erik Faye-Lund
2020-02-17
3
-40
/
+57
*
zink: do not use SpvDimRect
Erik Faye-Lund
2020-02-14
2
-2
/
+2
*
zink: only inspect dual-src limit if feature enabled
Erik Faye-Lund
2020-02-10
1
-0
/
+2
*
zink: emit blend-target index
Erik Faye-Lund
2020-02-10
3
-0
/
+11
*
zink: replace unset buffer with a dummy-buffer
Erik Faye-Lund
2020-02-10
3
-5
/
+18
*
zink: fixup sampler-usage
Erik Faye-Lund
2020-02-07
2
-15
/
+19
*
zink: lower away fdph
Erik Faye-Lund
2020-02-07
2
-0
/
+4
*
zink: disallow depth-stencil blits with format-change
Erik Faye-Lund
2020-02-03
1
-0
/
+4
*
zink: be more careful about the mask-check
Erik Faye-Lund
2020-02-03
1
-2
/
+4
*
zink: implement support for derivative-control
Erik Faye-Lund
2020-01-31
2
-0
/
+8
*
zink: implement load_instance_id
Erik Faye-Lund
2020-01-31
2
-3
/
+22
*
zink: enable texture-buffer objects
Erik Faye-Lund
2020-01-31
1
-0
/
+6
*
zink: set compareEnable when setting compareOp
Erik Faye-Lund
2020-01-28
1
-1
/
+3
*
zink: support arrays of samplers
Erik Faye-Lund
2020-01-18
2
-22
/
+60
*
zink: support sampling non-float textures
Erik Faye-Lund
2020-01-18
1
-6
/
+7
*
zink: store image-type per texture
Erik Faye-Lund
2020-01-18
1
-7
/
+6
*
zink: avoid incorrect vector-construction
Erik Faye-Lund
2020-01-18
1
-2
/
+2
*
zink: support offset-variants of texturing
Erik Faye-Lund
2020-01-18
3
-5
/
+17
*
zink: implement nir_texop_txs
Erik Faye-Lund
2020-01-18
3
-4
/
+50
*
zink: fixup initialization of operand_mask / num_extra_operands
Erik Faye-Lund
2020-01-14
1
-2
/
+2
*
nir/zink: move clip_halfz-lowering to common code
Erik Faye-Lund
2020-01-03
1
-54
/
+1
*
zink: remove unused code-path in lower_pos_write
Erik Faye-Lund
2020-01-03
1
-14
/
+8
[next]