summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* freedreno: fence fixRob Clark2015-05-181-1/+3
* gk110/ir: switch to gk104-style sched codes rather than all-in-oneIlia Mirkin2015-05-181-9/+9
* tgsi/dump: fix declaration printing of tessellation inputs/outputsIlia Mirkin2015-05-161-2/+18
* tgsi/ureg: allow ureg_dst to have dimension indicesIlia Mirkin2015-05-162-8/+75
* tgsi/ureg: use correct limit for max input countMarek Olšák2015-05-161-1/+1
* tgsi/sanity: set implicit in/out array sizes based on patch sizesIlia Mirkin2015-05-161-4/+32
* tgsi/scan: allow scanning tessellation shadersIlia Mirkin2015-05-161-1/+5
* gallium: disable tessellation shaders for meta opsMarek Olšák2015-05-163-0/+18
* gallium/cso: set NULL shaders at context destructionMarek Olšák2015-05-161-0/+7
* gallium/cso: add support for tessellation shadersMarek Olšák2015-05-162-0/+105
* gallium/u_blitter: disable tessellation for all operationsMarek Olšák2015-05-162-1/+42
* gallium/util: print vertices_per_patch in util_dump_draw_infoMarek Olšák2015-05-161-0/+2
* trace: implement new tessellation functionsMarek Olšák2015-05-162-0/+28
* gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin2015-05-162-0/+9
* gallium: add vertices_per_patch to draw infoIlia Mirkin2015-05-161-0/+2
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-164-2/+52
* gallium: add interfaces for controlling tess program stateIlia Mirkin2015-05-161-0/+10
* gallium: bump shader input and output limitsMarek Olšák2015-05-161-2/+2
* gallium: add new semantics for tessellationIlia Mirkin2015-05-163-1/+48
* gallium: add new PATCHES primitive typeIlia Mirkin2015-05-162-2/+4
* gallium: add tessellation shader typesIlia Mirkin2015-05-165-5/+15
* target/haiku-softpipe: Move api init into st codeAlexander von Gluck IV2015-05-152-19/+10
* st/hgl: Move st_api creation to st and extern "C" itAlexander von Gluck IV2015-05-152-8/+22
* winsys/hgl: Add needed extern "C" to hgl winsysAlexander von Gluck IV2015-05-151-0/+7
* gallium/drivers: Add extern "C" wrappers to public entryAlexander von Gluck IV2015-05-153-0/+24
* gallium/aux: Add needed extern "C" wrappersAlexander von Gluck IV2015-05-152-0/+17
* freedreno: fix bug in tile/slot calculationRob Clark2015-05-141-5/+4
* freedreno: enable a306Rob Clark2015-05-142-1/+2
* nvc0: remove unused nv50_tsc_wrap_mode() functionSamuel Pitoiset2015-05-141-18/+0
* nv50/ir: silence compiler warnings about mismatched tagsSamuel Pitoiset2015-05-141-3/+3
* nv50/ir: remove unused private field cycle to SchedDataCalculatorSamuel Pitoiset2015-05-141-1/+0
* nv30: remove unused nvfx_fp_memcpy() function and comment nv40_fp_bra()Samuel Pitoiset2015-05-141-14/+3
* nvc0: do not expose MP counters for nvf0 (GK110+)Samuel Pitoiset2015-05-141-39/+50
* softpipe: enable ARB_texture_viewRoland Scheidegger2015-05-135-124/+179
* llvmpipe: enable ARB_texture_viewRoland Scheidegger2015-05-134-10/+45
* gallium/util: fix blitter sampler view target initializationRoland Scheidegger2015-05-131-0/+1
* gallium/st + hgl: Build fixes for HaikuAlexander von Gluck IV2015-05-132-0/+4
* nouveau: document nouveau_heapIlia Mirkin2015-05-121-0/+20
* nvc0: switch mechanism for shader eviction to be a while loopIlia Mirkin2015-05-121-5/+6
* st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák2015-05-124-9/+43
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-1215-0/+16
* gallium: add an interface for querying a device reset statusMarek Olšák2015-05-122-0/+17
* clover: Implement locking of the wait_count, _chain and _status members of ev...Francisco Jerez2015-05-121-0/+8
* clover: Wrap event::_status in a method to prevent unlocked access.Francisco Jerez2015-05-122-7/+12
* clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc...Francisco Jerez2015-05-122-12/+34
* clover: Fix a bug with multi-threaded events v2Tom Stellard2015-05-112-3/+17
* clover: Add a mutex to guard queue::queued_eventsTom Stellard2015-05-112-0/+4
* egl/swrast: Enable config extension for swrastAxel Davy2015-05-111-0/+1
* r600: use pipe->hw prim convert from radeonsiDave Airlie2015-05-111-15/+16
* freedreno/ir3/nir: fix build break after f752effaRob Clark2015-05-101-4/+3