summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ilo: add support for PIPE_QUERY_PIPELINE_STATISTICSChia-I Wu2014-03-101-2/+1
* ilo: print a warning when PPGTT is disabledChia-I Wu2014-03-101-0/+19
* ilo: require hardware logical context supportChia-I Wu2014-03-101-0/+6
* ilo: move ring types to winsysChia-I Wu2014-03-101-1/+1
* ilo: winsys may limit the batch buffer sizeChia-I Wu2014-03-101-0/+1
* ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supportedChia-I Wu2014-03-101-1/+3
* ilo: remove intel_winsys_enable_reuse()Chia-I Wu2014-03-101-2/+0
* 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
* 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
* ilo: enable HiZChia-I Wu2014-01-081-0/+1
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+2
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-0/+2
* ilo: minor cleanups for recent interface changesChia-I Wu2013-10-281-1/+2
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* ilo: add ILO_DEBUG=flushChia-I Wu2013-08-201-0/+1