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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pan/mdg: Dual source blend input/writeout support
Icecream95
2020-07-15
9
-7
/
+54
*
pan/mdg: Add a nir pass to reorder store_output intrinsics
Icecream95
2020-07-15
1
-0
/
+46
*
gallium: Dual source support in blend_factor_to_shader
Icecream95
2020-07-15
1
-4
/
+4
*
compiler: Add dual-source factors to blend_factor
Icecream95
2020-07-15
1
-0
/
+2
*
freedreno/ir3: DCE unused arrays
Rob Clark
2020-07-14
2
-0
/
+29
*
freedreno/a6xx: don't enable early-z/lrz if no z-test
Rob Clark
2020-07-14
1
-1
/
+4
*
freedreno/ir3/ra: be better at failing
Rob Clark
2020-07-14
2
-22
/
+41
*
freedreno/a6xx: bail instead of crash for compile fails
Rob Clark
2020-07-14
1
-0
/
+6
*
freedreno/ir3: make compile fails more visible
Rob Clark
2020-07-14
1
-2
/
+4
*
freedreno/ir3: add missing VS driver params
Rob Clark
2020-07-14
1
-2
/
+4
*
zink: enable tgsi texcoord pipe cap
Mike Blumenkrantz
2020-07-14
2
-26
/
+39
*
nouveau: expose HMM
Karol Herbst
2020-07-14
1
-0
/
+3
*
nvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY
Karol Herbst
2020-07-14
3
-2
/
+101
*
gallium: add PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY
Karol Herbst
2020-07-14
5
-5
/
+11
*
nouveau: enable HMM
Karol Herbst
2020-07-14
2
-3
/
+70
*
nir: Support load/store of temps as scratch in nir_lower_explicit_io
Jesse Natalie
2020-07-14
1
-3
/
+14
*
nir: When nir_lower_vars_to_explicit_types is run on temps, update scratch_size
Jesse Natalie
2020-07-14
1
-2
/
+21
*
nir_lower_io: Add addr_format_is_offset helper
Jesse Natalie
2020-07-14
1
-2
/
+8
*
freedreno/regs: update a6xx PC regs
Jonathan Marek
2020-07-14
6
-55
/
+61
*
freedreno/regs: update a6xx VPC regs
Jonathan Marek
2020-07-14
6
-53
/
+57
*
freedreno/regs: update a6xx RB regs
Jonathan Marek
2020-07-14
4
-105
/
+161
*
freedreno/regs: update a6xx GRAS registers
Jonathan Marek
2020-07-14
8
-160
/
+188
*
turnip: remove use of tu_cs_entry for draw states
Jonathan Marek
2020-07-14
4
-152
/
+134
*
turnip: fix inconsistencies with tu6_load_state_size
Jonathan Marek
2020-07-14
1
-6
/
+14
*
turnip: emit compute pipeline directly in CmdBindPipeline
Jonathan Marek
2020-07-14
2
-11
/
+6
*
turnip: use DIRTY SDS bit to avoid making copies of pipeline load state ib
Jonathan Marek
2020-07-14
2
-41
/
+21
*
zink: try to handle multisampled null buffers
Mike Blumenkrantz
2020-07-14
4
-7
/
+13
*
zink: handle empty attachments
Mike Blumenkrantz
2020-07-14
4
-11
/
+60
*
pan/mdg: Fix non-debug compiliation
Icecream95
2020-07-14
1
-1
/
+1
*
Revert https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4580
Michel Dänzer
2020-07-14
11
-185
/
+10
*
nouveau: expose HMM
Karol Herbst
2020-07-14
1
-0
/
+3
*
nvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY
Karol Herbst
2020-07-14
3
-2
/
+101
*
gallium: add PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY
Karol Herbst
2020-07-14
5
-5
/
+11
*
nouveau: enable HMM
Karol Herbst
2020-07-14
2
-3
/
+70
*
zink: block resolve blits for depth/stencil buffers
Mike Blumenkrantz
2020-07-14
1
-0
/
+1
*
zink: block vkCmdBlitImage usage for multi sampled blits
Mike Blumenkrantz
2020-07-14
1
-0
/
+4
*
zink: try copy_region hook for blits where we can't do a regular blit or resolve
Mike Blumenkrantz
2020-07-14
1
-0
/
+7
*
mesa/main: use call_once instead of open-coding
Erik Faye-Lund
2020-07-14
1
-13
/
+3
*
mesa/main: factor out one-time-init into a helper
Erik Faye-Lund
2020-07-14
1
-43
/
+52
*
gv100/ir: set ftz bit on floating point operations
Karol Herbst
2020-07-14
2
-2
/
+8
*
meson: fix android vulkan build
Eric Engestrom
2020-07-14
5
-5
/
+5
*
tu: Don't invalidate irrelevant state when changing pipeline
Connor Abbott
2020-07-14
1
-9
/
+1
*
freedreno/a6xx: Add some documentation for shared consts
Connor Abbott
2020-07-14
3
-4
/
+24
*
freedreno/a6xx: Rename and document HLSQ_UPDATE_CNTL
Connor Abbott
2020-07-14
9
-22
/
+130
*
clover: implements clEnqueueFillBuffer
Serge Martin
2020-07-14
7
-16
/
+60
*
clover: add more cl_mem_object_type to pipe_texture_target mapping
Serge Martin
2020-07-14
1
-0
/
+7
*
radv: add the custom border color BO to the list of buffers
Samuel Pitoiset
2020-07-14
1
-0
/
+4
*
freedreno/registers: Rename SP_2D_SRC_FORMAT
Kristian H. Kristensen
2020-07-14
4
-16
/
+13
*
freedreno/a6xx: Split clear and blit texture into different functions
Kristian H. Kristensen
2020-07-14
1
-84
/
+98
*
freedreno/a6xx: Don't take pipe_blit_info in emit_blit_dst
Kristian H. Kristensen
2020-07-14
1
-11
/
+11
[prev]
[next]