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
*
radeonsi: fix segfault in descriptor dumping
Nicolai Hähnle
2017-09-13
1
-0
/
+18
*
ddebug: write out final driver log messages with GALLIUM_DDEBUG=always
Nicolai Hähnle
2017-09-13
3
-2
/
+15
*
swr/rast: Fetch compile state changes
Tim Rowley
2017-09-13
3
-6
/
+15
*
swr/rast: adjust linux cpu topology identification code
Tim Rowley
2017-09-13
1
-43
/
+38
*
swr/rast: Missed conversion to SIMD_T
Tim Rowley
2017-09-13
1
-1
/
+1
*
swr/rast: whitespace changes
Tim Rowley
2017-09-13
1
-0
/
+2
*
swr/rast: add graph write to jit debug putput
Tim Rowley
2017-09-13
1
-3
/
+3
*
swr/rast: Migrate memory pointers to gfxptr_t type
Tim Rowley
2017-09-13
9
-36
/
+36
*
swr/rast: Remove hardcoded clip/cull slot from clipper
Tim Rowley
2017-09-13
1
-14
/
+21
*
swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot
Tim Rowley
2017-09-13
3
-8
/
+15
*
swr/rast: Move clip/cull enables in API
Tim Rowley
2017-09-13
9
-40
/
+40
*
swr/rast: Add new API SwrStallBE
Tim Rowley
2017-09-13
2
-0
/
+17
*
Revert "winsys/amdgpu: disable local BOs on Raven"
Marek Olšák
2017-09-12
1
-2
/
+1
*
radeonsi: optimize TCS epilog when invocation 0 writes tess factors
Marek Olšák
2017-09-11
5
-30
/
+89
*
tgsi/scan: add a new pass that analyzes tess factor writes (v2)
Marek Olšák
2017-09-11
2
-0
/
+235
*
winsys/amdgpu: use the new raw CS API
Marek Olšák
2017-09-11
2
-77
/
+93
*
radeonsi: implement pipe_context::fence_server_sync
Marek Olšák
2017-09-11
3
-0
/
+68
*
winsys/amdgpu: factor out some fence dependency code into separate functions
Marek Olšák
2017-09-11
1
-21
/
+34
*
winsys/amdgpu: rename fence_dependency functions
Marek Olšák
2017-09-11
1
-12
/
+12
*
gallium/radeon: add a proper fail path for calloc in r600_flush_from_st
Marek Olšák
2017-09-11
1
-3
/
+6
*
winsys/amdgpu: don't allow interprocess resource sharing for IBs
Marek Olšák
2017-09-11
1
-1
/
+2
*
radeonsi/gfx9: fix interprocess resource sharing on Raven
Marek Olšák
2017-09-11
1
-1
/
+3
*
r600: handle the non-TXF_LZ support path.
Dave Airlie
2017-09-11
1
-1
/
+1
*
gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directly
Marek Olšák
2017-09-11
1
-2
/
+2
*
gallium/u_blitter: don't pass GENERIC in VS if it's not needed
Marek Olšák
2017-09-11
1
-17
/
+45
*
gallium/u_blitter: use draw_rectangle for all blits except cubemaps
Marek Olšák
2017-09-11
4
-92
/
+107
*
gallium/u_blitter: use draw_rectangle callback for layered clears
Marek Olšák
2017-09-11
6
-36
/
+47
*
gallium/u_blitter: add new union blitter_attrib to replace pipe_color_union
Marek Olšák
2017-09-11
6
-71
/
+72
*
gallium/radeon: use rectangles for 1D and 2D texture blits
Marek Olšák
2017-09-11
1
-7
/
+13
*
llvmpipe, draw: improve shader cache debugging
Roland Scheidegger
2017-09-09
3
-31
/
+59
*
llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICS
Roland Scheidegger
2017-09-09
1
-1
/
+1
*
gallivm: fix gather implementation a bit
Roland Scheidegger
2017-09-09
1
-10
/
+48
*
svga: abort shader translation upon indirect indexing of temporaries
Charmaine Lee
2017-09-08
1
-0
/
+6
*
gallium/tests: use ARRAY_SIZE macro
Eric Engestrom
2017-09-08
3
-3
/
+9
*
r300: use ARRAY_SIZE macro
Eric Engestrom
2017-09-08
1
-1
/
+3
*
radeonsi: move the guts of ARB_shader_group_vote emission to ac
Connor Abbott
2017-09-08
1
-21
/
+3
*
radeonsi: move si_emit_ballot() to ac
Connor Abbott
2017-09-08
1
-32
/
+6
*
radeonsi: move emit_optimization_barrier() to ac
Connor Abbott
2017-09-08
1
-43
/
+2
*
radeonsi: move llvm_get_type_size() to ac
Connor Abbott
2017-09-08
1
-34
/
+9
*
Revert "st/va: add enviromental variable to disable interlace"
Leo Liu
2017-09-07
1
-4
/
+0
*
st/va: move YUV content to deinterlaced buffer when reallocated for encoder
Leo Liu
2017-09-07
1
-1
/
+10
*
st/va: reallocate the buffer if the layout isn't supported
Leo Liu
2017-09-07
1
-9
/
+12
*
vl/compositor: make vl_compositor_set_yuv_layer() static
Leo Liu
2017-09-07
2
-44
/
+28
*
st/omx: use vl/compositor helper function for YUV deinterlacing
Leo Liu
2017-09-07
1
-30
/
+2
*
vl/compositor: make a helper function for YUV deinterlacing
Leo Liu
2017-09-07
2
-0
/
+40
*
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2017-09-07
8
-11
/
+12
*
radeonsi: don't read tcs_out_lds_layout.patch_stride from an SGPR
Marek Olšák
2017-09-07
1
-6
/
+14
*
radeonsi: don't read tcs_out_lds_layout.vertex_size from an SGPR
Marek Olšák
2017-09-07
3
-6
/
+20
*
radeonsi/gfx9: don't read LS out vertex stride from an SGPR in monolithic HS
Marek Olšák
2017-09-07
2
-1
/
+11
*
radeonsi: don't read the LS output vertex stride from an SGPR in LS
Marek Olšák
2017-09-07
1
-4
/
+21
[next]