summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-30glthread: get rid of unmarshal dispatch tablestuffGrigori Goronzy11-162/+27
2017-06-29dri: Add KHR_no_error toggle to driconfGrigori Goronzy4-0/+12
2017-06-29st/mesa: plumb no-error flag into driversGrigori Goronzy3-0/+8
2017-06-29dri: add no-error extensionGrigori Goronzy5-4/+42
2017-06-29egl: Add EGL_KHR_create_context_no_error handlingGrigori Goronzy6-2/+48
2017-06-29Fix GLSL compiler standalone with LTOGrigori Goronzy1-0/+2
2017-06-29mesa/st: Reduce the number of frontbuffer flush callsThomas Hellstrom2-39/+10
2017-06-29dri3: Use SwapBuffer flips for back- and fake frontThomas Hellstrom1-18/+8
2017-06-29st/dri2 Plumb the flush_swapbuffer functionality through to dri3Thomas Hellstrom3-0/+36
2017-06-29gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom4-0/+29
2017-06-29dri: Add a flushSwapBuffers method to the image loader extensionThomas Hellstrom2-1/+44
2017-06-29dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2-0/+21
2017-06-29mesa/marshal: add custom marshalling for glClearBufferivGrigori Goronzy3-1/+80
2017-06-29Android: i965: remove libdrm_intel dependencyRob Herring1-6/+6
2017-06-29android: anv: drop libdrm_intel dependencyMauro Rossi1-1/+2
2017-06-29etnaviv: fix memory leak when BO allocation failsLucas Stach1-1/+5
2017-06-29etnaviv: fill in layer_stride for imported resourcesLucas Stach1-0/+2
2017-06-29anv: use devinfo for number of thread/euLionel Landwerlin1-2/+3
2017-06-29intel: tools: add intel_aub.h as part of aubinatorJuan A. Suarez Romero1-1/+2
2017-06-29intel: automake: include Makefile.drm.amJuan A. Suarez Romero1-0/+1
2017-06-28mesa: Require mipmap completeness for glCopyImageSubData() at times.Kenneth Graunke1-2/+57
2017-06-29mesa: tidy up white space in pixelstore.cTimothy Arceri1-6/+6
2017-06-28mesa: Refactor error checking for GL_TEXTURE_BASE_LEVEL vs texture targetsIan Romanick1-7/+19
2017-06-28i965: Drop index buffer re-alignment code.Kenneth Graunke1-30/+8
2017-06-29mesa: add KHR_no_error support for glBlendFunc*()Timothy Arceri3-2/+32
2017-06-29mesa: create some glBlendFunc*() helper functionsTimothy Arceri1-50/+81
2017-06-29mesa: add KHR_no_error support for glBindFragDataLocation*()Timothy Arceri4-2/+40
2017-06-29mesa: add bind_frag_data_location() helperTimothy Arceri1-11/+19
2017-06-29mesa: add KHR_no_error support for glGetUniformLocation()Timothy Arceri3-1/+14
2017-06-29mesa: inline _mesa_finish()Timothy Arceri2-19/+8
2017-06-29mesa: add KHR_no_error support for glDisableVertexA*A*()Timothy Arceri4-2/+25
2017-06-29mesa: move error handling into disable_vertex_array_attrib() callersTimothy Arceri1-10/+14
2017-06-29mesa: add KHR_no_error support for glEnableVertexA*A*()Timothy Arceri4-2/+27
2017-06-29mesa: add KHR_no_error support for glLogicOp()Timothy Arceri3-1/+13
2017-06-29mesa: add logic_op() helperTimothy Arceri1-9/+16
2017-06-29mesa: add KHR_no_error support for glPixelStore*()Timothy Arceri3-2/+23
2017-06-29mesa: add pixel_storei() helperTimothy Arceri1-46/+57
2017-06-29mesa: remove redundant error checkTimothy Arceri1-4/+0
2017-06-28mesa: GL_TEXTURE_BORDER_COLOR exists in OpenGL 1.0, so don't depend on GL_ARB...Ian Romanick1-1/+9
2017-06-28genxml: Silence about a billion unused parameter warningsIan Romanick1-2/+7
2017-06-28mesa: Fix Android buildChad Versace1-1/+1
2017-06-28i965: Fix anisotropic filtering for mag filterEero Tamminen1-1/+1
2017-06-28etnaviv: fix shader miscompilation with more than 16 labelsLucas Stach1-28/+32
2017-06-28ac/nir: remove last remnants of v16i8Dave Airlie3-9/+3
2017-06-28ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffersAlex Smith1-29/+34
2017-06-28ac/nir: assert printfs will fitJames Legg1-5/+12
2017-06-28ac/nir: Make intrinsic_name buffer long enoughJames Legg1-1/+1
2017-06-28i965/dri: Support R8G8B8A8 and R8G8B8X8 configsChad Versace2-3/+43
2017-06-28mesa: do not use format string as literal stringJuan A. Suarez Romero1-2/+2
2017-06-28scons: add code to generate format_fallback.c fileBrian Paul1-0/+7