summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-12i965: Replace hw blitter with Blorp in CopyPixels.jenkinsLaura Ekstrand1-10/+12
2018-03-12i965, meta: Remove color logic ops from CopyPixels.Laura Ekstrand2-3/+11
2018-03-12make some comments on bitmap.Laura Ekstrand1-0/+8
2018-03-12i965: Remove unnecessary compatible formats check in DrawPixels.Laura Ekstrand1-6/+0
2018-03-12i965: Fix bug in src format for DrawPixels.Laura Ekstrand1-1/+1
2018-03-12i965: Replace hw blitter with blorp in DrawPixels.Laura Ekstrand1-9/+22
2018-03-12gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.Mathias Fröhlich3-24/+11
2018-03-12mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick1-26/+2
2018-03-12gallium: work around libtool relink issue for libdrmRoman Gilg1-1/+1
2018-03-12vulkan: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov1-4/+4
2018-03-12wayland-drm: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov1-3/+3
2018-03-12egl: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov1-2/+2
2018-03-12docs: document removal of GLX_SGIX_swap_{barrier,group} stubsEmil Velikov1-1/+2
2018-03-12glx: remove empty GLX_SGIX_swap_group stubsEmil Velikov4-30/+0
2018-03-12gallium/x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2-15/+0
2018-03-12x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov3-34/+0
2018-03-12glx: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov4-48/+0
2018-03-12gallium/x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2-25/+0
2018-03-12x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov3-57/+0
2018-03-12configure: remove unused AM_CONDITIONALEmil Velikov1-1/+0
2018-03-12radv: Increase the number of dynamic uniform buffers.Bas Nieuwenhuizen2-3/+5
2018-03-12u_vbuf/translate: pass max_index into the set_buffer.Dave Airlie1-1/+1
2018-03-12r600: implement callstack workaround for evergreen.Dave Airlie1-8/+31
2018-03-11gallium/util: add helper util_wait_for_idleMarek Olšák2-0/+15
2018-03-10u_blit: (trivial) u_blit.h needs to include p_defines.hRoland Scheidegger1-0/+1
2018-03-10travis: bump libxcb version to 1.13Christian Gmeiner1-2/+2
2018-03-10mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich27-437/+480
2018-03-10draw: fix alpha value for very short aa linesRoland Scheidegger2-2/+24
2018-03-09intel/vulkan: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen1-17/+28
2018-03-09i965: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen1-17/+27
2018-03-09st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák1-24/+34
2018-03-09radeonsi: add a workaround for GFX9 hang with init_config alignmentMarek Olšák1-1/+2
2018-03-09ac/gpu_info: print ib_start_alignment, add assertionMarek Olšák1-0/+2
2018-03-09meson: Use system_has_kms_drm in default driver selectionGreg V1-3/+5
2018-03-09broadcom/vc4: Add an accelerated path to turn raster R8/RG88 into tiled.Eric Anholt3-0/+211
2018-03-09gallium: Add a util_blitter path for using a custom VS and FS.Eric Anholt2-0/+69
2018-03-09broadcom/vc4: Allow binding non-zero constant buffers.Eric Anholt5-5/+53
2018-03-09broadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.Eric Anholt2-8/+0
2018-03-09broadcom: Suppress compiler warnings about enum pipe_tex_filter.Eric Anholt2-0/+2
2018-03-09egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne6-7/+44
2018-03-09egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne7-63/+383
2018-03-09vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11Louis-Francis Ratté-Boulianne3-5/+63
2018-03-09vulkan/wsi/x11: Add support for DRI3 v1.2Daniel Stone3-19/+164
2018-03-09autotools: include all meson.build filesDylan Baker1-0/+2
2018-03-09st/mesa: gl_program::info.system_values_read is a 64-bit-fieldMichel Dänzer2-7/+7
2018-03-09swr/rast: Refactor memory gather operationsGeorge Kyriazis2-6/+4
2018-03-09swr/rast: Add KNOB_DISABLE_SPLIT_DRAWGeorge Kyriazis2-8/+26
2018-03-09swr/rast: Add VPOPCNTGeorge Kyriazis2-0/+9
2018-03-09swr/rast: Add tracking for stream out topologyGeorge Kyriazis4-5/+8
2018-03-09swr/rast: Add split draw and other state information to DrawInfoEvent.George Kyriazis4-32/+22