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
*
freedreno: add robustness support
Rob Clark
2019-04-25
5
-1
/
+58
*
freedreno/drm: update for robustness
Rob Clark
2019-04-25
3
-0
/
+44
*
panfrost/midgard: Add new bitwise ops
Alyssa Rosenzweig
2019-04-25
2
-6
/
+24
*
panfrost/midgard: Identify inand
Alyssa Rosenzweig
2019-04-25
3
-3
/
+7
*
panfrost/midgard: Copy prop for texture registers
Alyssa Rosenzweig
2019-04-25
1
-2
/
+35
*
panfrost/midgard: Optimize csel involving 0
Alyssa Rosenzweig
2019-04-25
2
-15
/
+30
*
panfrost/midgard: Extend copy propagation pass
Alyssa Rosenzweig
2019-04-25
1
-8
/
+48
*
panfrost/midgard: Reduce fmax(a, 0.0) to fmov.pos
Alyssa Rosenzweig
2019-04-25
1
-3
/
+33
*
radv: Expose Vulkan 1.1 for Android.
Bas Nieuwenhuizen
2019-04-25
1
-1
/
+1
*
radv: Expose VK_EXT_ycbcr_image_arrays.
Bas Nieuwenhuizen
2019-04-25
2
-0
/
+7
*
radv: Enable YCBCR conversion feature.
Bas Nieuwenhuizen
2019-04-25
2
-1
/
+2
*
radv: Add ycbcr subsampled & multiplane formats to csv.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+12
*
radv: Add ycbcr format features.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+27
*
radv: Add hashing for the ycbcr samplers.
Bas Nieuwenhuizen
2019-04-25
2
-7
/
+7
*
radv: Run the new ycbcr lowering pass.
Bas Nieuwenhuizen
2019-04-25
3
-3
/
+6
*
radv: Add ycbcr lowering pass.
Bas Nieuwenhuizen
2019-04-25
4
-0
/
+376
*
radv: Update descriptor sets for multiple planes.
Bas Nieuwenhuizen
2019-04-25
3
-18
/
+35
*
radv: Add ycbcr samplers in descriptor set layouts.
Bas Nieuwenhuizen
2019-04-25
2
-2
/
+77
*
ac/nir: Add support for planes.
Bas Nieuwenhuizen
2019-04-25
3
-4
/
+26
*
radv: Allow mixed src/dst aspects in copies.
Bas Nieuwenhuizen
2019-04-25
1
-104
/
+116
*
radv: Add support for image views with multiple planes.
Bas Nieuwenhuizen
2019-04-25
3
-21
/
+41
*
radv: Add ycbcr conversion structs.
Bas Nieuwenhuizen
2019-04-25
3
-4
/
+42
*
radv: Support different source & dest aspects for planar images in blit2d.
Bas Nieuwenhuizen
2019-04-25
1
-2
/
+9
*
radv: Add single plane image views & meta operations.
Bas Nieuwenhuizen
2019-04-25
4
-10
/
+45
*
radv: Add multiple planes to images.
Bas Nieuwenhuizen
2019-04-25
7
-135
/
+204
*
radv: Add logic for multisample format descriptions.
Bas Nieuwenhuizen
2019-04-25
4
-10
/
+86
*
radv: Add logic for subsampled format descriptions.
Bas Nieuwenhuizen
2019-04-25
3
-0
/
+28
*
intel/fs: Don't handle texop_tex for shaders without implicit LOD
Caio Marcelo de Oliveira Filho
2019-04-25
2
-6
/
+2
*
nir: Add option to lower tex to txl when shader don't support implicit LOD
Caio Marcelo de Oliveira Filho
2019-04-25
2
-0
/
+8
*
intel/compiler/fs/icl: Use dummy masked urb write for tess eval
Topi Pohjolainen
2019-04-25
1
-1
/
+50
*
iris: make the TFB result visible to others
Andrii Simiklit
2019-04-25
1
-10
/
+15
*
iris: Some tidying for preemption support
Kenneth Graunke
2019-04-25
4
-98
/
+102
*
radeonsi: remove dirty slot masks from scissor and viewport states
Marek Olšák
2019-04-25
6
-93
/
+40
*
radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)
Marek Olšák
2019-04-25
8
-48
/
+68
*
radeonsi/gfx9: set that window_rectangles always roll the context
Marek Olšák
2019-04-25
1
-1
/
+2
*
meson: Force '.so' extension for DRI drivers
Jon Turney
2019-04-25
5
-0
/
+5
*
radeonsi: add radeonsi_sync_compile option
Nicolai Hähnle
2019-04-25
2
-3
/
+11
*
radeonsi: add radeonsi_aux_debug option for aux context debug dumps
Nicolai Hähnle
2019-04-25
3
-1
/
+33
*
ddebug: expose some helper functions as non-inline
Nicolai Hähnle
2019-04-25
2
-59
/
+70
*
ddebug: dump driver state into a separate file
Nicolai Hähnle
2019-04-25
1
-5
/
+12
*
ddebug: log calls to pipe->flush
Nicolai Hähnle
2019-04-25
2
-20
/
+61
*
ddebug: set thread name
Nicolai Hähnle
2019-04-25
1
-0
/
+10
*
util/u_log: flush auto loggers before starting a new page
Nicolai Hähnle
2019-04-25
1
-0
/
+4
*
radeonsi: add si_debug_options for convenient adding/removing of options
Nicolai Hähnle
2019-04-25
8
-31
/
+89
*
gitlab-ci: Use meson buildtype debug instead of default debugoptimized
Michel Dänzer
2019-04-25
1
-0
/
+1
*
Revert "intel/compiler: split is_partial_write() into two variants"
Juan A. Suarez Romero
2019-04-25
11
-54
/
+30
*
nir: fix nir_remove_unused_varyings()
Timothy Arceri
2019-04-25
1
-18
/
+33
*
i965: fix icelake performance query enabling
Lionel Landwerlin
2019-04-25
1
-0
/
+2
*
radeonsi: add BOs after need_cs_space
Marek Olšák
2019-04-24
2
-6
/
+6
*
glsl: handle interactions between EXT_gpu_shader4 and texture extensions
Marek Olšák
2019-04-24
6
-324
/
+415
[next]