summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ilo: Add support for HW primitive restart.Courtney Goeltzenleuchter2013-05-101-1/+1
* ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERSChia-I Wu2013-05-011-0/+2
* ilo: enable SO support on GEN7Chia-I Wu2013-05-011-3/+4
* ilo: move device limits to ilo_dev_info or to GPEsChia-I Wu2013-05-011-6/+34
* ilo: add ilo_dev_info shared by the screen and contextsChia-I Wu2013-05-011-15/+43
* ilo: hook up pipe_screen param and fence functionsChia-I Wu2013-04-261-11/+571
* ilo: add debug flags settable through ILO_DEBUGChia-I Wu2013-04-261-0/+15
* ilo: new pipe driver for Intel GEN6+Chia-I Wu2013-04-261-0/+104