summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl: fix build fallouts from 1d0be5b3fe5Krzysztof Sobiecki2017-09-192-2/+2
* anv: Advertise support VK_FORMAT_R8_SRGBJason Ekstrand2017-09-191-1/+2
* intel/blorp: Support clearing L8_UNORM_SRGB surfacesJason Ekstrand2017-09-191-0/+4
* egl: use switch statements over if/else chainEmil Velikov2017-09-191-31/+28
* egl: remove unneeded braces around since line if statementsEmil Velikov2017-09-191-9/+5
* egl: simplify _eglDebugReport* APIEmil Velikov2017-09-193-49/+14
* egl: use _eglError's 'msg' as an actual message in EGL_KHR_debugEmil Velikov2017-09-191-1/+1
* automake: adjust wayland-drm commentEmil Velikov2017-09-191-1/+1
* configure.ac: split the wayland client/server confusionEmil Velikov2017-09-198-12/+15
* wayland-drm: constify the callbacks structEmil Velikov2017-09-192-11/+7
* wayland-drm: add wl_display/wl_resource forward declarationsEmil Velikov2017-09-191-0/+2
* configure.ac: define WL_HIDE_DEPRECATED at global scaleEmil Velikov2017-09-192-3/+1
* wayland-drm: avoid deprecated use of struct wl_resourceMicah Fedke2017-09-191-3/+3
* wayland-drm: remove unused wayland_drm_buffer_get_{format,buffer}Emil Velikov2017-09-192-18/+0
* wayland-drm: remove hardcoded enum wl_drm_formatEmil Velikov2017-09-191-64/+0
* broadcom/genxml: Set up enums for VC5 blending, depth, stencil, and prims.Eric Anholt2017-09-191-46/+77
* broadcom/genxml: Add support for enum-typed fields.Eric Anholt2017-09-191-3/+13
* intel: automake: add isl_genX_priv.h in the source listJuan A. Suarez Romero2017-09-191-0/+1
* vulkan: automake: add vk_android_native_buffer.h in the source listJuan A. Suarez Romero2017-09-191-0/+1
* glsl: Unify ir_constant::const_elements and ::componentsIan Romanick2017-09-198-115/+28
* glsl: Rename ir_constant::array_elements to ::const_elementsIan Romanick2017-09-198-24/+24
* glsl: Silence unused parameter warningsIan Romanick2017-09-196-19/+12
* glsl: buffer variables can be readonly and writeonlyJuan A. Suarez Romero2017-09-191-11/+3
* Revert "i965: Reset miptree aux state on update_image_buffer"Jason Ekstrand2017-09-193-25/+1
* egl/android: Use per surface out fenceZhongmin Wu2017-09-191-13/+15
* egl: Allow creation of per surface out fenceZhongmin Wu2017-09-198-6/+93
* egl: Wrap dri3 surface primitive around dri2 egl surfaceYogesh Marathe2017-09-192-11/+11
* Scons: Add LLVM 5.0 supportAlexandru-Liviu Prodea2017-09-191-1/+20
* radv: replace conditional compilation with MAYBE_UNUSEDEric Engestrom2017-09-191-3/+2
* glsl: replace conditional compilation with MAYBE_UNUSEDEric Engestrom2017-09-191-3/+2
* broadcom/vc4: Fix use-after-free when deleting a program.Eric Anholt2017-09-181-6/+15
* i965: Fix batch map failure check in INTEL_DEBUG=bat handling.Kenneth Graunke2017-09-181-1/+1
* broadcom/vc4: Fix crashes since the gallium blitter reworks.Eric Anholt2017-09-181-1/+3
* broadcom/vc4: Fix use-after-free trying to mix a quad and tile clear.Eric Anholt2017-09-181-24/+32
* broadcom/vc4: Fix use-after-free for flushing when writing to a texture.Eric Anholt2017-09-181-2/+7
* ttn: Fix out-of-bounds accesses since the always-2D-constants change.Eric Anholt2017-09-181-2/+3
* anv/android: Disable surface and swapchain extensions (v2)Chad Versace2017-09-181-3/+20
* anv: Feed vk_android_native_buffer.xml to generators (v2)Chad Versace2017-09-183-6/+28
* anv: Teach generator scripts how to parse mutliple XML filesChad Versace2017-09-182-10/+23
* vulkan/registry: Feed vk_android_native_buffer.xml to gen_enum_to_str.pyChad Versace2017-09-183-5/+33
* vulkan/util: Teach gen_enum_to_str.py to parse mutliple XML filesChad Versace2017-09-181-8/+11
* vulkan/registry: Add VK_ANDROID_native_bufferChad Versace2017-09-182-0/+54
* vulkan: Add #ifdef hack to vk_android_native_buffer.hChad Versace2017-09-181-0/+5
* vulkan: Import vk_android_native_buffer.hChad Versace2017-09-181-0/+91
* i965: Use prepare_external instead of make_shareable in setTexBuffer2Jason Ekstrand2017-09-181-1/+1
* i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2Jason Ekstrand2017-09-181-19/+4
* i965: Reset miptree aux state on update_image_bufferJason Ekstrand2017-09-183-1/+25
* intel/isl: Add a drm_modifier_get_default_aux_state helperJason Ekstrand2017-09-182-2/+21
* i965: Warn for GTT fallbacks when mapping the batch/state buffers.Kenneth Graunke2017-09-181-2/+2
* i965: Plumb brw through to intel_batchbuffer_reset().Kenneth Graunke2017-09-183-11/+11