summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix occlusion queries on HawaiiMarek Olšák2014-07-281-1/+7
* winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák2014-07-283-5/+7
* radeonsi: fix a hang with streamout on HawaiiMarek Olšák2014-07-282-1/+14
* radeonsi: fix a hang with instancing on HawaiiMarek Olšák2014-07-281-1/+15
* gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák2014-07-281-0/+15
* radeonsi: fix CMASK and HTILE calculations for HawaiiMarek Olšák2014-07-281-2/+2
* r600g,radeonsi: add debug flags which disable tilingMarek Olšák2014-07-283-13/+24
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-2817-37/+37
* r600g: switch SNORM conversion to DX and GLES behaviorMarek Olšák2014-07-284-7/+0
* util: Fix typoTom Stellard2014-07-281-1/+1
* ilo: correctly propagate resource renames to hardwareChia-I Wu2014-07-283-14/+30
* ilo: add ilo_resource_get_bo() helperChia-I Wu2014-07-282-17/+18
* radeonsi: Use util_memcpy_cpu_to_le32()Tom Stellard2014-07-282-19/+8
* util: Add util_memcpy_cpu_to_le32() v3Tom Stellard2014-07-281-0/+17
* clover: Add checks for image support to the image functions v2Tom Stellard2014-07-283-0/+12
* r600g/compute: Add debug information to promote and demote functionsBruno Jiménez2014-07-281-4/+11
* r600g/compute: Add documentation to compute_memory_poolBruno Jiménez2014-07-282-31/+86
* ilo: unblock an inline write with a staging boChia-I Wu2014-07-281-13/+31
* ilo: try unblocking a transfer with a staging boChia-I Wu2014-07-284-19/+209
* ilo: enable persistent and coherent transfersChia-I Wu2014-07-283-8/+35
* ilo: drop ptr from ilo_transferChia-I Wu2014-07-282-35/+36
* ilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/Chia-I Wu2014-07-282-6/+6
* ilo: drop unused context param from transfer functionsChia-I Wu2014-07-281-115/+100
* ilo: tidy up transfer mapping/unmappingChia-I Wu2014-07-281-88/+89
* ilo: tidy up choose_transfer_method()Chia-I Wu2014-07-281-84/+164
* ilo: free transfers with util_slab_free()Chia-I Wu2014-07-281-1/+1
* clover: Add clUnloadPlatformCompiler.EdB2014-07-282-1/+6
* clover: Add clCreateProgramWithBuiltInKernels.EdB2014-07-282-1/+23
* ilo: simplify ilo_flush()Chia-I Wu2014-07-263-20/+30
* r600g/compute: Defrag the pool at the same time as we grow itBruno Jiménez2014-07-252-23/+19
* r600g/compute: Try to use a temporary resource when growing the poolBruno Jiménez2014-07-251-18/+43
* freedreno: fix typo in gpu version checkRob Clark2014-07-251-1/+1
* freedreno/ir3: split out shader compiler from a3xxRob Clark2014-07-2525-477/+580
* freedreno/a3xx/compiler: rename ir3_shader to ir3Rob Clark2014-07-2512-55/+55
* freedreno/a3xx/compiler: scheduler vs pred regRob Clark2014-07-252-3/+51
* freedreno/a3xx/compiler: little cleanupsRob Clark2014-07-254-39/+19
* freedreno/a3xx: enable/disable wa's based on patch-levelRob Clark2014-07-254-8/+34
* freedreno/a3xx/compiler: make IR heap dyanmicRob Clark2014-07-252-8/+43
* r600g/compute: Fix singed/unsigned comparison compiler warnings.Jan Vesely2014-07-251-7/+7
* clover: Query the device to see if images are supportedTom Stellard2014-07-253-1/+8
* gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTEDTom Stellard2014-07-253-1/+11
* r600g/compute: Allow compute_memory_defrag to defragment between resourcesBruno Jiménez2014-07-252-5/+7
* r600g/compute: Allow compute_memory_move_item to move items between resourcesBruno Jiménez2014-07-252-16/+16
* winsys/radeon: fix indentationJerome Glisse2014-07-241-29/+29
* nvc0/ir: support 2d constbuf indexingIlia Mirkin2014-07-241-0/+14
* gm107/ir: emit LDC subopsIlia Mirkin2014-07-241-0/+1
* gk110/ir: emit load constant subopIlia Mirkin2014-07-241-0/+1
* nv50/ir: fix phi/union sources when their def has been mergedIlia Mirkin2014-07-241-0/+8
* nv50/ir: fix hard-coded TYPE_U32 sized registerIlia Mirkin2014-07-241-3/+4
* nvc0: mark shader header if fp64 is usedIlia Mirkin2014-07-241-0/+2