summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
* gallium/ilo: handle query_renderer capsEmil Velikov2014-08-151-0/+24
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+1
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-2/+0
* ilo: break down the format tableChia-I Wu2014-08-081-299/+431
* ilo: fix fb height of HiZ opsChia-I Wu2014-07-291-1/+1
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-2/+2
* 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
* 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
* ilo: simplify ilo_flush()Chia-I Wu2014-07-263-20/+30
* ilo: check the tilings of imported handlesChia-I Wu2014-07-241-30/+36
* ilo: clean up resource bo renamingChia-I Wu2014-07-244-51/+63
* ilo: share some code between {tex,buf}_create_boChia-I Wu2014-07-241-59/+55
* ilo: use native 3-component vertex formats on GEN7.5+Chia-I Wu2014-07-242-1/+6
* ilo: allow for device-dependent format translationChia-I Wu2014-07-245-32/+39
* ilo: add some missing formatsChia-I Wu2014-07-161-21/+22
* ilo: update and tailor the surface format tableChia-I Wu2014-07-161-286/+258
* ilo: raise texture size limitsChia-I Wu2014-07-152-17/+9
* ilo: move away from drm_intel_bo_alloc_tiledChia-I Wu2014-07-153-250/+300
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-1/+1
* ilo: fix fence reference countingChia-I Wu2014-07-081-12/+9
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+1
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-0/+1
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-251-2/+2
* ilo: remove GPE state size estimationChia-I Wu2014-04-147-326/+97
* ilo: remove GPE command size estimationChia-I Wu2014-04-146-403/+87
* ilo: remove unused headersChia-I Wu2014-04-143-566/+0
* ilo: use only defines from genhw headersChia-I Wu2014-04-147-106/+87
* ilo: scripted conversion to genhw headersChia-I Wu2014-04-1425-1626/+1626
* ilo: add genhw headersChia-I Wu2014-04-1422-131/+3504
* ilo: avoid brw_wm_barycentric_interp_mode in compilerChia-I Wu2014-04-141-17/+46
* ilo: add TOY_OPCODE_DOChia-I Wu2014-04-146-7/+10
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+2
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-2/+6
* ilo: add support for PIPE_QUERY_PIPELINE_STATISTICSChia-I Wu2014-03-104-3/+108
* ilo: add ILO_3D_PIPELINE_WRITE_STATISTICSChia-I Wu2014-03-105-0/+90