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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Provide an alternative to get_vp_mode()
Mathias Fröhlich
2018-02-23
10
-0
/
+75
*
nv50,nvc0: fix integer MS resolves using 2d engine
Ilia Mirkin
2018-02-22
1
-1
/
+2
*
nvc0: fix writing query results into buffer
Ilia Mirkin
2018-02-22
1
-4
/
+10
*
nv50,nvc0: fix clear buffer acceleration
Ilia Mirkin
2018-02-22
2
-28
/
+17
*
i965: perf: ensure reading config IDs from sysfs isn't interrupted
Lionel Landwerlin
2018-02-23
1
-1
/
+2
*
radv: Fix autotools build.
Bas Nieuwenhuizen
2018-02-23
1
-1
/
+3
*
radv: Return NULL for entrypoints when not supported.
Bas Nieuwenhuizen
2018-02-23
4
-9
/
+83
*
radv: Reword radv_entrypoints_gen.py
Bas Nieuwenhuizen
2018-02-23
1
-56
/
+106
*
radv: Track enabled extensions.
Bas Nieuwenhuizen
2018-02-23
2
-36
/
+48
*
radv: Put supported extensions in a struct.
Bas Nieuwenhuizen
2018-02-23
4
-63
/
+133
*
appveyor: Build with MSVC 2015.
Jose Fonseca
2018-02-22
1
-5
/
+5
*
ac/nir: remove emission of nir_op_fpow
Samuel Pitoiset
2018-02-22
1
-4
/
+0
*
radv: enable lowering of fpow to fexp2 and flog2
Samuel Pitoiset
2018-02-22
1
-0
/
+1
*
nir: lower fexp2(fmul(flog2(a), 2)) to fmul(a, a)
Samuel Pitoiset
2018-02-22
1
-0
/
+2
*
nir: add is_used_once for fmul(fexp2(a), fexp2(b)) to fexp2(fadd(a, b))
Samuel Pitoiset
2018-02-22
1
-1
/
+1
*
ac/nir: set GLC=1 for load/store of coherent/volatile images
Samuel Pitoiset
2018-02-22
1
-3
/
+4
*
spirv: apply memory qualifiers to images
Samuel Pitoiset
2018-02-22
1
-3
/
+9
*
glx: Properly handle cases where screen creation fails
Chuck Atkins
2018-02-22
3
-30
/
+33
*
anv/blorp: multisample resolve all attachment layers
Iago Toral Quiroga
2018-02-22
1
-11
/
+20
*
intel/isl: Improve the documentation on get_default_aux_state
Jason Ekstrand
2018-02-21
1
-4
/
+20
*
i965: Use finish_external instead of make_shareable in setTexBuffer2
Jason Ekstrand
2018-02-21
5
-2
/
+87
*
i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2
Jason Ekstrand
2018-02-21
1
-14
/
+5
*
i965/tex_image: Pull the tex format from the renderbuffer in intelSetTexBuffer2
Jason Ekstrand
2018-02-21
1
-15
/
+19
*
i965/miptree: Loosen the format check in miptree_match_image
Jason Ekstrand
2018-02-21
4
-6
/
+8
*
i965/state: Ignore intel_obj->_Format for depth/stencil and ETC2
Jason Ekstrand
2018-02-21
1
-1
/
+15
*
glsl: Parse 'layout' as a token with advanced blending or bindless
Kenneth Graunke
2018-02-21
1
-0
/
+2
*
vulkan/wsi/x11: Consistently update and return swapchain status
Daniel Stone
2018-02-21
1
-19
/
+63
*
vulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_event fails
Jason Ekstrand
2018-02-21
1
-1
/
+3
*
vulkan/wsi/wayland: Add support for zwp_dmabuf
Daniel Stone
2018-02-21
4
-15
/
+142
*
anv/image: Add support for modifiers for WSI
Jason Ekstrand
2018-02-21
4
-4
/
+104
*
anv/image: Separate modifiers from legacy scanout
Jason Ekstrand
2018-02-21
3
-38
/
+21
*
vulkan/wsi: Add modifiers support to wsi_create_native_image
Jason Ekstrand
2018-02-21
5
-19
/
+177
*
vulkan/wsi: Add drm_modifier member to wsi_image
Daniel Stone
2018-02-21
4
-1
/
+6
*
vulkan/wsi: Add multiple planes to wsi_image
Daniel Stone
2018-02-21
4
-20
/
+31
*
nir: remove old assert
Timothy Arceri
2018-02-22
1
-1
/
+0
*
radeonsi/nir: collect more accurate output_usagemask
Timothy Arceri
2018-02-22
1
-13
/
+43
*
radeonsi/nir: disable GLSL IR loop unrolling
Timothy Arceri
2018-02-22
1
-0
/
+2
*
radeonsi/nir: fix tess varying loads for doubles
Timothy Arceri
2018-02-22
1
-2
/
+2
*
ac/radeonsi: pass type to load_tess_varyings()
Timothy Arceri
2018-02-22
4
-2
/
+17
*
x11/dri3: Store raw present completion mode
Daniel Stone
2018-02-21
2
-10
/
+4
*
x11/dri3: Don't open-code ARRAY_SIZE
Daniel Stone
2018-02-21
2
-3
/
+4
*
anv: Don't assert that stencil HiZ clears are single-slice
Jason Ekstrand
2018-02-21
1
-3
/
+6
*
anv: Only copy clear dwords if we're rendering to the first slice
Jason Ekstrand
2018-02-21
1
-1
/
+4
*
radeonsi: don't flush when si_eliminate_fast_color_clear is no-op
Marek Olšák
2018-02-21
1
-1
/
+5
*
radeonsi: make texture_discard_cmask/eliminate functions non-static
Marek Olšák
2018-02-21
2
-11
/
+13
*
radeonsi: enable uvd encode for HEVC main
James Zhu
2018-02-21
1
-1
/
+3
*
radeonsi:create uvd hevc enc entry
James Zhu
2018-02-21
1
-3
/
+12
*
radeon/uvd:add uvd hevc enc functions
James Zhu
2018-02-21
3
-0
/
+383
*
radeon/uvd:add uvd hevc enc hw ib implementation
James Zhu
2018-02-21
3
-0
/
+1134
*
radeon/uvd:add uvd hevc enc hw interface header
James Zhu
2018-02-21
3
-0
/
+471
[next]