aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: correct maximum wave count per SIMDMarek Olšák2017-08-281-1/+12
* docs: update calendar, add news item and link release notes for 17.1.8Andres Gomez2017-08-283-7/+8
* docs: add sha256 checksums for 17.1.8Andres Gomez2017-08-281-1/+2
* docs: add release notes for 17.1.8Andres Gomez2017-08-281-0/+114
* st/mesa: fix handling of vertex array double inputsIlia Mirkin2017-08-281-1/+3
* glsl: fix counting of vertex shader output slots used by explicit varsIlia Mirkin2017-08-281-1/+2
* intel/compiler: Cast reg types explicitlyTopi Pohjolainen2017-08-281-2/+2
* gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASKGwan-gyeong Mun2017-08-281-1/+1
* radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()Samuel Pitoiset2017-08-281-7/+17
* radv: rename record_fail to record_result and use VkResultSamuel Pitoiset2017-08-282-9/+9
* gallium/docs: fix a typoGwan-gyeong Mun2017-08-281-1/+1
* i915g: Remove a few unused variablesEduardo Lima Mitev2017-08-281-16/+0
* disk_cache: assert if a cache entries keys don't match mesaTimothy Arceri2017-08-281-1/+3
* Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák2017-08-273-22/+0
* radv/wsi: Compute correct row_pitch for GFX9.Dave Airlie2017-08-271-2/+6
* etnaviv: use correct param for etna_compatible_rs_format(..)Christian Gmeiner2017-08-261-1/+1
* egl: don't NULL deref the .get_capabilities function pointerEmil Velikov2017-08-261-1/+2
* mapi/gen: remove shebang from the marshal generator scriptsEmil Velikov2017-08-263-3/+0
* dri_interface.h: add missing stdint.h includeEmil Velikov2017-08-261-0/+2
* xmlconfig: use the portable __VA_ARGS__Emil Velikov2017-08-261-6/+6
* gallium/vbuf: fix buffer reference bugsBrian Paul2017-08-251-4/+3
* docs: add an additional final cycle for 17.1Andres Gomez2017-08-261-1/+7
* docs: remove released and extend the calendar until the end of 2017Andres Gomez2017-08-261-4/+84
* radv: Fix sparse BO mapping merging.Bas Nieuwenhuizen2017-08-251-0/+1
* radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen2017-08-251-1/+1
* radv: Don't set a new subpass on compute resolve.Bas Nieuwenhuizen2017-08-251-8/+0
* radv: Remove some intel comments from the resolve code.Bas Nieuwenhuizen2017-08-253-21/+0
* egl/drm: Don't "fall back" to /dev/dri/card0 if the first open failsAdam Jackson2017-08-251-2/+0
* i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code.Kenneth Graunke2017-08-251-4/+4
* i965: Do not store SRC after 0 on component control.Rafael Antognolli2017-08-251-2/+2
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-2512-16/+24
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-2512-6/+20
* gallium/u_threaded: fix a typoMarek Olšák2017-08-251-1/+1
* khronos/egl: remove dependency on Android NDK headerEric Engestrom2017-08-251-2/+1
* Revert "egl/android: add missing include"Eric Engestrom2017-08-251-1/+0
* mesa: add KHR_no_error support to glBindBufferOffsetEXT()Samuel Pitoiset2017-08-253-1/+15
* mesa: add bind_buffer_offset() helperSamuel Pitoiset2017-08-251-13/+23
* mesa: add KHR_no_error support to glTransformFeedbackVaryings()Samuel Pitoiset2017-08-253-1/+17
* mesa: add transform_feedback_varyings() helperSamuel Pitoiset2017-08-251-26/+37
* mesa: add KHR_no_error support to glResumeTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add resume_transform_feedback() helperSamuel Pitoiset2017-08-251-7/+15
* mesa: add KHR_no_error support to glPauseTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add pause_transform_feedback() helperSamuel Pitoiset2017-08-251-7/+15
* mesa: add KHR_no_error support to glEndTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add end_transform_feedback() helperSamuel Pitoiset2017-08-251-9/+17
* mesa: add KHR_no_error support to glBeginTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add begin_transform_feedback() helperSamuel Pitoiset2017-08-251-20/+35
* mesa: add KHR_no_error support to glBindTransformFeedback()Samuel Pitoiset2017-08-253-1/+12
* mesa: add bind_transform_feedback() helperSamuel Pitoiset2017-08-251-10/+18
* mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao()Samuel Pitoiset2017-08-251-4/+16