summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tgsi/scan: collect information about output vertex streamsNicolai Hähnle2016-12-122-0/+19
* gallium: extract individual streamout output structureNicolai Hähnle2016-12-121-8/+13
* tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semanticNicolai Hähnle2016-12-124-3/+81
* glsl: remember per-component vertex streams for packed varyingsNicolai Hähnle2016-12-123-2/+24
* i965/blorp: fix release build unused variable warningGrazvydas Ignotas2016-12-121-3/+1
* virgl: Fix a strict-aliasing violation in the encoderEdward O'Callaghan2016-12-121-1/+7
* i965: Print out cycle estimates at the start of block annotations.Kenneth Graunke2016-12-111-1/+1
* mesa: Return LINEAR encoding for winsys FBO depth/stencil.Kenneth Graunke2016-12-111-2/+7
* intel/aubinator: fix 32bit shift overflow warningGrazvydas Ignotas2016-12-111-1/+1
* anv: fix release build unused variable warningsGrazvydas Ignotas2016-12-112-2/+3
* radv/ac: some fix maybe-uninitialized warningsGrazvydas Ignotas2016-12-101-1/+4
* radv/meta: use VK_NULL_HANDLE for handlesGrazvydas Ignotas2016-12-103-4/+4
* radv: fix release build unused variable warningsGrazvydas Ignotas2016-12-102-19/+21
* softpipe: fix release build unused variable warningGrazvydas Ignotas2016-12-101-1/+1
* radeonsi: fix release build unused variable warningsGrazvydas Ignotas2016-12-102-2/+2
* i965/mt: Disable HiZ when sharing depth buffer externally (v2)Chad Versace2016-12-101-7/+22
* i965/mt: Disable aux surfaces after making miptree shareableChad Versace2016-12-101-0/+2
* spirv: Use a simpler and more correct implementaiton of tanh()Jason Ekstrand2016-12-091-9/+14
* glsl: Use a simpler formula for tanhJason Ekstrand2016-12-091-8/+10
* anv: Clean up some unused variablesEdward O'Callaghan2016-12-101-15/+0
* swr: [rasterizer common/core/jitter] fetch support for GL_FIXEDTim Rowley2016-12-095-34/+188
* egl: add and enable EGL_KHR_config_attribsEmil Velikov2016-12-092-0/+7
* egl/surfaceless: remove duplicate KHR_image_base enablementEmil Velikov2016-12-091-2/+0
* egl: unexport _eglConvertIntsToAttribsEric Engestrom2016-12-092-4/+1
* egl: rename static functions to match conventionEric Engestrom2016-12-091-9/+9
* compiler/glsl: fix precision problem of tanhHaixia Shi2016-12-091-2/+10
* swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512Tim Rowley2016-12-092-26/+24
* radv: Use enum for memory types.Bas Nieuwenhuizen2016-12-092-28/+21
* radv: Use enum for memory heaps.Bas Nieuwenhuizen2016-12-092-8/+17
* radv: Clean up some unused variables.Bas Nieuwenhuizen2016-12-091-16/+0
* i965: delay adding built-in uniforms to Parameters listTimothy Arceri2016-12-091-23/+19
* swr: [rasterizer core] supply proper clip distances to point spritesIlia Mirkin2016-12-081-3/+9
* swr: [rasterizer core] perform perspective division on clip distancesIlia Mirkin2016-12-081-6/+8
* radv/ac: no need to pass nir to the post outputs handlingDave Airlie2016-12-081-9/+6
* radv: fix warnings in ubo load code.Dave Airlie2016-12-081-3/+0
* radv/ac: pass a mask of array params not a number.Dave Airlie2016-12-081-5/+6
* radv: split out a chunk of variant filling code.Dave Airlie2016-12-081-33/+43
* radv/meta: don't pass rect into blit2d src function.Dave Airlie2016-12-081-2/+1
* radv/meta: cleanup image info setup.Dave Airlie2016-12-081-19/+13
* radv/meta: split copyimage api into api and meta functionDave Airlie2016-12-081-11/+23
* radv/meta: clean up buffer->image code.Dave Airlie2016-12-081-35/+7
* radv/ac: don't pass nir to create_functionDave Airlie2016-12-081-7/+6
* radv: add missing license file to radv_meta_bufimage.Dave Airlie2016-12-081-0/+27
* radv/ac: use build_gep0 instead of opencoding it.Dave Airlie2016-12-081-9/+5
* radeonsi: disable the constant engine (CE) on Carrizo and StoneyMarek Olšák2016-12-081-1/+4
* radeonsi: Fix typo: "llvm.fs.interp" => "llvm.SI.fs.interp"Michel Dänzer2016-12-081-1/+1
* radv: make push constants optionalDave Airlie2016-12-071-5/+17
* radv: only emit descriptor sgprs when neededDave Airlie2016-12-071-25/+26
* radv: move userdata sgpr ownership to compiler side.Dave Airlie2016-12-073-73/+208
* radv: refactor out the constant setting user sgpr code.Dave Airlie2016-12-071-18/+17