summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-12intel: Move the DRM uapi headers to a non-Intel location.Eric Anholt13-34/+9
2017-07-12vc4: Remove a stale comment.Eric Anholt1-4/+0
2017-07-12anv: Round u_vector element sizes to a power of twoJason Ekstrand1-2/+3
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_backend.cBrian Paul1-34/+45
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_draw.cBrian Paul1-9/+9
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_state.cBrian Paul1-19/+19
2017-07-12svga: move comment, declaration in svga_init_shader_key_common()Brian Paul1-6/+5
2017-07-12draw: whitespace, formatting fixes in draw_vs_exec.cBrian Paul1-47/+43
2017-07-12draw: s/unsigned/enum tgsi_semantic/Brian Paul2-3/+3
2017-07-12travis: lower SWR requirement to GCC 4.8, aka std=c++11Emil Velikov1-8/+4
2017-07-12docs: update HTTP -> HTTPS reference to reflect realityEmil Velikov1-1/+1
2017-07-12egl: set KHR_gl_texture_3D_image only when the requirements are met.Emil Velikov1-3/+4
2017-07-12egl: enhance KHR_gl_image extensions checksEmil Velikov1-15/+21
2017-07-12egl: don't set modifier if no modifiers are availableEmil Velikov1-2/+0
2017-07-12egl: check for extensions' presence during attr parsingEmil Velikov1-4/+18
2017-07-12egl: add width/height as EXT_image_dma_buf_import attrsEmil Velikov1-0/+6
2017-07-12egl: polish EXT_image_dma_buf_import attr parsingEmil Velikov1-29/+22
2017-07-12egl: simplify EXT_image_dma_buf_import_modifiers attr parsingEmil Velikov1-26/+4
2017-07-12egl: split _eglParseImageAttribList into per extension functionsEmil Velikov1-186/+260
2017-07-12egl: call _eglError within _eglParseImageAttribListEmil Velikov3-30/+18
2017-07-12egl: move eglCreateDRMImageMESA's malloc laterEmil Velikov1-29/+23
2017-07-11svga: fix texture swizzle writemaskingBrian Paul1-0/+2
2017-07-11i965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE/FREELIKEChris Wilson1-7/+27
2017-07-11i965: Fix asynchronous mappings on !LLC platforms.Kenneth Graunke1-2/+17
2017-07-11i965: Don't use PREAD for glGetBufferSubData().Kenneth Graunke3-28/+10
2017-07-11swr: build driver proper separate from rasterizerTim Rowley5-39/+36
2017-07-11swr: switch to using SwrGetInterface api tableTim Rowley10-65/+72
2017-07-11swr/rast: make SWR_VISIBLE attribute work for windowsGeorge Kyriazis1-1/+1
2017-07-11i965: perf: use new subslices numbers from device infoLionel Landwerlin1-32/+17
2017-07-11intel: add number of subslices to device infoLionel Landwerlin2-8/+54
2017-07-11i965: Use already existing eu_totalBen Widawsky1-8/+1
2017-07-11i965: Resolve framebuffers before signaling the fenceChris Wilson1-0/+32
2017-07-11svga: s/unsigned/enum tgsi_texture_type/Brian Paul1-3/+4
2017-07-11svga: s/unsigned/enum tgsi_swizzleBrian Paul1-4/+4
2017-07-11svga: s/unsigned/enum tgsi_interpolate_mode/Brian Paul1-1/+2
2017-07-11svga: s/unsigned/enum tgsi_file_type/Brian Paul1-7/+7
2017-07-11svga: s/unsigned/enum tgsi_semantic/Brian Paul4-8/+10
2017-07-10i965: Assert that we don't use CPU write maps to non-coherent buffers.cros-mesa-17.1.1-r3-vanillachadv/cros-mesa-17.1.1-r3-vanillaKenneth Graunke1-0/+6
2017-07-10i965: Disable access to CPU mmap for async access on non-LLC machinesChris Wilson1-4/+12
2017-07-10i965: Track when a bo is shared with an external clientChris Wilson2-0/+9
2017-07-10intel: Fix clflushing on modern (Baytrail+) Atom CPUs.Kenneth Graunke1-0/+12
2017-07-10intel: Move clflush helpers from anv to common/gen_clflush.h.Kenneth Graunke7-34/+63
2017-07-10spirv: Fix reaching unreachable for compare exchange on imagesJames Legg1-0/+1
2017-07-10gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák11-39/+39
2017-07-10i965: Use brw_bo_wait() for brw_bo_wait_rendering()Chris Wilson5-8/+10
2017-07-10svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul1-1/+4
2017-07-10svga: fix breakage in create_backed_surface_view()Brian Paul1-4/+3
2017-07-10anv: Stop setting domains to RENDER on EXEC_OBJECT_WRITEJason Ekstrand1-5/+2
2017-07-09a5xx: fix condition for updating *_FS_OUTPUT_CNTLIlia Mirkin1-1/+1
2017-07-09radv/ac: drop setting xnackDave Airlie1-2/+1