summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-03radv/wsi: report presentation error per image requestDave Airlie1-6/+13
2017-05-03radv: minor pahole related improvements.Dave Airlie3-5/+5
2017-05-03radv/image: resize some surface members.Dave Airlie1-3/+3
2017-05-03radv: drop unused surface level members.Dave Airlie2-6/+0
2017-05-03radv/image: drop blk_dDave Airlie3-3/+1
2017-05-03radv: remove some members of radeon surface.Dave Airlie4-48/+40
2017-05-03radv: move some image info into a separate struct.Dave Airlie13-80/+90
2017-05-03radv: provide a helper for comparing an image extents.Dave Airlie2-2/+11
2017-05-02gbm/dri: Fix sign-extension in modifier queryDaniel Stone1-1/+1
2017-05-02nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2-2/+6
2017-05-01anv/tests: Create a dummy instance as well as deviceJason Ekstrand4-4/+16
2017-05-02radv: Use correct stage for ready bit.Bas Nieuwenhuizen1-9/+24
2017-05-02radv: Add top of pipe timestamp queries.Bas Nieuwenhuizen2-12/+27
2017-05-02radv: Add NIR loop unrolling.Bas Nieuwenhuizen1-0/+10
2017-05-01i965: Solve Android native fence fd double closeRandy Xu1-1/+1
2017-05-01vc4: Only build the NEON code on arm32.Eric Anholt1-2/+2
2017-05-01gm107/ir: add a missing assertion in emitISCADD()Samuel Pitoiset1-0/+2
2017-05-01i965: Don't allocate uniform space for samplersTimothy Arceri1-1/+1
2017-04-29egl: initialise dummy_thread via _eglInitThreadInfoEmil Velikov1-9/+4
2017-04-29egl: polish dri2_to_egl_attribute_map[]Emil Velikov1-50/+18
2017-04-29gallium/targets: fix bool setting on BE architecturesIlia Mirkin8-11/+11
2017-04-29docs: add release calendar page and references to itEmil Velikov5-1/+107
2017-04-29travis: bump MAKEFLAGS to -j4Emil Velikov1-6/+6
2017-04-29travis: enable wayland supportEmil Velikov1-4/+16
2017-04-29travis: add Gallium state-tracker targetsEmil Velikov1-0/+80
2017-04-29travis: model scons check target like the make oneEmil Velikov1-1/+7
2017-04-29travis: split the make target to three separate onesEmil Velikov1-16/+80
2017-04-29travis: add "make swr" to the build matrixEmil Velikov1-3/+38
2017-04-29travis: add "scons swr" to the build matrixEmil Velikov1-0/+28
2017-04-29travis: add separate "scons" and "scons llvm" targetsEmil Velikov1-16/+45
2017-04-29travis: split out matrix from envEmil Velikov1-5/+13
2017-04-29travis: rework "if test" blocks in the script sectionEmil Velikov1-1/+3
2017-04-29travis: remove unused -dev packagesEmil Velikov1-2/+0
2017-04-29travis: automatically manage ccache cachingEmil Velikov1-3/+1
2017-04-29travis: enable apt cacheEmil Velikov1-0/+1
2017-04-29travis: add the possibility of using the txc-dxtn libraryAndres Gomez1-0/+14
2017-04-29travis: replace Trusty-based LLVM toolchain apt-get with apt addonAndres Gomez1-11/+4
2017-04-29travis: explicitly LD_LIBRARY_PATH the local librariesEmil Velikov1-0/+1
2017-04-28st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul1-72/+62
2017-04-28st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee1-2/+2
2017-04-28st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul1-1/+1
2017-04-28st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul1-59/+52
2017-04-28svga: implement sRGB rendering for imported surfacesNeha Bhende1-2/+9
2017-04-28svga: add function svga_linear_to_srgb()Neha Bhende2-0/+29
2017-04-28glx: add missing sRGB attribute check in fbconfigs_compatible()Neha Bhende1-0/+1
2017-04-28svga: Add a more elaborate format compatibility determination v2Thomas Hellstrom3-41/+93
2017-04-28swr/rast: add memory api to SwrGetInterface()Tim Rowley6-28/+54
2017-04-28swr/rast: use gather instruction for odd format fetchTim Rowley1-46/+9
2017-04-28swr/rast: enable SIMD16 8x2 tile backendTim Rowley1-1/+1
2017-04-28swr/rast: add SwrInit() to init backend/memory tablesTim Rowley5-22/+26