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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/va/postproc: implement the DRM prime grabber
Leo Liu
2017-09-25
1
-2
/
+16
*
vl/compositor: convert RGB buffer to YUV with color conversion
Leo Liu
2017-09-25
2
-0
/
+81
*
vl/csc: add a RGB to YUV CSC matrix
Leo Liu
2017-09-25
2
-1
/
+11
*
vl/compositor: create RGB to YUV fragment shader
Leo Liu
2017-09-25
2
-0
/
+51
*
st/va/postproc: use progressive target buffer for scaling
Leo Liu
2017-09-25
1
-0
/
+18
*
st/va: make internal func vlVaHandleSurfaceAllocate() call simpler
Leo Liu
2017-09-25
3
-7
/
+4
*
st/va/postproc: add a full NV12 deint support from buffer I to P
Leo Liu
2017-09-25
1
-1
/
+21
*
vl/compositor: add Bob top and bottom to YUV deint function
Leo Liu
2017-09-25
1
-6
/
+28
*
vl/compositor: remove vl_compositor_yuv_deint() function
Leo Liu
2017-09-25
2
-40
/
+0
*
st/va: use new vl_compositor_yuv_deint_full() to deint
Leo Liu
2017-09-25
1
-3
/
+11
*
st/omx: use new vl_compositor_yuv_deint_full() to deint
Leo Liu
2017-09-25
1
-2
/
+9
*
vl/compositor: add a new function for YUV deint
Leo Liu
2017-09-25
2
-0
/
+42
*
vl/compositor: extend YUV deint function to do field deint
Leo Liu
2017-09-25
2
-12
/
+26
*
vl/compositor: separate YUV part from shader video buffer function
Leo Liu
2017-09-25
1
-13
/
+18
*
st/va/postproc: use video original size for postprocessing
Leo Liu
2017-09-25
1
-6
/
+8
*
radv: Fix VK_KHR_image_format_list.
Bas Nieuwenhuizen
2017-09-25
1
-1
/
+3
*
Revert "Revert "radv: fallback to an in-memory cache when no pipline cache is...
Bas Nieuwenhuizen
2017-09-25
3
-8
/
+15
*
scons: use python3-compatible exceptions
Eric Engestrom
2017-09-25
3
-4
/
+4
*
scons: use python3-compatible generator
Eric Engestrom
2017-09-25
1
-4
/
+2
*
scons: use python3-compatible lists
Eric Engestrom
2017-09-25
2
-6
/
+5
*
scons: use python3-compatible list-key check
Eric Engestrom
2017-09-25
1
-5
/
+5
*
scons: use python3-compatible print()
Eric Engestrom
2017-09-25
8
-30
/
+30
*
radv: init the trace BO before compiling meta shaders
Samuel Pitoiset
2017-09-25
1
-5
/
+5
*
radv: make radv_pipeline_init() static
Samuel Pitoiset
2017-09-25
2
-8
/
+1
*
radv: remove unused variable in radv_dump_annotated_shader()
Samuel Pitoiset
2017-09-25
1
-1
/
+0
*
radv: make use of ATI_VENDOR_ID everywhere
Samuel Pitoiset
2017-09-25
4
-5
/
+7
*
anv: fix viewport transformation for z component
Samuel Iglesias Gonsálvez
2017-09-25
1
-2
/
+2
*
radv: add gfx9 scissor workaround
David Airlie
2017-09-24
1
-0
/
+5
*
glx: Sort the GLX extension bit enum and table
Adam Jackson
2017-09-22
2
-23
/
+23
*
etnaviv: Add missing includes after 6ace0b8
Wladimir J. van der Laan
2017-09-22
1
-0
/
+2
*
etnaviv: fix 16bpp clears
Lucas Stach
2017-09-22
1
-1
/
+1
*
swr/rast: remove llvm fence/atomics from generated files
Tim Rowley
2017-09-22
1
-0
/
+8
*
vulkan: enum generator: Generate entries for extended enums
Jason Ekstrand
2017-09-22
1
-8
/
+40
*
vulkan: enum generator: Stop using iterparse
Jason Ekstrand
2017-09-22
1
-26
/
+10
*
vulkan: enum generator: generate extension number defines
Lionel Landwerlin
2017-09-22
1
-4
/
+21
*
vulkan: enum generator: make registry more flexible
Lionel Landwerlin
2017-09-22
1
-9
/
+9
*
vulkan: enum generator: sort enums by names
Lionel Landwerlin
2017-09-22
1
-1
/
+2
*
vulkan: enum generator: align function declarations/prototypes
Lionel Landwerlin
2017-09-22
1
-21
/
+21
*
util/u_atomic: remove unnecessaty __atomic functions
Grazvydas Ignotas
2017-09-22
1
-12
/
+0
*
configure: check if -latomic is needed for __atomic_*
Grazvydas Ignotas
2017-09-22
2
-1
/
+15
*
etnaviv: don't enable RT full-overwrite when logicop is enabled
Lucas Stach
2017-09-22
2
-6
/
+14
*
Revert "intel: Remove unused Kabylake pci ids
Anuj Phogat
2017-09-21
1
-0
/
+8
*
Revert "intel: Remove unused device info for KBL GT1.5"
Anuj Phogat
2017-09-21
1
-0
/
+11
*
gallium/util: Remove unused keymap
Thomas Helland
2017-09-21
3
-388
/
+0
*
i965: Force outputs_written to contain varyings needed by stream-out.
Kenneth Graunke
2017-09-21
1
-3
/
+6
*
i965: Compute VS/GS output VUE map from the NIR info.
Kenneth Graunke
2017-09-21
2
-2
/
+2
*
i965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs in vec4 shaders.
Kenneth Graunke
2017-09-21
1
-3
/
+3
*
i965: Fix brw_finish_batch to grow the batchbuffer.
Kenneth Graunke
2017-09-21
1
-7
/
+10
*
i965: Move MI_BATCHBUFFER_END handling into brw_finish_batch().
Kenneth Graunke
2017-09-21
1
-7
/
+7
*
radv: Implement VK_AMD_rasterization_order
Nicholas Miell
2017-09-21
2
-1
/
+26
[next]