summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* Android: push driver build details to driver makefilesRob Herring2017-05-1111-2/+61
* Android: amd: use exported include dirs instead of explicit includesRob Herring2017-05-111-2/+0
* Android: remove remaining explicit libcxx includesRob Herring2017-05-112-3/+1
* radeonsi: remove upload code for zero-stride vertex attribsMarek Olšák2017-05-101-26/+8
* gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák2017-05-1015-0/+15
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-1079-801/+410
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-106-59/+89
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-1051-172/+173
* radeonsi: silent a compiler warningSamuel Pitoiset2017-05-101-1/+1
* radeonsi: dump compute descriptor listsNicolai Hähnle2017-05-101-0/+10
* radeonsi: dump both enabled and required descriptor slotsNicolai Hähnle2017-05-101-6/+12
* radeonsi: dump compute shader as part of debug dumpNicolai Hähnle2017-05-101-0/+11
* radeonsi: move struct si_compute into a headerNicolai Hähnle2017-05-103-21/+52
* radeonsi: split descriptor list dumpingNicolai Hähnle2017-05-101-16/+21
* radeonsi: split shader dumpingNicolai Hähnle2017-05-101-12/+18
* radeonsi: more const qualifiers in shader dump functionsNicolai Hähnle2017-05-102-12/+12
* ddebug: implement dd_dump_launch_gridNicolai Hähnle2017-05-102-1/+7
* ddebug: extract dd_dump_shaderNicolai Hähnle2017-05-101-74/+82
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-094-7/+7
* freedreno: fix clang error in fd_get_compute_paramRob Herring2017-05-091-1/+1
* swr: fix polygonmode for front==backGeorge Kyriazis2017-05-082-1/+27
* swr/rast: support polygonmode pointGeorge Kyriazis2017-05-081-52/+116
* swr: move msaa resolve to generalized StoreTileBruce Cherniak2017-05-083-80/+82
* radeonsi: rename si_eliminate_const_vs_outputs -> si_optimize_vs_outputsMarek Olšák2017-05-081-2/+2
* radeonsi: split per-patch from per-vertex indicesNicolai Hähnle2017-05-083-21/+42
* radeonsi: clarify documentation of existing SI workaroundNicolai Hähnle2017-05-081-1/+3
* radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SINicolai Hähnle2017-05-081-0/+14
* radeonsi: load patch_id for TES-as-ES when exporting for PSNicolai Hähnle2017-05-081-2/+2
* radeonsi: fix primitive ID in fragment shader when using tessellationNicolai Hähnle2017-05-081-10/+17
* radeonsi: mark fast-cleared textures as compressed when dirtyingNicolai Hähnle2017-05-081-2/+14
* nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*Pierre Moreau2017-05-075-10/+7
* nv50/ir: Remove unused translation methodsPierre Moreau2017-05-072-10/+3
* nv50/ir: Free target if we failed to create a programPierre Moreau2017-05-071-1/+3
* nv50/ir: Fail if encountering unknown shader typePierre Moreau2017-05-071-2/+2
* Revert "radeonsi: constify a bunch of the perfcounter structs."Marek Olšák2017-05-063-46/+52
* Revert "radeonsi: fix build with GCC 4.8"Marek Olšák2017-05-061-1/+1
* freedreno/a3xx: fix hang w/ large render targets and small gmemRob Clark2017-05-063-0/+7
* freedreno/ir3: add macro to declare variable length arraysRob Clark2017-05-061-18/+21
* radeonsi: apply the tess+GS hang workaround to Polaris12 as wellMarek Olšák2017-05-051-1/+2
* radeonsi: fix build with GCC 4.8Samuel Pitoiset2017-05-051-1/+1
* radeonsi/gfx9: allow the scratch buffer in HS and GSMarek Olšák2017-05-051-10/+0
* radeonsi: prevent race conditions when doing scratch patchingMarek Olšák2017-05-051-2/+30
* radeonsi: separate scratch state patching code into its own functionMarek Olšák2017-05-051-46/+55
* radeonsi/gfx9: also apply scratch relocations to the 1st shader of merged sha...Marek Olšák2017-05-051-0/+3
* radeonsi/gfx9: set correct LLVM calling conventions for merged shadersMarek Olšák2017-05-052-2/+18
* radeonsi: remove unused parameters from si_shader_apply_scratch_relocsMarek Olšák2017-05-054-10/+6
* radeonsi: inline si_llvm_shader_type into si_llvm_create_funcMarek Olšák2017-05-053-33/+22
* radeonsi: don't use util_memcpy_cpu_to_le32 for shader uploadsMarek Olšák2017-05-051-7/+8
* radeonsi: make si_compile_llvm staticMarek Olšák2017-05-052-16/+8
* radeonsi: fold surrounding code into si_llvm_finalize_moduleMarek Olšák2017-05-053-21/+12