summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-09i965/disasm: Decode dataport constant cache control fields.i965-const-cacheFrancisco Jerez1-0/+1
2016-12-09i965/fs: Remove the FS_OPCODE_SET_SIMD4X2_OFFSET virtual opcode.Francisco Jerez4-33/+0
2016-12-09i965/fs: Drop useless access mode override from pull constant generator code.Francisco Jerez1-2/+0
2016-12-09i965/fs: Fetch one cacheline of pull constants at a time.Francisco Jerez2-19/+18
2016-12-09i965/fs: Expose arbitrary pull constant load sizes to the IR.Francisco Jerez4-27/+26
2016-12-09i965: Factor out oword block read and write message control calculation.Francisco Jerez2-12/+8
2016-12-09i965/fs: Switch to the constant cache for uniform pull constants.Francisco Jerez4-91/+36
2016-12-09i965: Let the caller of brw_set_dp_write/read_message control the target cache.Francisco Jerez3-42/+43
2016-12-09i965/gen6+: Invalidate constant cache on brw_emit_mi_flush().Francisco Jerez1-0/+1
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
2016-12-07radv: pass pipeline to constant flush functionDave Airlie1-4/+6
2016-12-07radv: consolidate compute pipeline flushing (v1.1)Dave Airlie1-12/+14
2016-12-07radeonsi: wait for outstanding LDS instructions in memory barriers if neededMarek Olšák1-1/+17
2016-12-07tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák1-0/+1
2016-12-07radeonsi: wait for outstanding memory instructions in TCS barriersMarek Olšák1-1/+5
2016-12-07radeonsi: allow specifying simm16 of emit_waitcnt at call sitesMarek Olšák1-5/+7
2016-12-07radeonsi: write shader descriptors into hang reportsMarek Olšák3-0/+117
2016-12-07radeonsi: check for sampler state CSO corruptionMarek Olšák3-0/+17
2016-12-07radeonsi: properly declare context sampler statesMarek Olšák3-4/+4
2016-12-07radeonsi: fix incorrect FMASK checking in bind_sampler_statesMarek Olšák1-4/+4
2016-12-07radeonsi: always restore sampler states when unbinding sampler viewsMarek Olšák1-3/+8
2016-12-07radeonsi: take LDS into account for compute shader occupancy statsMarek Olšák1-11/+18
2016-12-07st/mesa: round lod_bias to a multiple of 1/256Marek Olšák1-0/+6
2016-12-07gallium: decrease the size of pipe_sampler_state fieldsMarek Olšák1-3/+3
2016-12-07cso: don't release sampler states that are boundMarek Olšák1-1/+3
2016-12-07i965: Increase max texture to 16k for gen7+Jordan Justen1-3/+10
2016-12-07intel/blorp_blit: Add split_blorp_blit_debug switchJordan Justen1-3/+9
2016-12-07intel/blorp_blit: Enable splitting large blorp blitsJordan Justen1-1/+40
2016-12-07intel/blorp_blit: Move RGB=>R conversion to follow blit splittingJordan Justen1-48/+65
2016-12-07intel/blorp_blit: Adjust blorp surface parameters for split blitsJordan Justen1-3/+94