summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* cso: don't release sampler states that are boundMarek Olšák2016-12-071-1/+3
* i965: Increase max texture to 16k for gen7+Jordan Justen2016-12-071-3/+10
* intel/blorp_blit: Add split_blorp_blit_debug switchJordan Justen2016-12-071-3/+9
* intel/blorp_blit: Enable splitting large blorp blitsJordan Justen2016-12-071-1/+40
* intel/blorp_blit: Move RGB=>R conversion to follow blit splittingJordan Justen2016-12-071-48/+65
* intel/blorp_blit: Adjust blorp surface parameters for split blitsJordan Justen2016-12-071-3/+94