aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium: Enable ARM NEON CPU detection.Eric Anholt2017-05-023-0/+46
* radv: fix stencil only clears.Dave Airlie2017-05-031-0/+3
* renderonly: use drmIoctlPhilipp Zabel2017-05-021-4/+3
* renderonly: drop resources on destroyPhilipp Zabel2017-05-023-3/+13
* renderonly: close transfer prime_fdPhilipp Zabel2017-05-021-0/+2
* radv/wsi: report presentation error per image requestDave Airlie2017-05-031-6/+13
* radv: minor pahole related improvements.Dave Airlie2017-05-033-5/+5
* radv/image: resize some surface members.Dave Airlie2017-05-031-3/+3
* radv: drop unused surface level members.Dave Airlie2017-05-032-6/+0
* radv/image: drop blk_dDave Airlie2017-05-033-3/+1
* radv: remove some members of radeon surface.Dave Airlie2017-05-034-48/+40
* radv: move some image info into a separate struct.Dave Airlie2017-05-0313-80/+90
* radv: provide a helper for comparing an image extents.Dave Airlie2017-05-032-2/+11
* gbm/dri: Fix sign-extension in modifier queryDaniel Stone2017-05-021-1/+1
* nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2017-05-022-2/+6
* anv/tests: Create a dummy instance as well as deviceJason Ekstrand2017-05-014-4/+16
* radv: Use correct stage for ready bit.Bas Nieuwenhuizen2017-05-021-9/+24
* radv: Add top of pipe timestamp queries.Bas Nieuwenhuizen2017-05-022-12/+27
* radv: Add NIR loop unrolling.Bas Nieuwenhuizen2017-05-021-0/+10
* i965: Solve Android native fence fd double closeRandy Xu2017-05-011-1/+1
* vc4: Only build the NEON code on arm32.Eric Anholt2017-05-011-2/+2
* gm107/ir: add a missing assertion in emitISCADD()Samuel Pitoiset2017-05-011-0/+2
* i965: Don't allocate uniform space for samplersTimothy Arceri2017-05-011-1/+1
* egl: initialise dummy_thread via _eglInitThreadInfoEmil Velikov2017-04-291-9/+4
* egl: polish dri2_to_egl_attribute_map[]Emil Velikov2017-04-291-50/+18
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-04-298-11/+11
* docs: add release calendar page and references to itEmil Velikov2017-04-295-1/+107
* travis: bump MAKEFLAGS to -j4Emil Velikov2017-04-291-6/+6
* travis: enable wayland supportEmil Velikov2017-04-291-4/+16
* travis: add Gallium state-tracker targetsEmil Velikov2017-04-291-0/+80
* travis: model scons check target like the make oneEmil Velikov2017-04-291-1/+7
* travis: split the make target to three separate onesEmil Velikov2017-04-291-16/+80
* travis: add "make swr" to the build matrixEmil Velikov2017-04-291-3/+38
* travis: add "scons swr" to the build matrixEmil Velikov2017-04-291-0/+28
* travis: add separate "scons" and "scons llvm" targetsEmil Velikov2017-04-291-16/+45
* travis: split out matrix from envEmil Velikov2017-04-291-5/+13
* travis: rework "if test" blocks in the script sectionEmil Velikov2017-04-291-1/+3
* travis: remove unused -dev packagesEmil Velikov2017-04-291-2/+0
* travis: automatically manage ccache cachingEmil Velikov2017-04-291-3/+1
* travis: enable apt cacheEmil Velikov2017-04-291-0/+1
* travis: add the possibility of using the txc-dxtn libraryAndres Gomez2017-04-291-0/+14
* travis: replace Trusty-based LLVM toolchain apt-get with apt addonAndres Gomez2017-04-291-11/+4
* travis: explicitly LD_LIBRARY_PATH the local librariesEmil Velikov2017-04-291-0/+1
* st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul2017-04-281-72/+62
* st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee2017-04-281-2/+2
* st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul2017-04-281-1/+1
* st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul2017-04-281-59/+52
* svga: implement sRGB rendering for imported surfacesNeha Bhende2017-04-281-2/+9
* svga: add function svga_linear_to_srgb()Neha Bhende2017-04-282-0/+29
* glx: add missing sRGB attribute check in fbconfigs_compatible()Neha Bhende2017-04-281-0/+1