summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ilo: add ILO_DEBUG=drawChia-I Wu2013-08-201-0/+1
* vl: add entrypoint to get_video_paramChristian König2013-08-191-1/+2
* vl: Add support for max level query v2Rico Schüller2013-08-141-1/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12Chia-I Wu2013-07-111-2/+3
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* ilo: support PIPE_CAP_USER_INDEX_BUFFERSChia-I Wu2013-06-261-1/+0
* ilo: support PIPE_CAP_USER_CONSTANT_BUFFERSChia-I Wu2013-06-261-1/+1
* ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140Chia-I Wu2013-06-131-1/+1
* ilo: get rid of function tables in winsysChia-I Wu2013-06-121-8/+8
* ilo: advertise PIPE_CAP_CUBE_MAP_ARRAYChia-I Wu2013-06-071-2/+1
* ilo: enable bo reuseChia-I Wu2013-06-071-0/+2
* ilo: introduce vertex element CSOChia-I Wu2013-06-071-1/+1
* ilo: switch to ilo states for CLIP and SF stagesChia-I Wu2013-06-071-0/+2
* ilo: add support for indirect access of CONST in FSChia-I Wu2013-05-271-1/+2
* ilo: add support for texture buffer objectsChia-I Wu2013-05-271-2/+6
* ilo: update headers from i965Chia-I Wu2013-05-211-17/+21
* ilo: add support for stencil resources on GEN7+Chia-I Wu2013-05-161-1/+2