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
*
radeonsi: rename rscreen -> sscreen
Marek Olšák
2019-01-22
5
-11
/
+11
*
radeonsi: disable render cond & pipeline stats for internal compute dispatches
Marek Olšák
2019-01-22
1
-0
/
+18
*
radeonsi: use compute for resource_copy_region when possible
Sonny Jiang
2019-01-22
5
-0
/
+215
*
radeonsi: add compute_last_block to configure the partial block fields
Jiang, Sonny
2019-01-22
2
-5
/
+49
*
gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)
Marek Olšák
2019-01-22
3
-30
/
+45
*
gallium: add SINT formats to have exact counterparts to SNORM formats
Marek Olšák
2019-01-22
2
-0
/
+9
*
radeonsi: move PKT3_WRITE_DATA generation into a helper function
Marek Olšák
2019-01-22
6
-41
/
+43
*
radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIK
Marek Olšák
2019-01-22
2
-2
/
+4
*
radeonsi: fix the top-of-pipe fence on SI
Marek Olšák
2019-01-22
1
-1
/
+2
*
radeonsi: correct WRITE_DATA.DST_SEL definitions
Marek Olšák
2019-01-22
7
-15
/
+15
*
radeonsi: compile clear and copy buffer compute shaders on demand
Marek Olšák
2019-01-22
2
-8
/
+14
*
radeonsi: remove redundant call to emit_cache_flush in compute clear/copy
Marek Olšák
2019-01-22
1
-1
/
+0
*
radeonsi: use buffer_store_format_x & xy
Marek Olšák
2019-01-22
1
-8
/
+17
*
radeonsi: fix rendering to tiny viewports where the viewport center is > 8K
Marek Olšák
2019-01-22
1
-3
/
+18
*
radeonsi: fix a u_blitter crash after a shader with FBFETCH
Marek Olšák
2019-01-22
1
-1
/
+1
*
winsys/amdgpu: use the new BO list API
Marek Olšák
2019-01-22
1
-49
/
+25
*
anv: Implement transform feedback queries
Jason Ekstrand
2019-01-22
3
-2
/
+73
*
genxml: Add SO_PRIM_STORAGE_NEEDED and SO_NUM_PRIMS_WRITTEN
Jason Ekstrand
2019-01-22
6
-0
/
+192
*
anv: Implement CmdBegin/EndQueryIndexed
Jason Ekstrand
2019-01-22
1
-1
/
+20
*
anv: Implement vkCmdDrawIndirectByteCountEXT
Jason Ekstrand
2019-01-22
2
-1
/
+148
*
anv: Implement the basic form of VK_EXT_transform_feedback
Jason Ekstrand
2019-01-22
7
-2
/
+329
*
anv: Add pipeline cache support for xfb_info
Jason Ekstrand
2019-01-22
5
-10
/
+53
*
anv: Add but do not enable VK_EXT_transform_feedback
Jason Ekstrand
2019-01-22
1
-0
/
+1
*
nir/xfb: distinguish array of structs vs array of blocks
Alejandro Piñeiro
2019-01-22
1
-7
/
+17
*
nir/xfb: Properly handle arrays of blocks
Jason Ekstrand
2019-01-22
1
-20
/
+41
*
nir/xfb: don't assert when xfb_buffer/stride is present but not xfb_offset
Alejandro Piñeiro
2019-01-22
1
-7
/
+6
*
nir/xfb: Fix offset accounting for dvec3/4
Jason Ekstrand
2019-01-22
1
-2
/
+2
*
nir: Preserve offsets in lower_io_to_scalar_early
Jason Ekstrand
2019-01-22
1
-0
/
+8
*
nir: fix lowering arrays to elements for XFB outputs
Samuel Pitoiset
2019-01-22
1
-2
/
+11
*
nir: do not remove varyings used for transform feedback
Samuel Pitoiset
2019-01-22
1
-0
/
+3
*
spirv: Only set interface_type on blocks
Jason Ekstrand
2019-01-22
1
-9
/
+25
*
spirv: Only split blocks
Jason Ekstrand
2019-01-22
1
-3
/
+8
*
spirv: Initialize struct member offsets to -1
Jason Ekstrand
2019-01-22
1
-0
/
+1
*
anv: Always emit at least one vertex element
Jason Ekstrand
2019-01-22
1
-3
/
+1
*
freedreno: a2xx: add partial lower_scalar pass for ir2
Jonathan Marek
2019-01-22
5
-0
/
+180
*
freedreno: a2xx: add ir2 copy propagation
Jonathan Marek
2019-01-22
5
-0
/
+236
*
freedreno: a2xx: insert scalar MOV to allow 2 source scalar
Jonathan Marek
2019-01-22
1
-0
/
+132
*
freedreno: a2xx: NIR backend
Jonathan Marek
2019-01-22
21
-2529
/
+3033
*
nir: cleanup glsl_get_struct_field_offset, glsl_get_explicit_stride
Tapani Pälli
2019-01-22
2
-5
/
+5
*
spirv: Update the JSON and headers from Khronos master
Jason Ekstrand
2019-01-21
2
-124
/
+336
*
nir: Mark deref UBO and SSBO access as non-scalar
Jason Ekstrand
2019-01-21
1
-1
/
+3
*
nir/spirv: handle ContractionOff execution mode
Karol Herbst
2019-01-21
6
-3
/
+17
*
nir/vtn: add caps for some cl related capabilities
Rob Clark
2019-01-21
3
-5
/
+20
*
vtn: handle SpvExecutionModelKernel
Karol Herbst
2019-01-21
1
-0
/
+2
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
15
-13
/
+41
*
anv/pipeline: Add a pdevice helper variable
Jason Ekstrand
2019-01-21
1
-9
/
+10
*
anv: Only parse pImmutableSamplers if the descriptor has samplers
Jason Ekstrand
2019-01-21
1
-12
/
+31
*
radv: prevent dirtying of dynamic state when it does not change
Rhys Perry
2019-01-21
1
-16
/
+75
*
radv: avoid context rolls when binding graphics pipelines
Rhys Perry
2019-01-21
3
-108
/
+141
*
radv: add missed situations for scissor bug workaround
Rhys Perry
2019-01-21
2
-24
/
+43
[next]