aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 17.2.3mesa-17.2.3Emil Velikov2017-10-191-0/+180
* Update version to 17.2.3Emil Velikov2017-10-191-1/+1
* eglmesaext: add forward declaration for struct wl_buffersEmil Velikov2017-10-171-0/+1
* wayland-drm: use a copy of the wayland_drm_callbacks structEmil Velikov2017-10-171-5/+5
* nir: Get rid of the variable on vote intrinsicsJason Ekstrand2017-10-172-5/+3
* nir/opcodes: Fix constant-folding of ufind_msbJason Ekstrand2017-10-171-1/+1
* glsl/blob: Return false from grow_to_fit if we've ever failedJason Ekstrand2017-10-172-1/+13
* glsl/blob: Return false from ensure_can_read on overrunJason Ekstrand2017-10-171-0/+3
* scons: use python3-compatible print()Eric Engestrom2017-10-178-30/+30
* radv: Only set the MTYPE flags on GFX9+.Bas Nieuwenhuizen2017-10-171-1/+1
* egl/wayland: Don't use dmabuf with no modifiersDaniel Stone2017-10-171-7/+11
* egl/wayland: Check queryImage return for wl_bufferDaniel Stone2017-10-171-15/+41
* swr/rast: do not crash on NULL strings returned by getenvEmil Velikov2017-10-171-1/+2
* radeonsi: clamp border colors for upgraded depth texturesNicolai Hähnle2017-10-171-59/+60
* radeonsi: clamp depth comparison value only for fixed point formatsNicolai Hähnle2017-10-177-14/+55
* st/glsl_to_tgsi: fix a use-after-free in merge_two_dstsNicolai Hähnle2017-10-171-1/+2
* anv: bo_cache: allow importing a BO larger than neededLionel Landwerlin2017-10-171-1/+1
* st/glsl_to_tgsi: fix indirect access to 64-bit integerNicolai Hähnle2017-10-171-1/+1
* nv50,nvc0: fix push hint logic in presence of a start offsetIlia Mirkin2017-10-172-7/+5
* radv: lower ffma in nir.Dave Airlie2017-10-171-0/+1
* radv: Add R16G16B16A16_SNORM fast clear supportAlex Smith2017-10-171-0/+6
* st/mesa: don't clobber glGetInternalformat* buffer for GL_NUM_SAMPLE_COUNTSNicolai Hähnle2017-10-171-1/+2
* nv50/ir: fix 64-bit integer shiftsIlia Mirkin2017-10-171-1/+3
* anv: Do not assert() on VK_ATTACHMENT_UNUSEDJózef Kucia2017-10-171-1/+2
* spirv: Fix SpvOpAtomicISubJózef Kucia2017-10-171-0/+1
* cherry-ignore: add "anv/wsi: Allocate enough memory for the entire image"Emil Velikov2017-10-171-0/+4
* anv/cmd_buffer: Reset state in cmd_buffer_destroyLionel Landwerlin2017-10-171-9/+3
* anv/cmd_buffer: fix push descriptors with set > 0Lionel Landwerlin2017-10-172-13/+49
* glsl_to_tgsi: fix instruction order for bindless texturesMarek Olšák2017-10-171-4/+14
* intel/compiler: Don't propagate cmod into integer multipliesJason Ekstrand2017-10-172-0/+34
* intel/compiler: Don't cmod propagate into a saturated operationJason Ekstrand2017-10-172-0/+16
* gallivm/ppc64le: allow environmental control of Altivec code generationBen Crocker2017-10-171-8/+24
* gallivm/ppc64le: adjust VSX code generation control.Ben Crocker2017-10-171-7/+30
* gallivm: allow additional llc optionsBen Crocker2017-10-171-0/+23
* gallivm: fix typo in debug_printf messageBen Crocker2017-10-171-1/+1
* st/va: don't re-allocate interlaced buffer with pakced formatLeo Liu2017-10-171-4/+6
* st/vdpau: don't re-allocate interlaced buffer with packed YUV formatLeo Liu2017-10-171-0/+2
* radv: emit fmuladd instead of fma to llvm.Dave Airlie2017-10-171-1/+1
* cherry-ignore: add "anv: Remove unreachable cases from isl_format_for_size"Emil Velikov2017-10-171-0/+5
* intel: compiler: vec4: add missing default 0 lodLionel Landwerlin2017-10-171-0/+9
* anv: Fix vkCmdFillBuffer()Józef Kucia2017-10-111-2/+2
* st/mesa: don't use pipe_surface for passing information about EGLImageMarek Olšák2017-10-111-46/+50
* nir/spirv: Allow loop breaks in a switch body.Bas Nieuwenhuizen2017-10-111-1/+1
* freedreno/a5xx: fix missing restore stateRob Clark2017-10-111-0/+3
* freedreno/a5xx: align height to GMEMRob Clark2017-10-111-1/+5
* radeonsi: fix maximum advertised point size / line widthNicolai Hähnle2017-10-112-8/+3
* radeonsi: deduce rast_prim correctly for tessellation point modeNicolai Hähnle2017-10-111-3/+6
* radeonsi: don't discard points and linesNicolai Hähnle2017-10-112-2/+26
* radeonsi: move current_rast_prim to r600_common_contextNicolai Hähnle2017-10-115-9/+13
* glsl/lower_instruction: handle denorms and overflow in ldexp correctlyNicolai Hähnle2017-10-111-61/+106