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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glapi / teximage: implement EGLImageTargetTexStorageEXT
Gurchetan Singh
2020-01-13
9
-7
/
+142
*
teximage: split out helper from EGLImageTargetTexture2DOES
Gurchetan Singh
2020-01-13
1
-18
/
+29
*
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
*
gitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5
Tomeu Vizoso
2020-01-13
2
-2
/
+2
*
aco: fix unconditional demote_to_helper
Daniel Schürmann
2020-01-13
2
-13
/
+16
*
radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be used
Marek Olšák
2020-01-13
3
-30
/
+46
*
radeonsi: put up to 5 VBO descriptors into user SGPRs
Marek Olšák
2020-01-13
10
-62
/
+148
*
ac,radeonsi: increase the maximum number of shader args and return values
Marek Olšák
2020-01-13
2
-7
/
+8
*
radeonsi: simplify si_set_vertex_buffers
Marek Olšák
2020-01-13
1
-7
/
+8
*
radeonsi: don't allow draw calls with uninitialized VS inputs
Marek Olšák
2020-01-13
3
-1
/
+8
*
radeonsi: add si_context::num_vertex_elements
Marek Olšák
2020-01-13
3
-11
/
+7
*
radeonsi: rename desc_list_byte_size -> vb_desc_list_alloc_size
Marek Olšák
2020-01-13
5
-11
/
+9
*
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
10
-15
/
+7
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
18
-24
/
+30
*
intel/nir: Stop adding redundant barriers
Jason Ekstrand
2020-01-13
1
-14
/
+0
*
nir/glsl: Emit memory barriers as part of barrier()
Jason Ekstrand
2020-01-13
1
-0
/
+12
*
spirv: Add output memory semantics to OpControlBarrier in TCS
Jason Ekstrand
2020-01-13
1
-3
/
+21
*
spirv: Add a workaround for OpControlBarrier on old GLSLang
Jason Ekstrand
2020-01-13
2
-1
/
+24
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
12
-0
/
+32
*
llmvpipe: No-op implement more barriers
Jason Ekstrand
2020-01-13
1
-0
/
+3
*
nir: Handle barriers with more granularity in combine_stores
Jason Ekstrand
2020-01-13
1
-5
/
+9
*
nir: Handle more barriers in dead_write and copy_prop
Jason Ekstrand
2020-01-13
2
-0
/
+22
*
intel/vec4: Support scoped_memory_barrier
Jason Ekstrand
2020-01-13
1
-1
/
+2
*
lima: Add stencil support
Andreas Baierl
2020-01-13
2
-27
/
+64
*
lima/parser: Make rsw alpha blend parsing more readable
Andreas Baierl
2020-01-13
1
-4
/
+5
*
panfrost: Remove unneeded phi nodes
Boris Brezillon
2020-01-13
1
-0
/
+1
*
aco: check if multiplication/clamp is live when applying output modifier
Rhys Perry
2020-01-13
1
-18
/
+24
*
aco: disable add combining for ds_swizzle_b32
Rhys Perry
2020-01-13
1
-1
/
+1
*
aco: don't DCE atomics with return values
Rhys Perry
2020-01-13
5
-19
/
+26
*
aco: set exec_potentially_empty for demotes
Rhys Perry
2020-01-13
1
-0
/
+6
*
aco: better handle neg/abs of sgprs
Rhys Perry
2020-01-13
1
-2
/
+3
*
aco: check usesModifiers() when identifying a neg/abs
Rhys Perry
2020-01-13
1
-2
/
+2
*
aco: handle omod successors with the constant in the first operand
Rhys Perry
2020-01-13
1
-6
/
+8
*
aco: handle VOP3 modifiers when combining a constant comparison's NaN test
Rhys Perry
2020-01-13
1
-0
/
+6
*
aco: fix uninitialized data in the binary
Rhys Perry
2020-01-13
1
-1
/
+5
*
aco: fix imageSize()/textureSize() with large buffers on GFX8
Rhys Perry
2020-01-13
1
-19
/
+15
*
aco: set vm for pos0 exports on GFX10
Rhys Perry
2020-01-13
2
-3
/
+6
*
panfrost: Fix headers and gpu_headers memory leak
Daniel Ogorchock
2020-01-13
1
-0
/
+3
*
panfrost: Fix panfrost_bo_access memory leak
Daniel Ogorchock
2020-01-13
1
-1
/
+3
*
radv/gfx10: improve performance for TES using PrimID but not exporting it
Samuel Pitoiset
2020-01-13
1
-1
/
+1
*
radv/gfx10: add support for NGG passthrough mode
Samuel Pitoiset
2020-01-13
2
-9
/
+15
*
radv/gfx10: do not declare LDS for NGG if useless
Samuel Pitoiset
2020-01-13
1
-6
/
+9
*
radv/gfx10: determine if a pipeline is eligible for NGG passthrough
Samuel Pitoiset
2020-01-13
4
-12
/
+59
*
radv/gfx10: disable vertex grouping
Samuel Pitoiset
2020-01-13
1
-5
/
+2
*
nvc0: treat all draws without color0 broadcast as MRT
Ilia Mirkin
2020-01-12
1
-1
/
+1
*
gm107/ir: avoid combining geometry shader stores at 0x60
Ilia Mirkin
2020-01-12
1
-0
/
+10
[prev]
[next]