summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Add a helper for adding texture instruction sourcesJason Ekstrand2017-10-174-43/+29
* st/va: Return correct width and height for encode/decode supportMark Thompson2017-10-171-10/+30
* st/va: Fix config entrypoint handlingMark Thompson2017-10-171-6/+12
* st/va: Disable vaExportSurfaceHandle()Mark Thompson2017-10-172-2/+2
* radv/image: bump all the offset to uint64_t.Dave Airlie2017-10-171-4/+4
* radv: port to using updated anv entrypoint/extension generator.Dave Airlie2017-10-177-474/+480
* radv: enable VK_KHX_multiview always.Dave Airlie2017-10-171-4/+4
* Revert "mesa: fix texture updates for ATI_fragment_shader"Marek Olšák2017-10-171-5/+3
* mesa: remove redundant NULL check in update_single_program_texture_stateMiklós Máté2017-10-171-2/+0
* meson: build mesa test.Dylan Baker2017-10-162-0/+46
* 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