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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r600: fixup sparse color exports.
Dave Airlie
2018-02-07
3
-1
/
+12
*
r600: work out target mask at framebuffer bind.
Dave Airlie
2018-02-07
3
-4
/
+9
*
r600: work out shader export mask at shader build time (v1.1)
Dave Airlie
2018-02-07
6
-3
/
+13
*
r600: fix xfb stream check.
Dave Airlie
2018-02-07
1
-1
/
+1
*
r600/compute: add render cond support.
Dave Airlie
2018-02-07
1
-2
/
+5
*
r600: fix not-very indirect compute
Dave Airlie
2018-02-07
1
-12
/
+18
*
r600: overhaul buffer resource query.
Dave Airlie
2018-02-07
1
-7
/
+8
*
r600/eg: fix buffer sizing.
Dave Airlie
2018-02-07
1
-1
/
+3
*
r600/images: set offset for compute shaders with number of declared samplers
Dave Airlie
2018-02-07
1
-1
/
+1
*
r600/compute: only mark buffer/image state dirty for fragment shaders
Dave Airlie
2018-02-07
1
-2
/
+4
*
r600/atomic: fix ATOMCAS instruction.
Dave Airlie
2018-02-07
1
-1
/
+31
*
r600/sb/cayman: fix indirect ubo access on cayman
Dave Airlie
2018-02-07
1
-1
/
+1
*
r600/eg: use texture target to pick array size not view target (v2)
Dave Airlie
2018-02-07
1
-7
/
+10
*
radv: don't support tc-compat on multisample d32s8 at all.
Dave Airlie
2018-02-06
1
-2
/
+2
*
winsys/amdgpu: allow non page-aligned size bo creation from pointer
Michal Navratil
2018-02-06
1
-4
/
+7
*
meson: ensure xmlpool/options.h is generated for libgallium
Jon Turney
2018-02-06
1
-1
/
+1
*
vbo: provide 64bits support to print_draw_arrays
Andres Gomez
2018-02-06
1
-2
/
+19
*
vbo: take into account the size when printing VAO elements
Andres Gomez
2018-02-06
1
-1
/
+1
*
vbo: print first element of the VAO when the binding stride is 0
Andres Gomez
2018-02-06
1
-3
/
+4
*
anv/device: initialize the list of enabled extensions properly
Iago Toral Quiroga
2018-02-06
1
-1
/
+1
*
spirv: split constant initializers on in/out structs
Iago Toral Quiroga
2018-02-06
1
-0
/
+8
*
i965/nir: do int64 lowering before optimization
Iago Toral Quiroga
2018-02-06
1
-4
/
+12
*
mesa: add OES_EGL_image_external_essl3 support
Ilia Mirkin
2018-02-06
6
-2
/
+24
*
r600/fp64: Fix build.
Vinson Lee
2018-02-05
1
-1
/
+1
*
r600/fp64: fix integer->double conversion
Dave Airlie
2018-02-06
1
-28
/
+93
*
ac/nir: remove emission of nir_op_fdiv
Samuel Pitoiset
2018-02-05
1
-5
/
+0
*
travis: add macOS meson build
Jon Turney
2018-02-05
1
-0
/
+5
*
meson: osx ld doesn't support --build-id
Jon Turney
2018-02-05
2
-1
/
+5
*
meson: build src/glx/apple
Jon Turney
2018-02-05
2
-0
/
+65
*
meson: set apple glx defines
Dylan Baker
2018-02-05
1
-0
/
+2
*
meson: better defaults for osx, windows and cygwin
Jon Turney
2018-02-05
1
-6
/
+15
*
i965: Move mistakenly placed line
Matt Turner
2018-02-05
1
-1
/
+1
*
glsl/linker: check same name is not used in block and outside
Juan A. Suarez Romero
2018-02-05
1
-23
/
+30
*
mesa: enable ASTC format for CompressedTexSubImage3D
Juan A. Suarez Romero
2018-02-05
1
-8
/
+33
*
util/build-id: Fix address comparison for binaries with LOAD vaddr > 0
Stephan Gerhold
2018-02-05
1
-1
/
+12
*
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
*
broadcom/vc5: Fix "hardwrae" typo in a field name in XML.
Eric Anholt
2018-02-05
2
-2
/
+2
[prev]
[next]