aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-134-15/+26
* egl/wayland: Cleanup private display connection when init failsJonas Ådahl2017-01-131-0/+4
* travis: Add the new drivers etnaviv and imxRhys Kidd2017-01-131-3/+3
* 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
* radeonsi: allocate the array of immediates dynamicallySamuel Pitoiset2017-01-133-13/+24
* radv: remove some unused macros and functionsGrazvydas Ignotas2017-01-132-33/+1
* anv: Avoid some resolves for samplable HiZ buffersNanley Chery2017-01-121-18/+49
* anv: Enable sampling from HiZNanley Chery2017-01-122-4/+17
* anv/blorp: Don't fast depth clear samplable HiZ buffers on BDWNanley Chery2017-01-121-0/+9
* anv: Add a helper to determine sampling with HiZNanley Chery2017-01-121-0/+7
* isl/surface_state: Handle ISL_AUX_USAGE_HIZNanley Chery2017-01-121-0/+29
* anv: Perform HiZ resolves only on layout transitionsNanley Chery2017-01-122-56/+42
* anv: Disable HiZ for input attachmentsNanley Chery2017-01-122-16/+24
* anv: Avoid resolves incurred by fast depth clearsNanley Chery2017-01-123-6/+23
* anv: Prepare for transitioning to the requested final layoutNanley Chery2017-01-122-0/+6
* anv: Store depth stencil layoutsNanley Chery2017-01-123-0/+17
* anv: Add helpers to handle depth buffer layout transitionsNanley Chery2017-01-121-0/+50
* anv: Delete anv's HiZ op emit functionNanley Chery2017-01-123-233/+0
* anv: Use the gen8 BLORP HiZ resolving functionNanley Chery2017-01-121-3/+24
* anv/blorp: Add a gen8 HiZ op resolve functionNanley Chery2017-01-122-0/+88
* anv: Use gen8 BLORP HiZ clearing functionsNanley Chery2017-01-122-5/+50
* intel/blorp_clear: Add gen8 HiZ clearing functionsNanley Chery2017-01-122-0/+93
* anv: Enable HiZ support for multiple subpassesNanley Chery2017-01-123-13/+8
* anv: Use ::anv_attachment_state for toggling HiZ per subpassNanley Chery2017-01-121-2/+4
* anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZNanley Chery2017-01-125-16/+18
* anv/blorp: Handle ISL_AUX_USAGE_HIZNanley Chery2017-01-121-1/+2
* intel/blorp: Add the BDW+ optimized HZ_OP sequence to BLORPNanley Chery2017-01-121-0/+87