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
*
util/queue: fix a race condition in the fence code
Nicolai Hähnle
2017-09-29
1
-0
/
+13
*
r600: cleanup set_occlusion_query_state
Nicolai Hähnle
2017-09-29
3
-14
/
+3
*
r300: add missing case PIPE_SHADER_CAP_INT64_ATOMICS
Nicolai Hähnle
2017-09-29
1
-0
/
+1
*
radeonsi: fix border color translation for integer textures
Nicolai Hähnle
2017-09-29
3
-29
/
+60
*
radeonsi: clamp border colors for upgraded depth textures
Nicolai Hähnle
2017-09-29
1
-59
/
+60
*
radeonsi: clamp depth comparison value only for fixed point formats
Nicolai Hähnle
2017-09-29
7
-14
/
+55
*
radeonsi/gfx9: fix geometry shaders without output vertices
Nicolai Hähnle
2017-09-29
1
-3
/
+5
*
amd/common: save an instruction in the build_cube_select sequence
Nicolai Hähnle
2017-09-29
1
-5
/
+6
*
amd/common: fix build_cube_select
Nicolai Hähnle
2017-09-29
1
-3
/
+3
*
st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
Nicolai Hähnle
2017-09-29
1
-1
/
+9
*
st/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
Nicolai Hähnle
2017-09-29
1
-1
/
+2
*
radeonsi: move descriptor logs to after corresponding draw/compute packet
Nicolai Hähnle
2017-09-29
2
-8
/
+6
*
amd/common: remove ac_shader_abi::chip_class
Nicolai Hähnle
2017-09-29
3
-15
/
+10
*
gallium/radeon: fix a comment
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
i965/fs: force pull model for 64-bit GS inputs
Iago Toral Quiroga
2017-09-29
2
-7
/
+15
*
i965/link: Use prog->nir instead of creating a temporary
Jason Ekstrand
2017-09-28
1
-4
/
+3
*
i965/link: Make more use of NIR_PASS
Jason Ekstrand
2017-09-28
1
-6
/
+6
*
i965/link: Make better use of temporary variables
Jason Ekstrand
2017-09-28
1
-4
/
+5
*
util: fix in-class initialization of static member
Thomas Helland
2017-09-28
1
-3
/
+6
*
REVIEWERS: add myself as a Meson reviewer
Eric Engestrom
2017-09-28
1
-0
/
+1
*
REVIEWERS: add Meson
Eric Engestrom
2017-09-28
1
-0
/
+5
*
meson: remove duplicate libisl dependency in anv
Dylan Baker
2017-09-28
1
-1
/
+1
*
svga: add missing PIPE_SHADER_CAP_INT64_ATOMICS switch cases
Brian Paul
2017-09-28
1
-0
/
+2
*
svga: trivial whitespace clean-ups in svga_screen.c
Brian Paul
2017-09-28
1
-11
/
+13
*
gallium/util: use new util_vasprintf() function
Brian Paul
2017-09-28
1
-1
/
+2
*
util: add util_vasprintf() for Windows (v2)
Brian Paul
2017-09-28
1
-0
/
+22
*
st/mesa: don't call close() on Windows
Brian Paul
2017-09-28
1
-0
/
+2
*
svga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Neha Bhende
2017-09-28
1
-1
/
+3
*
mesa: fix texture updates for ATI_fragment_shader
Marek Olšák
2017-09-28
1
-3
/
+5
*
etnaviv: optimize RS transfers
Lucas Stach
2017-09-28
1
-4
/
+25
*
etnaviv: add resource subregion copy
Lucas Stach
2017-09-28
2
-0
/
+32
*
etnaviv: support tile aligned RS blits
Lucas Stach
2017-09-28
1
-8
/
+78
*
st/va: use pipe transfer_map to map upload buffer
Leo Liu
2017-09-28
1
-3
/
+9
*
anv: add an assertion in genX(BeginCommandBuffer)
Gwan-gyeong Mun
2017-09-28
1
-0
/
+1
*
radv: add an assertion in radv_BeginCommandBuffer()
Gwan-gyeong Mun
2017-09-28
1
-0
/
+1
*
gallium/docs: add reference links for resource_create method
Gwan-gyeong Mun
2017-09-28
1
-2
/
+2
*
gallium/docs: fix a reference link for get_paramf
Gwan-gyeong Mun
2017-09-28
1
-1
/
+1
*
i965: enable up to 32 inputs for geometry shaders in gen8+
Iago Toral Quiroga
2017-09-28
1
-1
/
+2
*
radv: set image view type when decompressing depth surfaces
Samuel Pitoiset
2017-09-28
1
-0
/
+1
*
broadcom/vc4: Fix release build
Eric Anholt
2017-09-27
1
-1
/
+1
*
vc4: Add labels to BOs for debug builds or with VC4_DEBUG=surf set.
Eric Anholt
2017-09-27
4
-0
/
+41
*
meson: build "radv" vulkan driver for radeon hardware
Dylan Baker
2017-09-27
7
-5
/
+317
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
24
-0
/
+1865
*
util/ralloc: Don't define assert with magic member without DEBUG
Dylan Baker
2017-09-27
1
-0
/
+8
*
intel: use a flag instead of setting PYTHONPATH
Dylan Baker
2017-09-27
2
-9
/
+26
*
st/dri: don't expose modifiers in EGL if the driver doesn't implement them
Marek Olšák
2017-09-27
1
-3
/
+5
*
vulkan/wsi/wayland: Return better error messages
Jason Ekstrand
2017-09-27
1
-21
/
+36
*
vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if available
Jason Ekstrand
2017-09-27
1
-6
/
+33
*
vulkan/wsi/wayland: Stop caching Wayland displays
Jason Ekstrand
2017-09-27
1
-107
/
+54
*
vulkan/wsi/wayland: Refactor wsi_wl_display code
Jason Ekstrand
2017-09-27
1
-14
/
+33
[next]