aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/radeon: subclass threaded_resourceMarek Olšák2017-05-153-18/+22
* gallium/radeon: handle other map buffer flags from the threaded contextMarek Olšák2017-05-151-2/+4
* gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák2017-05-153-1/+14
* gallium/radeon: unwrap a context if we get a wrapped oneMarek Olšák2017-05-153-5/+9
* gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_regionMarek Olšák2017-05-151-2/+4
* gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák2017-05-154-0/+2723
* gallium/u_upload: add u_upload_cloneMarek Olšák2017-05-152-0/+14
* gallium: add flag PIPE_CONTEXT_PREFER_THREADEDMarek Olšák2017-05-151-0/+8
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-154-2/+14
* renderonly: Initialize fields of struct winsys_handle.Eric Anholt2017-05-151-0/+1
* Revert "freedreno: use bypass if only clears"Rob Clark2017-05-141-4/+1
* freedreno: fix crash when flush() but no renderingRob Clark2017-05-141-0/+6
* freedreno: fix indexbuffer uploadRob Clark2017-05-146-15/+26
* freedreno/a5xx: hw binning supportRob Clark2017-05-139-51/+185
* freedreno: update generated headersRob Clark2017-05-136-29/+297
* freedreno: use bypass if only clearsRob Clark2017-05-131-1/+4
* nv50/ir: Report wrong prog types using proper varPierre Moreau2017-05-131-1/+1
* radeonsi: get rid of secondary input/output wordNicolai Hähnle2017-05-123-47/+13
* radeonsi: reduce the number of generics for shader IO unique indicesNicolai Hähnle2017-05-121-1/+1
* radeonsi: at most 8 sets of texture coordinates are supportedNicolai Hähnle2017-05-121-0/+1
* radeonsi: skip generic out/in indices without a shader IO indexNicolai Hähnle2017-05-122-1/+9
* radeonsi: use SI_MAX_IO_GENERIC instead of magic valuesNicolai Hähnle2017-05-123-3/+8
* r600g: Add defines for per-shader engine settingsGlenn Kennard2017-05-121-0/+6
* r600g: Add instruction encoding defines for MEM_RDGlenn Kennard2017-05-121-0/+30
* r600g: Add scratch ring register definesGlenn Kennard2017-05-122-2/+20
* gallium/tests: fix build after index buffer changesMarek Olšák2017-05-1116-32/+32
* virgl: remove unused draw includeEmil Velikov2017-05-111-1/+0
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-111-4/+2
* Android: Drop linking libgccRob Herring2017-05-111-4/+0
* Android: rework LLVM build supportRob Herring2017-05-115-13/+12
* Android: rework libelf dependenciesRob Herring2017-05-112-5/+1
* Android: push driver build details to driver makefilesRob Herring2017-05-1116-61/+86
* Android: remove needless conditional including of child makefilesRob Herring2017-05-111-49/+3
* Android: Fix swrast only buildRob Herring2017-05-112-9/+6
* Android: amd: use exported include dirs instead of explicit includesRob Herring2017-05-112-8/+1
* Android: remove remaining explicit libcxx includesRob Herring2017-05-113-4/+1
* Android: drop static linking of R600 LLVM librariesMauro Rossi2017-05-111-6/+1
* gallivm: Fix build against LLVM SVN >= r302589Michel Dänzer2017-05-111-3/+9
* 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-1017-0/+18
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-10105-1160/+627
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-1013-105/+141
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-1075-338/+372
* 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