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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
65
-977
/
+15239
*
swr/rast: Handle instanceID offset / Instance Stride enable
Tim Rowley
2017-09-25
1
-7
/
+39
*
swr/rast: Remove code supporting legacy llvm (<3.9)
Tim Rowley
2017-09-25
3
-105
/
+15
*
swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTEND
Tim Rowley
2017-09-25
1
-10
/
+6
*
swr/rast: Slightly more efficient blend jit
Tim Rowley
2017-09-25
1
-20
/
+10
*
swr/rast: Properly sized null GS buffer
Tim Rowley
2017-09-25
1
-1
/
+1
*
swr/rast: Move SWR_GS_CONTEXT from thread local storage to stack
Tim Rowley
2017-09-25
1
-12
/
+11
*
swr/rast: Fetch compile state changes
Tim Rowley
2017-09-25
2
-1
/
+12
*
swr/rast: New GS state/context API
Tim Rowley
2017-09-25
3
-212
/
+253
*
swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel format
Tim Rowley
2017-09-25
3
-17
/
+28
*
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
*
scons: use python3-compatible generator
Eric Engestrom
2017-09-25
1
-4
/
+2
*
scons: use python3-compatible print()
Eric Engestrom
2017-09-25
4
-6
/
+6
*
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
*
etnaviv: don't enable RT full-overwrite when logicop is enabled
Lucas Stach
2017-09-22
2
-6
/
+14
*
gallium/util: Remove unused keymap
Thomas Helland
2017-09-21
3
-388
/
+0
*
gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
Jan Vesely
2017-09-21
16
-0
/
+17
*
clover: Wait for requested operation if blocking flag is set
Jan Vesely
2017-09-20
1
-2
/
+28
*
clover: Run the associated action before an event is signalled.
Francisco Jerez
2017-09-20
2
-11
/
+12
*
clover: Wrap event::wait_count in a method taking care of the required locking.
Francisco Jerez
2017-09-20
2
-8
/
+14
*
llvmpipe, gallivm: implement lod queries (LODQ opcode)
Roland Scheidegger
2017-09-20
5
-58
/
+144
*
radeonsi: set MIP_POINT_PRECLAMP to 0
Nicolai Hähnle
2017-09-20
1
-1
/
+1
*
radeonsi: fix array textures layer coordinate
Nicolai Hähnle
2017-09-20
1
-1
/
+10
*
etnaviv: move sw query defines to etnaviv_query_sw.h
Christian Gmeiner
2017-09-20
2
-2
/
+4
*
etnaviv: move sw get_driver_query_info(..)
Christian Gmeiner
2017-09-20
3
-12
/
+28
*
broadcom/vc4: Fix use-after-free when deleting a program.
Eric Anholt
2017-09-18
1
-6
/
+15
*
broadcom/vc4: Fix crashes since the gallium blitter reworks.
Eric Anholt
2017-09-18
1
-1
/
+3
*
broadcom/vc4: Fix use-after-free trying to mix a quad and tile clear.
Eric Anholt
2017-09-18
1
-24
/
+32
*
broadcom/vc4: Fix use-after-free for flushing when writing to a texture.
Eric Anholt
2017-09-18
1
-2
/
+7
*
ttn: Fix out-of-bounds accesses since the always-2D-constants change.
Eric Anholt
2017-09-18
1
-2
/
+3
*
radeonsi: reallocate if a non-sharable textures is being shared
Marek Olšák
2017-09-18
1
-1
/
+5
*
radeonsi: PIPE_BIND_SHARED should allow inter-process sharing
Marek Olšák
2017-09-18
1
-5
/
+4
*
freedreno: compile fix
Nicolai Hähnle
2017-09-18
1
-1
/
+1
*
clover: add missing include to compat.h
Jan Vesely
2017-09-18
1
-0
/
+1
[next]