summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ilo: decide on hiz first in texture allocationChia-I Wu2014-01-141-64/+64
* ilo: emit gen7_wa_pipe_control_wm_max_threads_stall on HaswellChia-I Wu2014-01-141-7/+9
* ilo: use HALIGN_4 on GEN7 for depth buffersChia-I Wu2014-01-141-11/+1
* ilo: OOM for HiZ is fatal on GEN6Chia-I Wu2014-01-141-2/+7
* ilo: fix a HiZ bo leakageChia-I Wu2014-01-141-0/+3
* ilo: simplify ilo_texture_set_slice_flags()Chia-I Wu2014-01-141-5/+3
* ilo: enable HiZChia-I Wu2014-01-084-7/+45
* ilo: resolve Z/HiZ correctlyChia-I Wu2014-01-085-1/+234
* ilo: add flags to texture slicesChia-I Wu2014-01-081-0/+29
* ilo: rename and add an accessor for texture slicesChia-I Wu2014-01-084-19/+41
* ilo: add HiZ op support to the pipelinesChia-I Wu2014-01-0811-4/+1070