summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-17radeonsi: don't emit AMDGPU intrinsics for integer abs, min, maxMarek Olšák1-10/+50
2015-10-17radeonsi: don't emit AMDGPU intrinsics for EX2, ROUND, TRUNCMarek Olšák1-3/+3
2015-10-17radeonsi: initialize output, temp, and address registers to "undef"Marek Olšák1-4/+15
2015-10-17gallivm: implement the correct version of LRPMarek Olšák1-6/+13
2015-10-17gallivm: set correct opcode info from unary/binary/ternary emitsMarek Olšák1-3/+6
2015-10-17radeonsi: implement vertex color clampingMarek Olšák5-4/+52
2015-10-17radeonsi: implement fragment color clampingMarek Olšák6-2/+18
2015-10-17radeonsi: clean up other scratch buffer functionsMarek Olšák1-15/+8
2015-10-17radeonsi: clean up copy-pasted scratch buffer updatesMarek Olšák1-26/+13
2015-10-17radeonsi: unify shader create functionsMarek Olšák1-40/+9
2015-10-17radeonsi: unify shader delete functionsMarek Olšák1-67/+17
2015-10-17radeonsi: fix a GS copy shader leakMarek Olšák1-1/+3
2015-10-17radeonsi: remove an unused ctx parameter in si_shader_destroyMarek Olšák4-6/+6
2015-10-17radeonsi: print export_prim_id from the shader keyMarek Olšák1-0/+2
2015-10-17radeonsi: disable NaNs for LS and HSMarek Olšák1-2/+4
2015-10-17radeonsi: clean up si_llvm_init_export_argsMarek Olšák1-42/+35
2015-10-17tgsi: move pipe_shader_from_tgsi_processor function to utilMarek Olšák2-24/+24
2015-10-17mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()Brian Paul1-1/+0
2015-10-17st/mesa: fix clip state dependenciesMarek Olšák1-1/+4
2015-10-17gallium/hud: fix possible NULL pointer dereferenceMarek Olšák1-0/+3
2015-10-17scons: fix MSVC, MinGW buildBrian Paul4-2/+21
2015-10-17build: fix make-check after a6a6a71Rob Clark1-0/+5
2015-10-17build: fix out-of-tree build after b9b40efRob Clark1-0/+1
2015-10-17nvc0: add support for performance monitoring metrics on FermiSamuel Pitoiset4-3/+500
2015-10-16glsl: (mostly) remove libglsl_utilRob Clark5-11/+1
2015-10-16nir: remove dependency on glslRob Clark29-19/+34
2015-10-16glsl: move half<->float convertion to utilRob Clark13-155/+228
2015-10-16glsl: move builtin vector types to glsl_types.cppRob Clark2-3/+15
2015-10-16glsl: couple shader_enums cleanupsRob Clark3-5/+15
2015-10-17glsl: initialise record array count to 1Timothy Arceri1-0/+1
2015-10-17nir: add atomic lowering support for AoATimothy Arceri1-10/+12
2015-10-17nir: wrapper for glsl_type arrays_of_arrays_size()Timothy Arceri2-0/+8
2015-10-16configure: show which gallium drivers/sts are builtIlia Mirkin1-1/+11
2015-10-16tgsi: initialize ctx.file in tgsi_dump_instruction()Brian Paul1-0/+1
2015-10-16nvc0: add a note about MP counters on GF100/GF110Samuel Pitoiset1-0/+5
2015-10-16nvc0: add MP counters variants for GF100/GF110Samuel Pitoiset2-77/+483
2015-10-16nvc0: move SW/HW queries info to their respective filesSamuel Pitoiset7-178/+228
2015-10-16nvc0: enable compute support by default on FermiSamuel Pitoiset2-8/+2
2015-10-16nvc0: allow only one active query for the MP counters groupSamuel Pitoiset1-11/+9
2015-10-16nvc0: read MP counters of all GPCs on FermiSamuel Pitoiset1-1/+1
2015-10-16nvc0: store the number of GPCs to nvc0_screenSamuel Pitoiset2-0/+2
2015-10-16nvc0: fix unaligned mem access when reading MP counters on FermiSamuel Pitoiset1-6/+12
2015-10-16nvc0: fix monitoring multiple MP counters queries on FermiSamuel Pitoiset1-76/+87
2015-10-16nvc0: fix queries which use multiple MP counters on FermiSamuel Pitoiset1-47/+81
2015-10-16nvc0: allow to use 8 MP counters on FermiSamuel Pitoiset2-19/+13
2015-10-16nvc0: fix sequence field init for MP counters on FermiSamuel Pitoiset1-2/+4
2015-10-16nvc0: correctly enable the MP counters' multiplexer on FermiSamuel Pitoiset1-4/+1
2015-10-16nvc0: rip off the kepler MP-enabling logic from the Fermi codepathSamuel Pitoiset1-7/+1
2015-10-16nvc0: split out begin_query() hook used by MP countersSamuel Pitoiset1-24/+84
2015-10-16nvc0: remove useless call to query_get_cfg() in nvc0_hw_sm_query_end()Samuel Pitoiset1-3/+1