aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
* 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
* ilo: add some MI commands to GPEChia-I Wu2014-03-104-0/+116
* ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automaticallyChia-I Wu2014-03-102-2/+16
* ilo: print a warning when PPGTT is disabledChia-I Wu2014-03-102-0/+20
* ilo: require hardware logical context supportChia-I Wu2014-03-105-12/+12
* ilo: move ring types to winsysChia-I Wu2014-03-106-34/+11
* ilo: winsys may limit the batch buffer sizeChia-I Wu2014-03-105-4/+12
* ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supportedChia-I Wu2014-03-102-1/+4
* ilo: rework winsys batch buffer functionsChia-I Wu2014-03-103-16/+11
* ilo: replace bo alloc flags by initial domainsChia-I Wu2014-03-106-14/+16
* ilo: remove intel_bo_get_size()Chia-I Wu2014-03-102-14/+18
* ilo: remove intel_bo_get_virtual()Chia-I Wu2014-03-104-90/+105
* ilo: rework winsys bo reloc functionsChia-I Wu2014-03-104-8/+13
* ilo: remove intel_winsys_enable_reuse()Chia-I Wu2014-03-101-2/+0
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-071-1/+1
* ilo: create u_upload_mgr lastChia-I Wu2014-02-261-8/+11
* gallium: the other drivers don't support ARB_buffer_storageMarek Olšák2014-02-251-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+2
* ilo: fix and enable fast depth clearChia-I Wu2014-02-222-9/+38
* ilo: add slice clear valueChia-I Wu2014-02-225-7/+78
* ilo: better readability and doc for texture flagsChia-I Wu2014-02-223-36/+58
* ilo: fix for stencil only rectlist opsChia-I Wu2014-02-222-2/+8
* ilo: fix a false assertion failure on GEN6Chia-I Wu2014-02-221-4/+12
* ilo: pipe_texture::usage is not a bitfieldChia-I Wu2014-02-221-1/+1
* ilo: set ILO_TEXTURE_CPU_WRITE for imported texturesChia-I Wu2014-02-221-3/+10
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-091-0/+3
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* ilo: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi2014-01-291-1/+1
* gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák2014-01-231-1/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-173-6/+6
* ilo: handle NULL renderbuffers correctlyChia-I Wu2014-01-146-27/+45
* ilo: disable HiZ for misaligned levelsChia-I Wu2014-01-144-82/+215
* ilo: use a helper to determine if HiZ is enabledChia-I Wu2014-01-145-8/+19