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
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-19
5
-19
/
+35
*
configure: error out when building X11 Vulkan without DRI3
Emil Velikov
2017-05-19
1
-0
/
+10
*
loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11
Emil Velikov
2017-05-19
1
-0
/
+2
*
vulkan: automake: remove unused VULKAN_LIB_DEPS variable
Emil Velikov
2017-05-19
1
-6
/
+0
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-19
13
-23
/
+22
*
configure: error out when building GLX w/o the X11 platform
Emil Velikov
2017-05-19
1
-0
/
+6
*
configure: set HAVE_foo_PLATFORM as applicable
Emil Velikov
2017-05-19
3
-6
/
+5
*
configure: enable the surfaceless platform by default
Emil Velikov
2017-05-19
2
-4
/
+3
*
configure: loosen --with-platforms heuristics
Emil Velikov
2017-05-19
1
-7
/
+3
*
configure: update remaining --with-egl-platforms references
Emil Velikov
2017-05-19
4
-27
/
+25
*
configure: rename remaining HAVE_EGL_PLATFORM_* guards
Emil Velikov
2017-05-19
2
-6
/
+6
*
configure: move platform handling further up
Emil Velikov
2017-05-19
1
-92
/
+92
*
Android: r600: fix build when LLVM is disabled
Rob Herring
2017-05-19
1
-0
/
+4
*
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
*
egl/android: fix segfault within swap_buffers
Tapani Pälli
2017-05-19
1
-1
/
+6
*
egl/wayland: Ensure we get a back buffer
Daniel Stone
2017-05-19
1
-1
/
+9
*
egl/wayland: Use per-surface event queues
Daniel Stone
2017-05-19
2
-27
/
+68
*
egl/wayland: Don't open-code roundtrip
Daniel Stone
2017-05-19
1
-25
/
+1
*
vulkan/wsi/wayland: Use proxy wrappers for swapchain
Daniel Stone
2017-05-19
1
-16
/
+36
*
vulkan/wsi/wayland: Use per-display event queue
Daniel Stone
2017-05-19
1
-12
/
+32
*
vulkan/wsi/wayland: Remove roundtrip when creating image
Daniel Stone
2017-05-19
1
-1
/
+0
*
vulkan: Fix Wayland uninitialised registry
Daniel Stone
2017-05-19
1
-4
/
+5
*
i965/formats: Update the three-channel DXT1 mappings
Nanley Chery
2017-05-18
2
-14
/
+5
*
anv/formats: Update the three-channel BC1 mappings
Nanley Chery
2017-05-18
1
-2
/
+2
*
anv: Add an option to abort on device loss
Jason Ekstrand
2017-05-18
1
-0
/
+5
*
anv: Wrap the device lost error in vk_error in QueueSubmit
Jason Ekstrand
2017-05-18
1
-1
/
+1
*
radeonsi/gfx9: use CE RAM optimally
Marek Olšák
2017-05-18
2
-36
/
+134
*
radeonsi: remove CE offset alignment restriction
Marek Olšák
2017-05-18
1
-2
/
+1
*
radeonsi: only upload (dump to L2) those descriptors that are used by shaders
Marek Olšák
2017-05-18
4
-24
/
+117
*
radeonsi: record which descriptor slots are used by shaders
Marek Olšák
2017-05-18
5
-0
/
+41
*
radeonsi: update si_ce_needed_cs_space
Marek Olšák
2017-05-18
1
-8
/
+8
*
radeonsi: do only 1 big CE dump at end of IBs and one reload in the preamble
Marek Olšák
2017-05-18
5
-37
/
+37
*
radeonsi: remove early return in si_upload_descriptors
Marek Olšák
2017-05-18
1
-3
/
+0
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
4
-4
/
+15
*
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
2017-05-18
6
-112
/
+99
*
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
2017-05-18
8
-132
/
+152
*
gallium/u_threaded: add a fast path for unbinding shader buffers
Marek Olšák
2017-05-18
1
-3
/
+9
*
gallium/u_threaded: add a fast path for unbinding shader images
Marek Olšák
2017-05-18
1
-4
/
+10
*
st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vbo
Marek Olšák
2017-05-18
1
-0
/
+1
*
glsl_to_tgsi: declare all SSBOs and atomics when indirect indexing is used
Marek Olšák
2017-05-18
1
-16
/
+14
*
radeonsi: get the sampler view type from inst->Texture for TG4
Samuel Pitoiset
2017-05-18
1
-7
/
+3
*
tgsi: store the sampler view type directly in the instruction
Samuel Pitoiset
2017-05-18
8
-23
/
+49
*
tgsi: remove some unused OPCODE macros
Samuel Pitoiset
2017-05-18
2
-200
/
+0
*
gallivm: Make sure module has the correct data layout when pass manager runs
Tom Stellard
2017-05-18
1
-16
/
+18
*
egl: Partially revert 23c86c74, fix eglMakeCurrent
Chad Versace
2017-05-18
1
-19
/
+0
*
anv: fix multiview for clear commands
Iago Toral Quiroga
2017-05-18
1
-0
/
+41
*
ac: add missing extern "C" guards
Nicolai Hähnle
2017-05-18
2
-0
/
+16
*
ac: add radeon_info::num_{sdma,compute}_rings
Nicolai Hähnle
2017-05-18
4
-7
/
+19
*
ac: add radeon_surf::htile_slice_size
Nicolai Hähnle
2017-05-18
2
-0
/
+6
[next]