summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
...
* ilo: convert BLT to use ilo_builderChia-I Wu2014-09-091-119/+122
* ilo: use ilo_builder for kernels and STATE_BASE_ADDRESSChia-I Wu2014-09-099-201/+61
* ilo: make ilo_cp based on ilo_builderChia-I Wu2014-09-0916-979/+114
* ilo: add a builder for building BOs for submissionChia-I Wu2014-09-094-0/+1641
* ilo: make toy_compiler_disassemble() more usefulChia-I Wu2014-09-095-9/+11
* gallium/ilo: ship all files in the tarballEmil Velikov2014-09-052-1/+48
* ilo: set INTEL_RELOC_GGTT only on GEN6Chia-I Wu2014-08-311-7/+17
* ilo: fix bound check for 3DSTATE_URB_VSChia-I Wu2014-08-311-3/+3
* ilo: replace cmd by dw0 in GPEChia-I Wu2014-08-312-167/+236
* gallium/ilo: cleanup intel_winsys.hEmil Velikov2014-08-283-3/+312
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+2
* ilo: use genhw command opcodesChia-I Wu2014-08-265-134/+184
* ilo: rename intel_bo_map_unsynchronized()Chia-I Wu2014-08-262-9/+8
* ilo: remove max_batch_sizeChia-I Wu2014-08-263-8/+1
* ilo: replace domains by reloc flagsChia-I Wu2014-08-269-93/+47
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+1
* ilo: fix PIPE_CAP_VIDEO_MEMORYChia-I Wu2014-08-191-2/+2
* ilo: enable HiZ in more cases on GEN6Chia-I Wu2014-08-193-31/+44
* ilo: remove layer offsettingChia-I Wu2014-08-197-393/+27
* ilo: migrate to ilo_layoutChia-I Wu2014-08-198-1454/+213
* ilo: add new resource layout codeChia-I Wu2014-08-193-0/+1779
* ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()Emil Velikov2014-08-192-2/+5
* 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