mesa/src/gallium/auxiliary/vl
Dylan Baker f9f60da813 util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
This will allow it to be used as a drop in replacement for
_mesa_little_endian in a number of cases.

v2: - Always define PIPE_ARCH_LITTLE_ENDIAN and PIPE_ARCH_BIG_ENDIAN,
      define the one that reflects the host system to 1 and the other to 0
    - replace all uses of #ifdef, #ifndef, and #if defined() with #if
      and #if ! with PIPE_ARCH_*_ENDIAN

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
2019-11-05 16:39:55 +00:00
..
vl_bicubic_filter.c vl: replace DIV-ADD with MAD using inverse size 2019-06-30 18:41:26 +02:00
vl_bicubic_filter.h
vl_compositor.c gallium/vl: use compute preference for all multimedia, not just blit 2019-08-20 23:51:39 -04:00
vl_compositor.h gallium/auxiliary/vl: add compute shaders for deint yuv 2019-07-29 17:52:49 -04:00
vl_compositor_cs.c gallium/auxiliary/vl: add compute shaders for deint yuv 2019-07-29 17:52:49 -04:00
vl_compositor_cs.h gallium/auxiliary/vl: add compute shaders for deint yuv 2019-07-29 17:52:49 -04:00
vl_compositor_gfx.c gallium/auxiliary/vl: Rename csc_matrix and increase its size. 2019-02-15 10:07:03 -05:00
vl_compositor_gfx.h gallium/auxiliary/vl: Split vl_compositor graphic shaders from vl_compositor API 2019-02-15 10:07:03 -05:00
vl_csc.c
vl_csc.h
vl_decoder.c
vl_decoder.h
vl_defines.h
vl_deint_filter.c gallium: split depth_clip into depth_clip_near & depth_clip_far 2018-09-06 21:53:00 -04:00
vl_deint_filter.h
vl_idct.c gallium: split depth_clip into depth_clip_near & depth_clip_far 2018-09-06 21:53:00 -04:00
vl_idct.h
vl_matrix_filter.c gallium: split depth_clip into depth_clip_near & depth_clip_far 2018-09-06 21:53:00 -04:00
vl_matrix_filter.h
vl_mc.c gallium: split depth_clip into depth_clip_near & depth_clip_far 2018-09-06 21:53:00 -04:00
vl_mc.h
vl_median_filter.c gallium: split depth_clip into depth_clip_near & depth_clip_far 2018-09-06 21:53:00 -04:00
vl_median_filter.h
vl_mpeg12_bitstream.c gallium/auxiliary/vl: Fix a couple of warnings 2019-04-19 16:17:37 +00:00
vl_mpeg12_bitstream.h
vl_mpeg12_decoder.c gallium: create multimedia contexts as compute-only if graphics is unsupported 2019-07-29 17:52:41 -04:00
vl_mpeg12_decoder.h
vl_probs_table.h
vl_rbsp.h
vl_stubs.c vl: use u_format in vl_video_buffer_formats 2019-10-09 17:06:54 -04:00
vl_types.h
vl_vertex_buffers.c
vl_vertex_buffers.h
vl_video_buffer.c radeonsi: remove si_vid_join_surfaces and use combined planar allocations 2019-10-09 17:06:54 -04:00
vl_video_buffer.h radeonsi: remove si_vid_join_surfaces and use combined planar allocations 2019-10-09 17:06:54 -04:00
vl_vlc.h util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 2019-11-05 16:39:55 +00:00
vl_winsys.h vl: Always enable drm winsys. 2019-06-13 08:25:48 +00:00
vl_winsys_dri.c gallium: rework PIPE_HANDLE_USAGE_* flags 2018-10-30 16:03:02 -04:00
vl_winsys_dri3.c gallium/vl: don't set PIPE_HANDLE_USAGE_EXPLICIT_FLUSH 2019-09-24 19:23:30 -04:00
vl_winsys_drm.c vl: drop left-over variable 2018-10-30 18:10:59 +00:00
vl_zscan.c gallium: split depth_clip into depth_clip_near & depth_clip_far 2018-09-06 21:53:00 -04:00
vl_zscan.h