summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-12i965/blorp: fix release build unused variable warningGrazvydas Ignotas1-3/+1
2016-12-12virgl: Fix a strict-aliasing violation in the encoderEdward O'Callaghan1-1/+7
2016-12-11i965: Print out cycle estimates at the start of block annotations.Kenneth Graunke1-1/+1
2016-12-11mesa: Return LINEAR encoding for winsys FBO depth/stencil.Kenneth Graunke1-2/+7
2016-12-11intel/aubinator: fix 32bit shift overflow warningGrazvydas Ignotas1-1/+1
2016-12-11anv: fix release build unused variable warningsGrazvydas Ignotas2-2/+3
2016-12-10radv/ac: some fix maybe-uninitialized warningsGrazvydas Ignotas1-1/+4
2016-12-10radv/meta: use VK_NULL_HANDLE for handlesGrazvydas Ignotas3-4/+4
2016-12-10radv: fix release build unused variable warningsGrazvydas Ignotas2-19/+21
2016-12-10softpipe: fix release build unused variable warningGrazvydas Ignotas1-1/+1
2016-12-10radeonsi: fix release build unused variable warningsGrazvydas Ignotas2-2/+2
2016-12-10i965/mt: Disable HiZ when sharing depth buffer externally (v2)Chad Versace1-7/+22
2016-12-10i965/mt: Disable aux surfaces after making miptree shareableChad Versace1-0/+2
2016-12-09spirv: Use a simpler and more correct implementaiton of tanh()Jason Ekstrand1-9/+14
2016-12-09glsl: Use a simpler formula for tanhJason Ekstrand1-8/+10
2016-12-10anv: Clean up some unused variablesEdward O'Callaghan1-15/+0
2016-12-09swr: [rasterizer common/core/jitter] fetch support for GL_FIXEDTim Rowley5-34/+188
2016-12-09egl: add and enable EGL_KHR_config_attribsEmil Velikov2-0/+7
2016-12-09egl/surfaceless: remove duplicate KHR_image_base enablementEmil Velikov1-2/+0
2016-12-09egl: unexport _eglConvertIntsToAttribsEric Engestrom2-4/+1
2016-12-09egl: rename static functions to match conventionEric Engestrom1-9/+9
2016-12-09compiler/glsl: fix precision problem of tanhHaixia Shi1-2/+10
2016-12-09swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512Tim Rowley2-26/+24
2016-12-09radv: Use enum for memory types.Bas Nieuwenhuizen2-28/+21
2016-12-09radv: Use enum for memory heaps.Bas Nieuwenhuizen2-8/+17
2016-12-09radv: Clean up some unused variables.Bas Nieuwenhuizen1-16/+0
2016-12-09i965: delay adding built-in uniforms to Parameters listTimothy Arceri1-23/+19
2016-12-08swr: [rasterizer core] supply proper clip distances to point spritesIlia Mirkin1-3/+9
2016-12-08swr: [rasterizer core] perform perspective division on clip distancesIlia Mirkin1-6/+8
2016-12-08radv/ac: no need to pass nir to the post outputs handlingDave Airlie1-9/+6
2016-12-08radv: fix warnings in ubo load code.Dave Airlie1-3/+0
2016-12-08radv/ac: pass a mask of array params not a number.Dave Airlie1-5/+6
2016-12-08radv: split out a chunk of variant filling code.Dave Airlie1-33/+43
2016-12-08radv/meta: don't pass rect into blit2d src function.Dave Airlie1-2/+1
2016-12-08radv/meta: cleanup image info setup.Dave Airlie1-19/+13
2016-12-08radv/meta: split copyimage api into api and meta functionDave Airlie1-11/+23
2016-12-08radv/meta: clean up buffer->image code.Dave Airlie1-35/+7
2016-12-08radv/ac: don't pass nir to create_functionDave Airlie1-7/+6
2016-12-08radv: add missing license file to radv_meta_bufimage.Dave Airlie1-0/+27
2016-12-08radv/ac: use build_gep0 instead of opencoding it.Dave Airlie1-9/+5
2016-12-08radeonsi: disable the constant engine (CE) on Carrizo and StoneyMarek Olšák1-1/+4
2016-12-08radeonsi: Fix typo: "llvm.fs.interp" => "llvm.SI.fs.interp"Michel Dänzer1-1/+1
2016-12-07radv: make push constants optionalDave Airlie1-5/+17
2016-12-07radv: only emit descriptor sgprs when neededDave Airlie1-25/+26
2016-12-07radv: move userdata sgpr ownership to compiler side.Dave Airlie3-73/+208
2016-12-07radv: refactor out the constant setting user sgpr code.Dave Airlie1-18/+17
2016-12-07radv: refactor out the descriptor user sgpr setting.Dave Airlie1-18/+18
2016-12-07radv: only bind descriptor sets to stages that need themDave Airlie1-16/+29
2016-12-07radv: move descriptor set userdata emission to draw flush time.Dave Airlie2-2/+23
2016-12-07radv: refactor descriptor set userdata emission out.Dave Airlie1-15/+22