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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
anv: Set up memory types and heaps during physical device init
Jason Ekstrand
2017-06-01
2
-44
/
+81
*
anv: Predicate 48bit support on gen >= 8
Jason Ekstrand
2017-05-31
1
-1
/
+6
*
anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hack
Jason Ekstrand
2017-05-31
1
-28
/
+0
*
anv: Handle transitioning depth from UNDEFINED to other layouts
Jason Ekstrand
2017-05-31
2
-19
/
+19
*
anv: Handle color layout transitions from the UNINITIALIZED layout
Jason Ekstrand
2017-05-31
3
-2
/
+108
*
radeonsi/gfx9: compile shaders with +xnack
Marek Olšák
2017-05-31
1
-6
/
+7
*
gallium/targets: link against XCB only as needed
Emil Velikov
2017-05-31
2
-4
/
+12
*
st/omx: fix building against X11-less setups
Emil Velikov
2017-05-31
1
-0
/
+6
*
st/omx: remove unneeded X11 include
Emil Velikov
2017-05-31
1
-2
/
+0
*
st/va: fix misplaced closing bracket
Emil Velikov
2017-05-31
1
-1
/
+1
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-31
5
-19
/
+35
*
loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11
Emil Velikov
2017-05-31
1
-0
/
+2
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-31
12
-7
/
+13
*
configure: set HAVE_foo_PLATFORM as applicable
Emil Velikov
2017-05-31
2
-6
/
+0
*
configure: update remaining --with-egl-platforms references
Emil Velikov
2017-05-31
1
-1
/
+1
*
configure: rename remaining HAVE_EGL_PLATFORM_* guards
Emil Velikov
2017-05-31
1
-3
/
+3
*
egl/wayland: Use per-surface event queues
Daniel Stone
2017-05-31
2
-27
/
+68
*
egl/wayland: Don't open-code roundtrip
Daniel Stone
2017-05-31
1
-25
/
+1
*
vulkan/wsi/wayland: Use proxy wrappers for swapchain
Daniel Stone
2017-05-31
1
-19
/
+46
*
vulkan/wsi/wayland: Use per-display event queue
Daniel Stone
2017-05-31
1
-12
/
+32
*
vulkan/wsi/wayland: Remove roundtrip when creating image
Daniel Stone
2017-05-31
1
-1
/
+0
*
vulkan: Fix Wayland uninitialised registry
Daniel Stone
2017-05-31
1
-4
/
+5
*
nvc0/ir: SHLADD's middle source must be an immediate
Ilia Mirkin
2017-05-22
1
-0
/
+2
*
automake: add SWR LLVM gen_builder.hpp workaround
Emil Velikov
2017-05-22
1
-30
/
+11
*
nir/lower_tex: Fix minor error in YUV color conversion matrix
Johnson Lin
2017-05-19
1
-3
/
+3
*
virgl: fix virgl_bo_transfer_{put, get} box struct copy
Rob Herring
2017-05-19
1
-2
/
+12
*
egl: add g_egldispatchstubs.h to the release tarball
Emil Velikov
2017-05-19
1
-1
/
+2
*
i965/formats: Update the three-channel DXT1 mappings
Nanley Chery
2017-05-19
2
-14
/
+5
*
anv/formats: Update the three-channel BC1 mappings
Nanley Chery
2017-05-19
1
-2
/
+2
*
gallivm: Make sure module has the correct data layout when pass manager runs
Tom Stellard
2017-05-19
1
-16
/
+18
*
egl: Partially revert 23c86c74, fix eglMakeCurrent
Chad Versace
2017-05-19
1
-19
/
+0
*
freedreno: fix crash when flush() but no rendering
Rob Clark
2017-05-18
1
-0
/
+6
*
gbm/dri: Fix sign-extension in modifier query
Daniel Stone
2017-05-18
1
-1
/
+1
*
st/mesa: remove an incorrect assertion
Nicolai Hähnle
2017-05-18
1
-2
/
+0
*
Android: correct libz dependency
Chih-Wei Huang
2017-05-18
4
-3
/
+6
*
radeon: automake: remove unneeded elf Cflags/Libs
Emil Velikov
2017-05-18
2
-4
/
+4
*
anv: don't leak DRM devices
Grazvydas Ignotas
2017-05-18
1
-0
/
+1
*
anv: fix possible stack corruption
Grazvydas Ignotas
2017-05-18
1
-1
/
+1
*
i965/vec4: load dvec3/4 uniforms first in the push constant buffer
Samuel Iglesias Gonsálvez
2017-05-18
1
-27
/
+80
*
i965/vec4: fix swizzle and writemask when loading an uniform with constant of...
Samuel Iglesias Gonsálvez
2017-05-18
1
-4
/
+11
*
i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...
Samuel Iglesias Gonsálvez
2017-05-18
1
-0
/
+26
*
vc4: Don't allocate new BOs to avoid synchronization when they're shared.
Eric Anholt
2017-05-18
1
-1
/
+2
*
glxglvnddispatch: Add missing dispatch for GetDriverConfig
Hans de Goede
2017-05-18
2
-0
/
+15
*
intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
Pohjolainen, Topi
2017-05-18
1
-23
/
+5
*
mesa/st: fix yuv EGLImage's
Rob Clark
2017-05-18
1
-2
/
+30
*
etnaviv: allow R/B swapped surfaces to be cleared
Lucas Stach
2017-05-18
1
-0
/
+2
*
etnaviv: stop oversizing buffer resources
Lucas Stach
2017-05-18
1
-1
/
+1
*
radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
Nicolai Hähnle
2017-05-18
1
-0
/
+2
*
radeonsi/gfx9: add support for Raven
Marek Olšák
2017-05-18
5
-2
/
+15
*
amd/addrlib: import Raven support
Marek Olšák
2017-05-18
3
-3
/
+72
[prev]
[next]