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
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: enable vcn encode for HEVC main
Boyuan Zhang
2018-02-05
1
-1
/
+3
*
st/va: implement HEVC encode functions
Boyuan Zhang
2018-02-05
1
-6
/
+144
*
st/va: add HEVC encode functions
Boyuan Zhang
2018-02-05
5
-4
/
+111
*
st/va: enable dual instances encode only for H264
Boyuan Zhang
2018-02-05
2
-11
/
+15
*
st/va: add entrypoint check for HEVC
Boyuan Zhang
2018-02-05
1
-10
/
+12
*
st/va: add HEVC picture desc
Boyuan Zhang
2018-02-05
2
-4
/
+23
*
st/va: move H264 enc functions into separate file
Boyuan Zhang
2018-02-05
5
-139
/
+260
*
radeon/vcn: add header implementations for HEVC
Boyuan Zhang
2018-02-05
1
-1
/
+347
*
radeon/vcn: add ib implementations for HEVC
Boyuan Zhang
2018-02-05
1
-45
/
+222
*
radeon/vcn: support picture parameters for HEVC
Boyuan Zhang
2018-02-05
3
-21
/
+64
*
radeon/vcn: add vcn encode interface for HEVC
Boyuan Zhang
2018-02-05
1
-2
/
+79
*
vl: add parameters for HEVC encode
Boyuan Zhang
2018-02-05
1
-0
/
+99
*
broadcom/vc5: Ignore samplers for finding uniform offsets.
Eric Anholt
2018-02-05
1
-1
/
+12
*
broadcom/vc5: Fix non-mipfiltered sampling.
Eric Anholt
2018-02-05
1
-1
/
+6
*
r600: fix resq for buffer images.
Dave Airlie
2018-02-05
1
-1
/
+4
*
r600/eg: fix cube map array buffer images.
Dave Airlie
2018-02-05
1
-1
/
+1
*
broadcom/vc5: Enable UIF XOR on textures.
Eric Anholt
2018-02-02
3
-7
/
+40
*
broadcom/vc5: Fix alignment of miplevel 1 with UIF.
Eric Anholt
2018-02-02
3
-15
/
+31
*
broadcom/vc5: Switch our RGBA4 support to the new gallium format.
Eric Anholt
2018-02-02
1
-2
/
+1
*
gallium: Add a new A4B4G4R4 pipe format for Broadcom.
Eric Anholt
2018-02-02
3
-0
/
+3
*
meson/swr: Updated copyright dates
George Kyriazis
2018-02-02
4
-4
/
+4
*
meson/swr: re-shuffle generated files
George Kyriazis
2018-02-02
4
-80
/
+126
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
4
-16
/
+5
*
radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Marek Olšák
2018-02-02
1
-113
/
+39
*
r600/eg: add crap indirect compute support.
Dave Airlie
2018-02-02
1
-7
/
+19
*
r600: don't do stack workarounds for hemlock
Roland Scheidegger
2018-02-02
1
-0
/
+1
*
r600: initial attempt at gl_HelperInvocation (v3)
Dave Airlie
2018-02-02
6
-3
/
+108
*
gallivm/llvmpipe: add const qualifiers on sampler variables
Brian Paul
2018-02-01
5
-8
/
+8
*
svga: remove unneeded #includes in svga_pipe_draw.c
Brian Paul
2018-02-01
1
-7
/
+0
*
svga: whitespace/formatting fixes in svga_pipe_draw.c
Brian Paul
2018-02-01
1
-33
/
+34
*
svga: clean up retry_draw_range_elements(), retry_draw_arrays()
Brian Paul
2018-02-01
1
-54
/
+27
*
svga: remove unused min/max_index params to draw_vgpu10()
Brian Paul
2018-02-01
1
-4
/
+3
*
broadcom/vc5: Fix image_h setup for both loads and stores.
Eric Anholt
2018-02-01
1
-3
/
+2
*
broadcom/vc5: Add appropriate height padding for bank conflicts.
Eric Anholt
2018-02-01
4
-0
/
+63
*
broadcom/vc5: Simplify separate stencil surface setup.
Eric Anholt
2018-02-01
3
-99
/
+77
*
broadcom/vc5: Rename the UIFCFG register in the UAPI.
Eric Anholt
2018-02-01
2
-2
/
+2
*
broadcom/vc5: Skip over missing color buffers for a couple of checks.
Eric Anholt
2018-02-01
2
-0
/
+6
*
broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.
Eric Anholt
2018-02-01
1
-0
/
+1
*
renderonly: fix dumb BO allocation for non 32bpp formats
Lucas Stach
2018-02-01
1
-1
/
+2
*
radeonsi: use ac_build_buffer_load_format for image buffer loads
Marek Olšák
2018-02-01
1
-4
/
+10
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
2
-2
/
+2
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
2
-5
/
+16
*
radeonsi: remove unused si_shader_context members
Marek Olšák
2018-02-01
2
-11
/
+0
*
r600/eg: make sure we allow vpm bit on other CF ops.
Dave Airlie
2018-02-01
1
-0
/
+1
*
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
Timothy Arceri
2018-02-01
6
-18
/
+5
*
r600/sb: just add some missing debug bits
Dave Airlie
2018-02-01
1
-0
/
+15
*
r600: fix buffer resinfo opcode translation.
Dave Airlie
2018-02-01
2
-2
/
+2
*
svga: use opcode local var to simplify some code
Brian Paul
2018-01-31
1
-4
/
+2
*
svga: s/unsigned/VGPU10_OPCODE_TYPE/
Brian Paul
2018-01-31
1
-10
/
+11
*
winsys/radeon: Compute is_displayable in surf_drm_to_winsys
Michel Dänzer
2018-01-31
1
-0
/
+3
[next]