summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tgsi: add DDIV instructionNicolai Hähnle2017-01-164-1/+17
* radeonsi: fix R600_DEBUG=nooptvariantNicolai Hähnle2017-01-161-1/+1
* i965: Make BLORP disable the NP Z PMA stall fix.Kenneth Graunke2017-01-161-0/+4
* i965: Enable OpenGL 4.5 on Haswell.Kenneth Graunke2017-01-162-2/+2
* radeonsi: implement GL_FIXED vertex formatMarek Olšák2017-01-163-7/+20
* radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formatsMarek Olšák2017-01-163-18/+90
* radeonsi: make fix_fetch 64-bitMarek Olšák2017-01-166-9/+18
* gallium/hud: avoid buffer overrunThomas Hindoe Paaboel Andersen2017-01-161-2/+4
* gallium/radeon: add GPU-shaders-busy HUD queryMarek Olšák2017-01-164-1/+31
* gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensibleMarek Olšák2017-01-163-32/+53
* radeonsi: show average results per frame for perf counters in HUDMarek Olšák2017-01-161-1/+1
* gallium/hud: disable queries during HUD draw callsMarek Olšák2017-01-163-1/+29
* gallium/hud: increase the vertex buffer size for background quadsMarek Olšák2017-01-161-1/+1
* st/va: delay calling begin_frame until we have all parametersNayan Deshmukh2017-01-161-3/+3
* i965: Use align1 mode for barrier messages.Kenneth Graunke2017-01-151-0/+3
* nvc0/ir: emit FMZ flag when requested on FFMAIlia Mirkin2017-01-151-0/+4
* nir/gcm: fix a bug with metadata handlingConnor Abbott2017-01-141-3/+3
* radv: generate entrypoints from vk.xmlLionel Landwerlin2017-01-142-60/+56
* anv: generate entry points from vk.xmlLionel Landwerlin2017-01-142-65/+71
* vulkan: add API registryLionel Landwerlin2017-01-142-1/+4906
* radv: make device extension setup dynamicAndres Rodriguez2017-01-142-65/+130
* radv: rename global extension properties structsAndres Rodriguez2017-01-141-14/+14
* radv: use a winsys context per-queue, instead of per device v2Andres Rodriguez2017-01-143-21/+22
* nir: optimise min/max fadd combosTimothy Arceri2017-01-142-0/+26
* i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.Kenneth Graunke2017-01-1311-70/+52
* anv: remove some unused macros and functionsGrazvydas Ignotas2017-01-132-34/+0
* anv: Default PointSize to 1.0 if not written by the shaderJason Ekstrand2017-01-131-2/+10
* anv/pipeline: Replace get_fs_input_map with get_last_vue_prog_dataJason Ekstrand2017-01-133-22/+10
* i965/vec4: Fix mapping attributesJuan A. Suarez Romero2017-01-132-23/+11
* anv: Move nir_lower_wpos_center after dead variable elimination.Kenneth Graunke2017-01-131-3/+3
* i965: Fix textureGather with RG32I/UI on Gen7.Kenneth Graunke2017-01-132-8/+37
* radv: Support loader interface version 3.Bas Nieuwenhuizen2017-01-131-0/+45
* mesa/get: Remove unused extra_ARB_viewport_arrayBoyan Ding2017-01-131-1/+0
* xlib: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-74/+74
* radeon: Unify the style of function pointer calls in structsBoyan Ding2017-01-133-17/+17
* nouveau: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-3/+3
* glX_proto_send.py: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-1/+1
* loader/dri3: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-39/+39
* egl/dri2: Unify the style of function pointer calls in structsBoyan Ding2017-01-136-35/+34
* i915: Add XRGB8888 format to intel_screen_make_configsDerek Foreman2017-01-131-1/+2
* gbm/drm: Pick the oldest available buffer in get_back_boDerek Foreman2017-01-131-2/+4
* egl/wayland: Avoid race conditions when on non-main threadJonas Ådahl2017-01-133-14/+25
* egl/wayland: Cleanup private display connection when init failsJonas Ådahl2017-01-131-0/+4
* st/va: flush pipeline after post processingsguttula2017-01-131-0/+1
* main/fbobject: throw invalid operation when get_attachment fails if neededAlejandro Piñeiro2017-01-131-7/+42
* main/fboject: return if it is color_attachment on get_attachmentAlejandro Piñeiro2017-01-131-11/+19
* mesa/main: fix version/extension checks in _mesa_ClampColorNicolai Hähnle2017-01-131-6/+10
* radeonsi: replace si_shader_context::soa by bld_baseSamuel Pitoiset2017-01-133-82/+78
* radeonsi: replace ctx->soa.outputs by ctx->outputsSamuel Pitoiset2017-01-132-23/+26
* radeonsi: move si_shader_context::soa::addr to si_shader_contextSamuel Pitoiset2017-01-133-11/+12