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
*
mesa: split bind_atomic_buffer() in two
Timothy Arceri
2017-05-30
1
-25
/
+29
*
mesa: split bind_buffer_range_shader_storage_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+23
*
mesa: split bind_buffer_range_uniform_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+19
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffer()
Timothy Arceri
2017-05-30
3
-1
/
+18
*
mesa: add KHR_no_error support for glBindVertexBuffer()
Timothy Arceri
2017-05-30
3
-4
/
+18
*
mesa: split vertex_array_vertex_buffer() in two
Timothy Arceri
2017-05-30
1
-42
/
+53
*
radv: Reserve space for descriptor and push constant user SGPR setting.
Bas Nieuwenhuizen
2017-05-29
1
-0
/
+8
*
amd/common: set vcn dec as hw decode as well
Leo Liu
2017-05-29
1
-0
/
+2
*
amd/common: add vcn dec ip info query for amdgpu version 3.17
Leo Liu
2017-05-29
1
-1
/
+9
*
glthread/gallium: require safe_glthread to start glthread
Gregory Hainaut
2017-05-29
1
-4
/
+17
*
egl: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
2017-05-29
1
-1
/
+33
*
glx: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
2017-05-29
2
-2
/
+25
*
dri: Extend __DRIbackgroundCallableExtensionRec to include a callback that ch...
Gregory Hainaut
2017-05-29
1
-0
/
+13
*
egl/wayland: use the image_driver alongside the image_loader
Emil Velikov
2017-05-29
1
-6
/
+14
*
egl/wayland: set the resize_callback if the flush extension is available
Emil Velikov
2017-05-29
1
-3
/
+3
*
egl/wayland: select the format based on the interface used
Emil Velikov
2017-05-29
1
-1
/
+2
*
egl/surfaceless: use the image_driver for image_loader
Emil Velikov
2017-05-29
1
-4
/
+4
*
egl/android: use the image_driver alongside the image_loader
Emil Velikov
2017-05-29
1
-11
/
+20
*
egl/x11: flatten codeflow
Emil Velikov
2017-05-29
1
-9
/
+7
*
egl/x11: check for dri2_dpy->flush before using the flush extension
Emil Velikov
2017-05-29
1
-5
/
+3
*
egl/drm: flatten codeflow
Emil Velikov
2017-05-29
1
-19
/
+20
*
egl/drm: check for dri2_dpy->flush before using the flush extension
Emil Velikov
2017-05-29
1
-1
/
+1
*
egl: annotate dri2_egl_display_vtbl as const data
Emil Velikov
2017-05-29
5
-7
/
+7
*
egl/wayland: don't modify the vtbl if an extension is not available
Emil Velikov
2017-05-29
1
-5
/
+2
*
egl: error out on eglCreateWaylandBufferFromImageWL
Emil Velikov
2017-05-29
1
-1
/
+2
*
gbm: manage only the required set of DRI extensions
Emil Velikov
2017-05-29
2
-2
/
+0
*
egl/drm: use dri2_setup_extensions() over the extensions provided by GBM
Emil Velikov
2017-05-29
1
-4
/
+5
*
egl: refactor dri2_create_screen() into three separate functions
Emil Velikov
2017-05-29
6
-19
/
+58
*
egl/x11: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-55
/
+23
*
egl/wayland: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-59
/
+25
*
egl/surfaceless: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-14
/
+8
*
egl/drm: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-5
/
+2
*
egl/android: make use of dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-18
/
+9
*
egl: split out a dri2_display_destroy() helper
Emil Velikov
2017-05-29
2
-1
/
+11
*
egl: check for driver_configs in dri2_display_release
Tapani Pälli
2017-05-29
1
-1
/
+1
*
gbm: remove unneeded gbm_drm_device abstraction
Emil Velikov
2017-05-29
6
-86
/
+34
*
gbm: move gbm_drm_device::driver_name to gbm_dri_device
Emil Velikov
2017-05-29
4
-11
/
+11
*
gbm: remove "struct gbm_drm_bo" abstraction
Emil Velikov
2017-05-29
4
-33
/
+29
*
gbm: remove unused gbm_dri_device::loader
Emil Velikov
2017-05-29
1
-1
/
+0
*
radv: automake: list shared libraries after the static ones
Emil Velikov
2017-05-29
1
-19
/
+16
*
anv: automake: list shared libraries after the static ones
Emil Velikov
2017-05-29
1
-16
/
+15
*
mesa: add KHR_no_error support for glBindImageTextures()
Samuel Pitoiset
2017-05-29
3
-32
/
+52
*
mesa: add KHR_no_error support for glBindImageTexture()
Samuel Pitoiset
2017-05-29
3
-1
/
+21
*
mesa: add bind_image_texture() helper
Samuel Pitoiset
2017-05-29
1
-7
/
+16
*
mesa: add set_image_binding() helper
Samuel Pitoiset
2017-05-29
1
-36
/
+34
*
mesa: remove unused layered parameter from validate_bind_image_texture()
Samuel Pitoiset
2017-05-29
1
-4
/
+4
*
mesa: add KHR_no_error support for glActiveTexture()
Samuel Pitoiset
2017-05-29
3
-12
/
+29
*
radeonsi: use ac_build_buffer_load for shader buffer loads
Marek Olšák
2017-05-29
1
-22
/
+21
*
radeonsi: move building llvm.SI.load.const into ac_build_buffer_load
Marek Olšák
2017-05-29
4
-27
/
+47
*
radeonsi: rename readonly_memory -> can_speculate
Marek Olšák
2017-05-29
4
-20
/
+20
[next]