summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo
AgeCommit message (Expand)AuthorFilesLines
2014-08-26ilo: use genhw command opcodesChia-I Wu5-134/+184
2014-08-26ilo: rename intel_bo_map_unsynchronized()Chia-I Wu2-9/+8
2014-08-26ilo: remove max_batch_sizeChia-I Wu3-8/+1
2014-08-26ilo: replace domains by reloc flagsChia-I Wu9-93/+47
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann1-0/+1
2014-08-19ilo: fix PIPE_CAP_VIDEO_MEMORYChia-I Wu1-2/+2
2014-08-19ilo: enable HiZ in more cases on GEN6Chia-I Wu3-31/+44
2014-08-19ilo: remove layer offsettingChia-I Wu7-393/+27
2014-08-19ilo: migrate to ilo_layoutChia-I Wu8-1454/+213
2014-08-19ilo: add new resource layout codeChia-I Wu3-0/+1779
2014-08-19ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()Emil Velikov2-2/+5
2014-08-15gallium/ilo: handle query_renderer capsEmil Velikov1-0/+24
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin1-0/+1
2014-08-11gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák1-2/+0
2014-08-08ilo: break down the format tableChia-I Wu1-299/+431
2014-07-29ilo: fix fb height of HiZ opsChia-I Wu1-1/+1
2014-07-28gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák1-2/+2
2014-07-28ilo: correctly propagate resource renames to hardwareChia-I Wu3-14/+30
2014-07-28ilo: add ilo_resource_get_bo() helperChia-I Wu2-17/+18
2014-07-28ilo: unblock an inline write with a staging boChia-I Wu1-13/+31
2014-07-28ilo: try unblocking a transfer with a staging boChia-I Wu4-19/+209
2014-07-28ilo: enable persistent and coherent transfersChia-I Wu3-8/+35
2014-07-28ilo: drop ptr from ilo_transferChia-I Wu2-35/+36
2014-07-28ilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/Chia-I Wu2-6/+6
2014-07-28ilo: drop unused context param from transfer functionsChia-I Wu1-115/+100
2014-07-28ilo: tidy up transfer mapping/unmappingChia-I Wu1-88/+89
2014-07-28ilo: tidy up choose_transfer_method()Chia-I Wu1-84/+164
2014-07-28ilo: free transfers with util_slab_free()Chia-I Wu1-1/+1
2014-07-26ilo: simplify ilo_flush()Chia-I Wu3-20/+30
2014-07-24ilo: check the tilings of imported handlesChia-I Wu1-30/+36
2014-07-24ilo: clean up resource bo renamingChia-I Wu4-51/+63
2014-07-24ilo: share some code between {tex,buf}_create_boChia-I Wu1-59/+55
2014-07-24ilo: use native 3-component vertex formats on GEN7.5+Chia-I Wu2-1/+6
2014-07-24ilo: allow for device-dependent format translationChia-I Wu5-32/+39
2014-07-16ilo: add some missing formatsChia-I Wu1-21/+22
2014-07-16ilo: update and tailor the surface format tableChia-I Wu1-286/+258
2014-07-15ilo: raise texture size limitsChia-I Wu2-17/+9
2014-07-15ilo: move away from drm_intel_bo_alloc_tiledChia-I Wu3-250/+300
2014-07-09gallium: switch dedicated centroid field to interpolation locationIlia Mirkin1-1/+1
2014-07-08ilo: fix fence reference countingChia-I Wu1-12/+9
2014-07-03gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin1-1/+1
2014-07-01gallium: add a cap for max vertex streamsIlia Mirkin1-0/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+1
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller1-0/+1
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin1-0/+1
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