summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: build llvmpipeDylan Baker2017-10-163-1/+121
* meson: build softpipeDylan Baker2017-10-163-1/+94
* meson: build nouveau (gallium) driverDylan Baker2017-10-164-1/+261
* meson: build radeonsi gallium driverDylan Baker2017-10-163-3/+91
* meson: build gallium winsys for dri, null, and wrapperDylan Baker2017-10-166-7/+123
* meson: build radeonsiDylan Baker2017-10-165-0/+237
* meson: Build gallium dri state trackerDylan Baker2017-10-162-0/+58
* meson: build gallium helper driversDylan Baker2017-10-165-0/+116
* meson: Build gallium pipe-loaderDylan Baker2017-10-163-0/+67
* meson: split and simplify dependenciesDylan Baker2017-10-162-2/+13
* meson: Build gallium auxiliaryDylan Baker2017-10-163-1/+552
* meson: build libmesa_galliumDylan Baker2017-10-161-2/+141
* meson: Don't try to install dri drivers unless one is builtDylan Baker2017-10-161-1/+1
* Revert "i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2"Kenneth Graunke2017-10-161-5/+20
* Android: add libmesa_nir dependency to libmesa_dricoreRob Herring2017-10-161-0/+3
* i965: Only put external handles into the handle htChris Wilson2017-10-161-11/+25
* svga: format the version string like the rest of mesaEric Engestrom2017-10-161-5/+5
* svga: fix format_conversion_table breakageBrian Paul2017-10-161-2/+7
* i965/miptree: Drop the invalidate parameter form copy_teximageJason Ekstrand2017-10-163-17/+8
* anv: Get rid of gen fall-throughJason Ekstrand2017-10-161-17/+17
* intel/common: Improve the comments for sample positionsJason Ekstrand2017-10-161-0/+65
* radv: update ia_multi_vgt when executing secondary buffersSamuel Pitoiset2017-10-161-0/+5
* radv: be smarter with the draw packets when executing secondary buffersSamuel Pitoiset2017-10-161-2/+10
* radv: always dirty some states after executing secondary buffersSamuel Pitoiset2017-10-161-6/+8
* radv: be smarter with pipelines when emitting secondary buffersSamuel Pitoiset2017-10-161-2/+17
* nir: add component level support to remove_unused_io_vars()Timothy Arceri2017-10-161-16/+21
* glsl: mark xfb inputs as always_active_ioTimothy Arceri2017-10-161-3/+19
* nir: add variant of lower_io_to_scalar to be called earlierTimothy Arceri2017-10-162-0/+255
* nir: add glsl_channel_type() helperTimothy Arceri2017-10-162-0/+29
* nir: add glsl_type_is_64bit() to nir_typesTimothy Arceri2017-10-162-0/+7
* a2xx: add support for a few 16-bit color rendering formatsIlia Mirkin2017-10-152-1/+11
* freedreno/a20x: Enable rendering to RGBA/RGBXWladimir J. van der Laan2017-10-151-1/+3
* freedreno/a20x: Fix rendering to BGRXWladimir J. van der Laan2017-10-151-0/+1
* mesa: minor simplification in test_attachment_completeness()Brian Paul2017-10-141-2/+1
* etnaviv: rework TS enable to be a derived stateLucas Stach2017-10-143-5/+43
* etnaviv: skip unused vertex attributes when assigning VS inputsLucas Stach2017-10-141-0/+4
* radv: do not allocate CMASK for non-MSSA images with 128 bit formatsSamuel Pitoiset2017-10-143-6/+9
* radv: set correct INDEX_TYPE for indexed indirect draws on GFX9Samuel Pitoiset2017-10-141-2/+8
* radv: add the draw count buffer to the list of buffersSamuel Pitoiset2017-10-141-0/+2
* blob: Use intptr_t instead of ssize_tJason Ekstrand2017-10-133-8/+8
* i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke2017-10-135-12/+12
* i965: Delete dead brw_context fields.Kenneth Graunke2017-10-132-4/+0
* mapi/shared-glapi/test: rework glapitable.h handlingEmil Velikov2017-10-132-3/+4
* meson: fix blob test includesDylan Baker2017-10-131-1/+1
* Revert "make: Fix test to be meson compatible"Emil Velikov2017-10-132-3/+1
* st/dri: Add definitions to allow importing 16-bit surfacesMark Thompson2017-10-131-0/+14
* i965: Complete 'expose RGBA visuals only on Android'Mario Kleiner2017-10-131-2/+2
* wayland-drm: constify the callbacks struct, take 2Emil Velikov2017-10-133-11/+7
* wayland-drm: use a copy of the wayland_drm_callbacks structEmil Velikov2017-10-131-5/+5
* egl/dri: don't crash when createImageFromRenderbuffer2 is NULLEmil Velikov2017-10-131-1/+2