summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: cleanup GLX_USE_TLS handlingEmil Velikov2016-12-091-2/+3
* configure: enable glx-tls by defaultEmil Velikov2016-12-091-2/+2
* docs: document how to (self-) reject stable patchesEmil Velikov2016-12-091-0/+7
* 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
* radv: refactor out the descriptor user sgpr setting.Dave Airlie2016-12-071-18/+18
* radv: only bind descriptor sets to stages that need themDave Airlie2016-12-071-16/+29
* radv: move descriptor set userdata emission to draw flush time.Dave Airlie2016-12-072-2/+23
* radv: refactor descriptor set userdata emission out.Dave Airlie2016-12-071-15/+22
* radv: pass pipeline to constant flush functionDave Airlie2016-12-071-4/+6
* radv: consolidate compute pipeline flushing (v1.1)Dave Airlie2016-12-071-12/+14
* radeonsi: wait for outstanding LDS instructions in memory barriers if neededMarek Olšák2016-12-071-1/+17
* tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák2016-12-071-0/+1
* radeonsi: wait for outstanding memory instructions in TCS barriersMarek Olšák2016-12-071-1/+5
* radeonsi: allow specifying simm16 of emit_waitcnt at call sitesMarek Olšák2016-12-071-5/+7
* radeonsi: write shader descriptors into hang reportsMarek Olšák2016-12-073-0/+117
* radeonsi: check for sampler state CSO corruptionMarek Olšák2016-12-073-0/+17
* radeonsi: properly declare context sampler statesMarek Olšák2016-12-073-4/+4
* radeonsi: fix incorrect FMASK checking in bind_sampler_statesMarek Olšák2016-12-071-4/+4
* radeonsi: always restore sampler states when unbinding sampler viewsMarek Olšák2016-12-071-3/+8
* radeonsi: take LDS into account for compute shader occupancy statsMarek Olšák2016-12-071-11/+18
* st/mesa: round lod_bias to a multiple of 1/256Marek Olšák2016-12-071-0/+6
* gallium: decrease the size of pipe_sampler_state fieldsMarek Olšák2016-12-071-3/+3