summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-14ilo: use HALIGN_4 on GEN7 for depth buffersChia-I Wu1-11/+1
2014-01-14ilo: OOM for HiZ is fatal on GEN6Chia-I Wu1-2/+7
2014-01-14ilo: fix a HiZ bo leakageChia-I Wu1-0/+3
2014-01-14ilo: simplify ilo_texture_set_slice_flags()Chia-I Wu1-5/+3
2014-01-08ilo: enable HiZChia-I Wu4-7/+45
2014-01-08ilo: resolve Z/HiZ correctlyChia-I Wu5-1/+234
2014-01-08ilo: add flags to texture slicesChia-I Wu1-0/+29
2014-01-08ilo: rename and add an accessor for texture slicesChia-I Wu4-19/+41
2014-01-08ilo: add HiZ op support to the pipelinesChia-I Wu11-4/+1070
2014-01-08ilo: add support for HiZ allocationChia-I Wu2-1/+82
2014-01-08ilo: refactor separate stencil allocationChia-I Wu1-20/+27
2014-01-08ilo: assorted GPE fixes for HiZChia-I Wu5-69/+67
2014-01-08ilo: no layer offsetting on GEN7+Chia-I Wu1-1/+5
2014-01-08ilo: offset to layers only when necessaryChia-I Wu4-20/+137
2014-01-08ilo: allow ilo_zs_surface to skip layer offsettingChia-I Wu3-19/+18
2014-01-08ilo: allow ilo_view_surface to skip layer offsettingChia-I Wu4-88/+72
2013-12-14gallium/u_blitter: remove useless parameters from some functionsMarek Olšák1-6/+2
2013-12-03gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák1-1/+1
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+2
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-0/+2