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
*
v3d: Fix return value from fence_finish.
Eric Anholt
2018-06-20
1
-1
/
+1
*
mesa/st: only do scalar lowerings if driver benefits
Christian Gmeiner
2018-06-20
1
-9
/
+30
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
15
-1
/
+32
*
radv: Add VK_EXT_display_surface_counter to radv driver
Keith Packard
2018-06-20
2
-0
/
+13
*
anv: Add VK_EXT_display_surface_counter to anv driver [v2]
Keith Packard
2018-06-20
2
-0
/
+13
*
Vulkan/wsi: Implement VK_EXT_display_surface_counter
Jason Ekstrand
2018-06-20
2
-0
/
+60
*
vulkan/wsi: Get rid of the get_capabilities hook
Jason Ekstrand
2018-06-20
5
-6
/
+10
*
intel/aubinator: drop unused functions
Eric Engestrom
2018-06-20
1
-16
/
+0
*
radv: always initialize the clear depth/stencil values to 0
Samuel Pitoiset
2018-06-20
3
-22
/
+27
*
radv: always initialize the clear color values to 0
Samuel Pitoiset
2018-06-20
3
-8
/
+26
*
radv: always initialize the DCC predicate to FALSE
Samuel Pitoiset
2018-06-20
1
-0
/
+2
*
radv: do not use an user SGPR for the sample position offset
Samuel Pitoiset
2018-06-20
3
-40
/
+30
*
radv: don't store the number of samples as log2
Samuel Pitoiset
2018-06-20
4
-7
/
+12
*
gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.c
Gert Wollny
2018-06-20
1
-1
/
+1
*
gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug mode
Gert Wollny
2018-06-20
1
-2
/
+2
*
gallium/aux/util: Fix some warnings
Gert Wollny
2018-06-20
3
-3
/
+3
*
gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...
Gert Wollny
2018-06-20
1
-2
/
+1
*
gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-3
/
+4
*
gallium/aux/tgsi_ureg.c: Fix various warnings
Gert Wollny
2018-06-20
1
-3
/
+3
*
gallium/aux/tgsi_text.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
2
-5
/
+5
*
gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-6
/
+7
*
gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-3
/
+3
*
gallium/aux/tgsi_build.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-2
/
+4
*
gallium/aux/tgsi_build.c: Remove now unused variable
Gert Wollny
2018-06-20
1
-7
/
+1
*
gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...
Gert Wollny
2018-06-20
1
-8
/
+0
*
gallium/aux/tgsi_exec.c: Fix various -Wsign-compare
Gert Wollny
2018-06-20
1
-4
/
+4
*
gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_d
Gert Wollny
2018-06-20
1
-5
/
+4
*
gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstret
Gert Wollny
2018-06-20
1
-9
/
+5
*
gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channel
Gert Wollny
2018-06-20
1
-10
/
+3
*
gallium/aux/tgsi_exec.c: Remove paramater inst from exec_kill
Gert Wollny
2018-06-20
1
-3
/
+2
*
gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-2
/
+2
*
gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-2
/
+2
*
gallium/aux/tgsi/tgsi_parse.c: Fix two warnings
Gert Wollny
2018-06-20
1
-3
/
+7
*
gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-1
/
+1
*
gallium/aux/cso_cache: Fix various warnings
Gert Wollny
2018-06-20
2
-7
/
+7
*
configure.ac: Add CFLAG -Wno-missing-field-initializers (v5)
Gert Wollny
2018-06-20
2
-3
/
+14
*
radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENT
Samuel Pitoiset
2018-06-20
1
-18
/
+1
*
radv: Fix flush_bits being used uninitialized.
Bas Nieuwenhuizen
2018-06-20
1
-1
/
+1
*
radv: Add EXT_acquire_xlib_display to radv driver [v2]
Keith Packard
2018-06-19
5
-6
/
+52
*
anv: Add EXT_acquire_xlib_display to anv driver [v3]
Keith Packard
2018-06-19
6
-6
/
+52
*
vulkan: Add EXT_acquire_xlib_display [v5]
Keith Packard
2018-06-19
7
-0
/
+565
*
radv: Add EXT_direct_mode_display to radv driver
Keith Packard
2018-06-19
2
-0
/
+12
*
anv: Add EXT_direct_mode_display to anv driver [v2]
Keith Packard
2018-06-19
2
-0
/
+12
*
vulkan: Add EXT_direct_mode_display [v2]
Keith Packard
2018-06-19
2
-0
/
+23
*
radv: Add KHR_display extension to radv [v5]
Keith Packard
2018-06-19
7
-2
/
+194
*
anv: Add KHR_display extension to anv [v7]
Keith Packard
2018-06-19
7
-3
/
+174
*
vulkan: Add KHR_display extension using DRM [v10]
Keith Packard
2018-06-19
14
-5
/
+1622
*
radv: Merge the flush bits of CMASK & DCC clear.
Bas Nieuwenhuizen
2018-06-19
1
-1
/
+1
*
radv: Don't check for pipeline being set in draw.
Bas Nieuwenhuizen
2018-06-19
1
-1
/
+0
*
radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxx
Marek Olšák
2018-06-19
16
-892
/
+886
[next]