summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl: Simplify queries for EGL_RENDER_BUFFERChad Versace2018-08-075-20/+85
* radeonsi: set GLC=1 for all write-only shader resourcesMarek Olšák2018-08-071-2/+19
* radeonsi: don't load block dimensions into SGPRs if they are not variableMarek Olšák2018-08-073-7/+7
* travis: meson/Vulkan requires LLVM 6.0Juan A. Suarez Romero2018-08-071-3/+5
* travis: add ubuntu-toolchain-r-testJuan A. Suarez Romero2018-08-071-0/+4
* egl: set EGL_BAD_NATIVE_PIXMAP in the copy_buffers fallbackEmil Velikov2018-08-071-1/+2
* egl/x11: use the no-op dri2_fallback_copy_buffers for swrastEmil Velikov2018-08-071-1/+2
* egl: remove unneeded _eglGetNativePlatform checkEmil Velikov2018-08-071-2/+0
* travis: use https for all the linksEmil Velikov2018-08-071-6/+6
* autoconf: stop exporting internal wayland detailsEmil Velikov2018-08-074-4/+8
* meson: stop exporting internal wayland detailsEmil Velikov2018-08-072-2/+8
* meson: use dependency()+find_program() for wayland-scannerEmil Velikov2018-08-071-1/+2
* swr: don't export swr_create_screen_internalEmil Velikov2018-08-072-2/+1
* meson: install KHR/khrplatform.h when neededEric Engestrom2018-08-071-1/+1
* i965: gen_shader_sha1() doesn't use the brw_contextEric Engestrom2018-08-071-4/+4
* configure: install KHR/khrplatform.h when neededEric Engestrom2018-08-071-0/+1
* intel: don't build tools without -Dtools=intelLionel Landwerlin2018-08-072-15/+15
* virgl: update virgl_hw.h from virglrendererErik Faye-Lund2018-08-071-1/+26
* virgl: rename msaa_sample_positions -> sample_locationsErik Faye-Lund2018-08-072-5/+5
* vc4: Fix a leak of the no-vertex-elements workaround BO.Eric Anholt2018-08-061-0/+2
* vc4: Fix context creation when syncobjs aren't supported.Eric Anholt2018-08-061-2/+6
* v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt2018-08-066-4/+45
* v3d: Drop "VC5" from the renderer string.Eric Anholt2018-08-061-1/+1
* v3d: Avoid spilling that breaks the r5 usage after a ldvary.Eric Anholt2018-08-061-0/+9
* v3d: Make sure that QPU instruction-has-a-dest matches VIR.Eric Anholt2018-08-062-1/+11
* v3d: Wait for TMU writes to complete before continuing after a spill.Eric Anholt2018-08-061-1/+6
* v3d: Make sure we don't emit a thrsw before the last one finished.Eric Anholt2018-08-061-2/+13
* v3d: Add some debug code for forcing register spilling.Eric Anholt2018-08-061-0/+14
* drisw: Fix build on Android Nougat, which lacks shm (v2)Chad Versace2018-08-061-0/+11
* mesa: fix make check for AMD_framebuffer_multisample_advancedIan Romanick2018-08-061-0/+8
* glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functionsIan Romanick2018-08-061-2/+2
* meson, install_megadrivers: Also remove stale symlinksGert Wollny2018-08-061-2/+4
* anv: add more swapchain formatsTapani Pälli2018-08-061-5/+11
* nvc0/ir: return 0 in imageLoad on incomplete texturesKarol Herbst2018-08-042-3/+31
* gm200/ir: optimize rcp(sqrt) to rsqKarol Herbst2018-08-041-1/+10
* gm200/ir: add native OP_SQRT supportKarol Herbst2018-08-044-2/+14
* intel: tools: simplify meson buildLionel Landwerlin2018-08-041-46/+50
* intel: aubinator: simplify decodingLionel Landwerlin2018-08-041-10/+5
* intel: common: add missing stdint includeLionel Landwerlin2018-08-041-0/+2
* intel: decoder: remove unused variableLionel Landwerlin2018-08-041-2/+0
* intel: tools: aubwrite: reuse canonical address helperLionel Landwerlin2018-08-041-17/+2
* intel: aubinator: fix read the context/ringLionel Landwerlin2018-08-041-2/+2
* nir: Transform expressions of b2f(a) and b2f(b) to a == bIan Romanick2018-08-041-0/+3
* nir: Transform expressions of b2f(a) and b2f(b) to a ^^ bIan Romanick2018-08-041-0/+3
* nir: Transform expressions of b2f(a) and b2f(b) to !(a && b)Ian Romanick2018-08-041-0/+3
* nir: Transform expressions of b2f(a) and b2f(b) to a && bIan Romanick2018-08-041-0/+3
* nir: Transform expressions of b2f(a) and b2f(b) to !(a || b)Ian Romanick2018-08-041-0/+11
* nir: Transform -fabs(a) >= 0 to a == 0Ian Romanick2018-08-041-0/+9
* nir: Transform expressions of b2f(a) and b2f(b) to a || bIan Romanick2018-08-041-0/+19
* nir: Transform -fabs(a) < 0 to a != 0Ian Romanick2018-08-041-0/+4