summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo
AgeCommit message (Expand)AuthorFilesLines
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-2/+2
2014-04-14ilo: remove GPE state size estimationChia-I Wu7-326/+97
2014-04-14ilo: remove GPE command size estimationChia-I Wu6-403/+87
2014-04-14ilo: remove unused headersChia-I Wu3-566/+0
2014-04-14ilo: use only defines from genhw headersChia-I Wu7-106/+87
2014-04-14ilo: scripted conversion to genhw headersChia-I Wu25-1626/+1626
2014-04-14ilo: add genhw headersChia-I Wu22-131/+3504
2014-04-14ilo: avoid brw_wm_barycentric_interp_mode in compilerChia-I Wu1-17/+46
2014-04-14ilo: add TOY_OPCODE_DOChia-I Wu6-7/+10
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+1
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-2/+6
2014-03-10ilo: add support for PIPE_QUERY_PIPELINE_STATISTICSChia-I Wu4-3/+108
2014-03-10ilo: add ILO_3D_PIPELINE_WRITE_STATISTICSChia-I Wu5-0/+90
2014-03-10ilo: add some MI commands to GPEChia-I Wu4-0/+116
2014-03-10ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automaticallyChia-I Wu2-2/+16
2014-03-10ilo: print a warning when PPGTT is disabledChia-I Wu2-0/+20
2014-03-10ilo: require hardware logical context supportChia-I Wu5-12/+12
2014-03-10ilo: move ring types to winsysChia-I Wu6-34/+11
2014-03-10ilo: winsys may limit the batch buffer sizeChia-I Wu5-4/+12
2014-03-10ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supportedChia-I Wu2-1/+4
2014-03-10ilo: rework winsys batch buffer functionsChia-I Wu3-16/+11
2014-03-10ilo: replace bo alloc flags by initial domainsChia-I Wu6-14/+16
2014-03-10ilo: remove intel_bo_get_size()Chia-I Wu2-14/+18
2014-03-10ilo: remove intel_bo_get_virtual()Chia-I Wu4-90/+105
2014-03-10ilo: rework winsys bo reloc functionsChia-I Wu4-8/+13
2014-03-10ilo: remove intel_winsys_enable_reuse()Chia-I Wu1-2/+0
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák1-1/+1
2014-02-26ilo: create u_upload_mgr lastChia-I Wu1-8/+11
2014-02-25gallium: the other drivers don't support ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-22ilo: fix and enable fast depth clearChia-I Wu2-9/+38
2014-02-22ilo: add slice clear valueChia-I Wu5-7/+78
2014-02-22ilo: better readability and doc for texture flagsChia-I Wu3-36/+58
2014-02-22ilo: fix for stencil only rectlist opsChia-I Wu2-2/+8
2014-02-22ilo: fix a false assertion failure on GEN6Chia-I Wu1-4/+12
2014-02-22ilo: pipe_texture::usage is not a bitfieldChia-I Wu1-1/+1
2014-02-22ilo: set ILO_TEXTURE_CPU_WRITE for imported texturesChia-I Wu1-3/+10
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+3
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-29ilo: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi1-1/+1
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca3-6/+6
2014-01-14ilo: handle NULL renderbuffers correctlyChia-I Wu6-27/+45
2014-01-14ilo: disable HiZ for misaligned levelsChia-I Wu4-82/+215
2014-01-14ilo: use a helper to determine if HiZ is enabledChia-I Wu5-8/+19
2014-01-14ilo: decide on hiz first in texture allocationChia-I Wu1-64/+64
2014-01-14ilo: emit gen7_wa_pipe_control_wm_max_threads_stall on HaswellChia-I Wu1-7/+9