summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-09radv: add support for using addrlib max alignment.Dave Airlie6-5/+15
2017-07-08nir: copy front interpolation when creating fake back color inputIlia Mirkin1-2/+6
2017-07-08a5xx: remove no-longer-accurate border color layout commentIlia Mirkin1-32/+1
2017-07-08a5xx: fix border color for depth formatsIlia Mirkin1-1/+5
2017-07-08a5xx: add border color clamping, add packed border color formatsIlia Mirkin1-11/+59
2017-07-08a5xx: fix border colors for swizzled texture formatsIlia Mirkin1-14/+14
2017-07-08a5xx: fix integer texture border colorsIlia Mirkin1-4/+2
2017-07-08a5xx: fix primitive restartIlia Mirkin2-12/+23
2017-07-08nir/spirv: Remove unnecessary comment.Andres Gomez1-5/+0
2017-07-08radv: Add compute htile clear for combined depth+stencil surfaces.Bas Nieuwenhuizen1-9/+7
2017-07-08draw: handle more TGSI_SEMANTIC_COLOR indicesRoland Scheidegger3-10/+27
2017-07-08st/mesa: Fix grabbing the wrong variant if glDrawPixels is calledMatias N. Goldberg2-4/+22
2017-07-07Revert "intel/isl: Only create a CCS buffer if the image supports rendering"Nanley Chery1-1/+1
2017-07-07mesa: finish implementing glPrimitiveRestartNV() for display listsBrian Paul1-1/+21
2017-07-07vbo: fix glPrimitiveRestartNV crash inside a display listOlivier Lauffenburger1-5/+15
2017-07-07st/mesa: remove unused st_framebuffer::Private fieldBrian Paul1-1/+0
2017-07-07mesa: add some braces in _mesa_make_current()Brian Paul1-1/+2
2017-07-07vbo: rename target->index in loopback codeBrian Paul1-12/+12
2017-07-07vbo: whitespace/formatting fixes in vbo_save_loopback.cBrian Paul1-52/+64
2017-07-07vbo: simplify vbo_save_NotifyBegin()Brian Paul3-24/+3
2017-07-07svga: adjust line subpixel position for HWv8Brian Paul1-1/+1
2017-07-07etnaviv: fix refcnt initialization in etna_screenAleksander Morgado1-0/+1
2017-07-07a5xx: add support for rendering to RGB10A2_UNORM formatsIlia Mirkin1-3/+3
2017-07-07a5xx: set uint/sint bits for mrt output registerIlia Mirkin2-2/+8
2017-07-07a5xx: add backface stencil emissionIlia Mirkin4-9/+27
2017-07-07radeonsi: fix invalidating bindless buffer descriptorsSamuel Pitoiset1-2/+2
2017-07-06st/wgl: Implement wglUseFontBitmaps.Olivier Lauffenburger1-16/+49
2017-07-06st/wgl: improve selection of pixel formatOlivier Lauffenburger1-7/+29
2017-07-07ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsicsAlex Smith1-1/+1
2017-07-06mesa: simplify get_tex_images_for_clear()Brian Paul1-19/+14
2017-07-06mesa: new comments, assertion related to glClearTexSubImageBrian Paul1-0/+12
2017-07-06st/mesa: find proper mipmap level in st_ClearTexSubImage()Brian Paul1-4/+56
2017-07-06st/mesa: whitespace fixes in st_cb_fbo.cBrian Paul1-29/+19
2017-07-06st/mesa: whitespace fixes in st_texture.cBrian Paul1-13/+15
2017-07-06radv: don't overallocate depth/stencil formatsDave Airlie1-1/+1
2017-07-06radv: enable sisched toggle in perftest flags.Dave Airlie5-2/+10
2017-07-06ac/llvm: set xnack like radeonsi does.Dave Airlie1-1/+3