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
*
radv: Use correct buffer count with variable descriptor set sizes.
Bas Nieuwenhuizen
2020-04-08
3
-1
/
+3
*
radv: Whitespace fixup.
Bas Nieuwenhuizen
2020-04-08
1
-1
/
+0
*
radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALLOCATION_SIZE
Samuel Iglesias Gonsálvez
2020-04-08
1
-1
/
+1
*
radv: check buffer size in vkCreateBuffer()
Samuel Iglesias Gonsálvez
2020-04-08
1
-0
/
+3
*
radv: Consider maximum sample distances for entire grid.
Bas Nieuwenhuizen
2020-04-08
1
-4
/
+6
*
radv: enable lowering of GS intrinsics for the LLVM backend
Samuel Pitoiset
2020-04-08
4
-50
/
+29
*
radv: remove radv_layout_has_htile() helper
Samuel Pitoiset
2020-04-08
3
-38
/
+8
*
radv: cleanup creating the decompress/resummarize pipelines
Samuel Pitoiset
2020-04-08
1
-26
/
+15
*
radv: rename extra graphics pipeline decompress/resummarize fields
Samuel Pitoiset
2020-04-08
3
-9
/
+9
*
radv: rename decompress/resummarize depth/stencil functions
Samuel Pitoiset
2020-04-08
3
-27
/
+27
*
turnip: fix compute shaders crashing after geometry shader change
Jonathan Marek
2020-04-08
1
-4
/
+6
*
nir: make opt_if_loop_terminator() less strict
Timothy Arceri
2020-04-08
1
-1
/
+1
*
radeonsi: don't lower constant arrays to uniforms in GLSL IR
Timothy Arceri
2020-04-08
1
-0
/
+1
*
meson: fix debug build on Android
Dominik Behr
2020-04-07
1
-1
/
+10
*
radv: Store 64-bit availability bools if requested.
Bas Nieuwenhuizen
2020-04-07
1
-71
/
+56
*
gallivm: Add missing header for powf.
Vinson Lee
2020-04-07
1
-0
/
+1
*
turnip: Drop dep_llvm from dependencies
Kristian H. Kristensen
2020-04-07
1
-1
/
+0
*
turnip: Make Android platform build
Kristian H. Kristensen
2020-04-07
3
-23
/
+24
*
turnip: Stub out VK_KHR_external_{fence,semaphore}_fd
Kristian H. Kristensen
2020-04-07
2
-0
/
+40
*
turnip: Add missing VKAPI_ATTR annotations
Kristian H. Kristensen
2020-04-07
3
-5
/
+5
*
freedreno/a6xx: Set a level's pitch based on minified level0 pitch, not width0.
Eric Anholt
2020-04-07
2
-13
/
+274
*
freedreno: Add the outline of a test for a6xx texture layout.
Eric Anholt
2020-04-07
3
-1
/
+244
*
freedreno/a6xx: Drop the "alignment" layout temporary.
Eric Anholt
2020-04-07
1
-10
/
+3
*
freedreno/a6xx: Remove the "aligned_height" temporary.
Eric Anholt
2020-04-07
1
-5
/
+3
*
freedreno/a6xx: Sink the per-level size temps inside the loop.
Eric Anholt
2020-04-07
1
-17
/
+5
*
anv/gen12: Lower VK_KHR_multiview using Primitive Replication
Caio Marcelo de Oliveira Filho
2020-04-07
8
-16
/
+471
*
intel/fs: Allow multiple slots for position
Caio Marcelo de Oliveira Filho
2020-04-07
13
-17
/
+46
*
intel/gen12: Add XML description for 3DSTATE_PRIMITIVE_REPLICATION
Caio Marcelo de Oliveira Filho
2020-04-07
1
-0
/
+16
*
nir: Add per_view attribute to nir_variable
Caio Marcelo de Oliveira Filho
2020-04-07
7
-8
/
+42
*
mesa: add support for NV_pixel_buffer_object
Simon Ser
2020-04-07
2
-5
/
+16
*
turnip: implement timestamp query
Jonathan Marek
2020-04-07
2
-55
/
+86
*
turnip: Enable geometryShader device feature
Brian Ho
2020-04-07
1
-1
/
+1
*
turnip: Enable geometry shaders for CP_DRAWs
Brian Ho
2020-04-07
1
-4
/
+12
*
turnip: Populate tu_pipeline.active_stages
Brian Ho
2020-04-07
1
-0
/
+6
*
turnip: Update maxGeometryShaderInvocations to match blob
Brian Ho
2020-04-07
1
-1
/
+1
*
turnip: Selectively configure GRAS_LAYER_CNTL
Brian Ho
2020-04-07
2
-2
/
+9
*
turnip: Set up REG_A6XX_SP_GS_CONFIG
Brian Ho
2020-04-07
1
-6
/
+8
*
turnip: Configure VFD_CONTROL with gsheader and primitiveid
Brian Ho
2020-04-07
1
-7
/
+16
*
turnip: Configure VPC for geometry shaders
Brian Ho
2020-04-07
4
-60
/
+181
*
turnip: Emit geometry shader obj and related consts
Brian Ho
2020-04-07
1
-1
/
+49
*
turnip: Set has_gs in ir3_shader_key
Brian Ho
2020-04-07
1
-2
/
+12
*
radv: Print shader stage before disassembly.
Timur Kristóf
2020-04-07
1
-1
/
+5
*
aco: Print shader stage in aco_print_program.
Timur Kristóf
2020-04-07
1
-0
/
+46
*
radv: Enable ACO for NGG VS/TES, but disable NGG for ACO GS.
Timur Kristóf
2020-04-07
2
-4
/
+13
*
aco/ngg: Run GS_ALLOC_REQ on priority 3 for NGG VS and TES.
Timur Kristóf
2020-04-07
1
-0
/
+6
*
aco/ngg: Schedule position exports of NGG VS/TES.
Timur Kristóf
2020-04-07
1
-1
/
+1
*
aco/ngg: Implement NGG VS and TES.
Timur Kristóf
2020-04-07
2
-11
/
+270
*
aco/ngg: Setup NGG VS and TES stages.
Timur Kristóf
2020-04-07
1
-6
/
+13
*
aco/ngg: Fix exports for NGG VS and TES.
Timur Kristóf
2020-04-07
1
-2
/
+2
*
aco/ngg: Initialize exec mask for NGG VS and TES.
Timur Kristóf
2020-04-07
1
-1
/
+1
[next]