summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: Delete most of the constant_initializer supportJason Ekstrand2016-12-055-146/+12
* nir: Simplify nir_lower_gs_intrinsicsJason Ekstrand2016-12-051-21/+16
* nir/lower_returns: Stop using constant initializersJason Ekstrand2016-12-051-4/+5
* glsl/nir: Call nir_lower_constant_initializersJason Ekstrand2016-12-051-0/+2
* anv/pipeline: Call nir_lower_constant_initializersJason Ekstrand2016-12-051-0/+13
* nir: Add a pass for lowering away constant initializersJason Ekstrand2016-12-053-0/+115
* Revert "i965: use nir_lower_indirect_derefs() for GLSL"Jason Ekstrand2016-12-053-10/+23
* i965: Delete the meta-base CopyImageSubData implementationJason Ekstrand2016-12-054-328/+0
* i965/copy_image: Re-implement the blitter path with emit_miptree_blitJason Ekstrand2016-12-053-97/+80
* i965/blit: Break the guts of intel_miptree_blit into a helperJason Ekstrand2016-12-051-67/+84
* i965: use nir_lower_indirect_derefs() for GLSLTimothy Arceri2016-12-053-23/+10
* swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupportedTim Rowley2016-12-051-0/+1
* swr: include llvm version and vector width in renderer stringTim Rowley2016-12-051-1/+11
* gallivm: use getHostCPUFeatures on x86/llvm-4.0+.Tim Rowley2016-12-051-0/+15
* st/va: declare vlVaBuffer before vlVaContextJuan A. Suarez Romero2016-12-051-15/+15
* st/va: remove unused variable pbuffJuan A. Suarez Romero2016-12-051-1/+0
* st/va: automake: cleanup C{PP,}FLAGSEmil Velikov2016-12-051-12/+0
* configure.ac: Move llvm_set_environment_variables higher.Tobias Droste2016-12-0511-11/+11
* st/va: fix gop size for rate controlBoyuan Zhang2016-12-052-6/+14
* st/va: force to submit two consecutive single jobsBoyuan Zhang2016-12-053-7/+27
* st/vdpau: fix compiler warning in vlVdpVideoMixerRenderNayan Deshmukh2016-12-051-1/+1
* i965: Release aux buffer when disabling ccsTopi Pohjolainen2016-12-051-0/+3
* ac/nir: Only use the first component for SSBO atomics.Bas Nieuwenhuizen2016-12-051-2/+2
* radv: fix another regression since shadow fixes.Dave Airlie2016-12-051-1/+1
* spirv: Builtin Layer is an input for fragment shadersIago Toral Quiroga2016-12-031-1/+6
* swr: Fix active_queries countBruce Cherniak2016-12-021-6/+7
* swr: Fix type to match parameters of std::max()George Kyriazis2016-12-021-7/+7
* swr: [rasterizer jitter] include cstdarg in builder_misc.cppTim Rowley2016-12-021-1/+2
* nir: Get rid of nir_constant_dataJason Ekstrand2016-12-027-105/+98
* Revert "st/mesa: get Version from gl_program rather than gl_shader_program"Timothy Arceri2016-12-021-1/+4
* st/mesa: get Version from gl_program rather than gl_shader_programTimothy Arceri2016-12-021-4/+1
* st/mesa/glsl: move Version to gl_shader_program_dataTimothy Arceri2016-12-026-21/+27
* freedreno: no-op render when we need a fenceRob Clark2016-12-013-7/+40
* freedreno: native fence fd supportRob Clark2016-12-017-8/+69
* freedreno: some fence cleanupRob Clark2016-12-019-27/+23
* gallium: support for native fence fd'sRob Clark2016-12-0118-2/+91
* gallium: wire up server_wait_syncRob Clark2016-12-012-1/+11
* egl: add EGL_ANDROID_native_fence_syncRob Clark2016-12-017-7/+119
* egl: un-fallthrough sync attr parsingRob Clark2016-12-011-3/+3
* egl: initialize SyncCondition after attr parsingRob Clark2016-12-011-1/+2
* tgsi: store writes_primid when scanning tgsiTim Rowley2016-12-012-0/+4
* mesa: only verify that enabled arrays have backing buffersIlia Mirkin2016-12-011-1/+1
* vc4: Avoid false scheduling dependencies for LOAD_IMMs.Eric Anholt2016-11-302-0/+9
* vc4: Try to schedule QIR instructions between writing to and reading math.Eric Anholt2016-11-301-0/+22
* vc4: Improve interleaving of texture coordinates vs results.Eric Anholt2016-11-301-3/+3
* vc4: Fix stray "." on no-op MUL packs.Eric Anholt2016-11-301-6/+6
* vc4: Allow merging instructions with SF set where the other writes NOP.Eric Anholt2016-11-301-0/+1
* vc4: In a loop break/continue, jump if everyone has taken the path.Eric Anholt2016-11-301-10/+17
* anv: expose support for VK_KHR_sampler_mirror_clamp_to_edgeIlia Mirkin2016-11-301-0/+4
* anv/cmd_buffer: Actually use the stencil dimensionJason Ekstrand2016-11-301-1/+1