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
*
glsl: merge loop_controls.cpp with loop_unroll.cpp
Timothy Arceri
2017-09-21
5
-128
/
+34
*
glsl: move loop analysis helpers to loop_analysis.cpp
Timothy Arceri
2017-09-21
3
-146
/
+139
*
anv: Advertise VK_KHR_maintenance2
Jason Ekstrand
2017-09-20
1
-0
/
+1
*
anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+
Jason Ekstrand
2017-09-20
1
-7
/
+16
*
intel/blorp: Handle clearing compressed surfaces
Jason Ekstrand
2017-09-20
1
-7
/
+17
*
intel/blorp: Internally expose surf_convert_to_uncompressed
Jason Ekstrand
2017-09-20
2
-13
/
+21
*
anv/image: Support creating uncompressed views of compressed images
Jason Ekstrand
2017-09-20
4
-5
/
+187
*
anv: Add a new anv_surface_state struct
Jason Ekstrand
2017-09-20
4
-109
/
+110
*
anv/image: Break surface state fill logic into a helper
Jason Ekstrand
2017-09-20
3
-112
/
+151
*
anv/image: Add support for the VkImageViewUsageCreateInfoKHR struct
Jason Ekstrand
2017-09-20
1
-8
/
+14
*
anv: Advertise point clipping properties
Samuel Iglesias Gonsálvez
2017-09-20
1
-0
/
+8
*
anv: Add support for tessellation domain origin control
Jason Ekstrand
2017-09-20
1
-10
/
+21
*
spirv: Flip the tessellation winding order
Jason Ekstrand
2017-09-20
3
-8
/
+15
*
anv/image: Add support for the new depth/stencil layouts
Jason Ekstrand
2017-09-20
1
-0
/
+2
*
clover: Wait for requested operation if blocking flag is set
Jan Vesely
2017-09-20
1
-2
/
+28
*
clover: Run the associated action before an event is signalled.
Francisco Jerez
2017-09-20
2
-11
/
+12
*
clover: Wrap event::wait_count in a method taking care of the required locking.
Francisco Jerez
2017-09-20
2
-8
/
+14
*
anv/entrypoints_gen: Dedent the C code
Jason Ekstrand
2017-09-20
1
-196
/
+195
*
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
2017-09-20
13
-89
/
+87
*
radv: Only enter the immutable samplers init loop when we have some.
Bas Nieuwenhuizen
2017-09-20
2
-12
/
+18
*
radv: Use for_each_bit in the descriptor set flush.
Bas Nieuwenhuizen
2017-09-20
1
-3
/
+1
*
radv: Add VK_KHR_bind_memory2 support.
Bas Nieuwenhuizen
2017-09-20
2
-24
/
+59
*
llvmpipe, gallivm: implement lod queries (LODQ opcode)
Roland Scheidegger
2017-09-20
6
-59
/
+145
*
i965: Fix duplication of DRI images
Louis-Francis Ratté-Boulianne
2017-09-20
1
-0
/
+3
*
radeonsi: set MIP_POINT_PRECLAMP to 0
Nicolai Hähnle
2017-09-20
1
-1
/
+1
*
radeonsi: fix array textures layer coordinate
Nicolai Hähnle
2017-09-20
1
-1
/
+10
*
glsl/linker: fix output variable overlap check
Nicolai Hähnle
2017-09-20
1
-6
/
+11
*
etnaviv: move sw query defines to etnaviv_query_sw.h
Christian Gmeiner
2017-09-20
2
-2
/
+4
*
etnaviv: move sw get_driver_query_info(..)
Christian Gmeiner
2017-09-20
3
-12
/
+28
*
anv: Fix descriptors copying
Józef Kucia
2017-09-20
1
-1
/
+1
*
radv: do not update the number of scissors in vkCmdSetScissor()
Samuel Pitoiset
2017-09-20
1
-3
/
+0
*
radv: do not update the number of viewports in vkCmdSetViewport()
Samuel Pitoiset
2017-09-20
1
-3
/
+0
*
radv: add some assertions in vkCmdSetScissor()
Samuel Pitoiset
2017-09-20
1
-1
/
+4
*
radv: add some assertions in vkCmdSetViewport()
Samuel Pitoiset
2017-09-20
1
-1
/
+4
*
radv: inline radv_flush_compute_state() into radv_dispatch()
Samuel Pitoiset
2017-09-20
1
-11
/
+7
*
radv: add radv_dispatch() helper
Samuel Pitoiset
2017-09-20
1
-15
/
+14
*
radv: add radv_emit_dispatch_packets() helper
Samuel Pitoiset
2017-09-20
1
-103
/
+149
*
ac/surface: handle S8 on gfx9
Dave Airlie
2017-09-20
1
-2
/
+7
*
egl: fix build fallouts from 1d0be5b3fe5
Krzysztof Sobiecki
2017-09-19
2
-2
/
+2
*
anv: Advertise support VK_FORMAT_R8_SRGB
Jason Ekstrand
2017-09-19
1
-1
/
+2
*
intel/blorp: Support clearing L8_UNORM_SRGB surfaces
Jason Ekstrand
2017-09-19
1
-0
/
+4
*
egl: use switch statements over if/else chain
Emil Velikov
2017-09-19
1
-31
/
+28
*
egl: remove unneeded braces around since line if statements
Emil Velikov
2017-09-19
1
-9
/
+5
*
egl: simplify _eglDebugReport* API
Emil Velikov
2017-09-19
3
-49
/
+14
*
egl: use _eglError's 'msg' as an actual message in EGL_KHR_debug
Emil Velikov
2017-09-19
1
-1
/
+1
*
automake: adjust wayland-drm comment
Emil Velikov
2017-09-19
1
-1
/
+1
*
configure.ac: split the wayland client/server confusion
Emil Velikov
2017-09-19
8
-12
/
+15
*
wayland-drm: constify the callbacks struct
Emil Velikov
2017-09-19
2
-11
/
+7
*
wayland-drm: add wl_display/wl_resource forward declarations
Emil Velikov
2017-09-19
1
-0
/
+2
*
configure.ac: define WL_HIDE_DEPRECATED at global scale
Emil Velikov
2017-09-19
2
-3
/
+1
[next]