summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.c
Commit message (Expand)AuthorAgeFilesLines
* ilo: avoid resource owning in coreChia-I Wu2015-06-141-11/+11
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+1
* ilo: add ilo_format.[ch] to coreChia-I Wu2015-05-021-2/+49
* ilo: add ilo_fence.h to coreChia-I Wu2015-05-021-48/+36
* ilo: add ilo_dev_init() to coreChia-I Wu2015-05-021-146/+2
* ilo: rename ilo_dev_info to ilo_devChia-I Wu2015-05-021-1/+1
* ilo: move intel_winsys to ilo_dev_infoChia-I Wu2015-05-021-4/+4
* ilo: add ilo_debug.[ch] to coreChia-I Wu2015-05-021-18/+1
* ilo: move intel_winsys.h to coreChia-I Wu2015-05-021-1/+1
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+7
* ilo: add more convenient intel_bo_{ref,unref}()Chia-I Wu2015-03-061-9/+5
* ilo: add ILO_DEBUG=hangChia-I Wu2015-03-051-1/+2
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+1
* ilo: update screen init for Gen8Chia-I Wu2015-02-121-8/+32
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+1
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+2
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+2
* ilo: fix compute paramsChia-I Wu2014-11-061-12/+36
* ilo: add eu_count and thread_count to ilo_dev_infoChia-I Wu2014-11-061-26/+72
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+2
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+1
* ilo: make ilo_fence opaqueChia-I Wu2014-09-201-0/+6
* ilo: rename ILO_DEBUG=3dChia-I Wu2014-09-191-1/+1
* ilo: rename ilo_cp_flush()Chia-I Wu2014-09-191-1/+1
* ilo: use an accessor for dev->genChia-I Wu2014-09-121-8/+8
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+2
* ilo: remove max_batch_sizeChia-I Wu2014-08-261-1/+0
* 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: fold drm_intel_get_aperture_sizes() within probe_winsys()Emil Velikov2014-08-191-2/+3
* 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
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-2/+2
* ilo: try unblocking a transfer with a staging boChia-I Wu2014-07-281-1/+2
* ilo: enable persistent and coherent transfersChia-I Wu2014-07-281-4/+6
* ilo: simplify ilo_flush()Chia-I Wu2014-07-261-0/+22
* ilo: raise texture size limitsChia-I Wu2014-07-151-14/+3
* ilo: fix fence reference countingChia-I Wu2014-07-081-12/+9
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+1
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-0/+1
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* ilo: scripted conversion to genhw headersChia-I Wu2014-04-141-3/+3
* ilo: add genhw headersChia-I Wu2014-04-141-116/+41
* 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