summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-061-2/+2
* ilo: rename ilo_dev_info to ilo_devChia-I Wu2015-05-021-1/+1
* ilo: rename 3d_pipeline to renderChia-I Wu2014-09-261-2/+2
* ilo: remove struct ilo_3dChia-I Wu2014-09-261-4/+10
* ilo: handle conditional rendering in the contextChia-I Wu2014-09-221-0/+9
* ilo: add a new struct for context statesChia-I Wu2014-09-201-41/+3
* ilo: merge ilo_gpe.h to ilo_state*.hChia-I Wu2014-09-201-1/+1
* ilo: make ilo_cp based on ilo_builderChia-I Wu2014-09-091-1/+0
* ilo: make pipe_draw_info a context stateChia-I Wu2013-06-261-0/+2
* ilo: support PIPE_CAP_USER_CONSTANT_BUFFERSChia-I Wu2013-06-261-2/+5
* ilo: replace util_blitter by ilo_blitterChia-I Wu2013-06-171-2/+2
* ilo: use slab allocator for transfersChia-I Wu2013-06-071-0/+3
* ilo: switch to ilo states for shaders and resourcesChia-I Wu2013-06-071-51/+14
* ilo: switch to ilo states for CC stageChia-I Wu2013-06-071-6/+6
* ilo: switch to ilo states for WM stageChia-I Wu2013-06-071-3/+4
* ilo: switch to ilo states for CLIP and SF stagesChia-I Wu2013-06-071-3/+4
* ilo: switch to ilo states for SOL stageChia-I Wu2013-06-071-6/+2
* ilo: switch to ilo states for VF stageChia-I Wu2013-06-071-12/+4
* ilo: move hardware limits to ilo_gpe.hChia-I Wu2013-06-071-22/+1
* ilo: enable multiple constant buffersChia-I Wu2013-05-271-1/+1
* ilo: move device limits to ilo_dev_info or to GPEsChia-I Wu2013-05-011-9/+0
* ilo: add ilo_dev_info shared by the screen and contextsChia-I Wu2013-05-011-3/+1
* ilo: hook up pipe context 3D functionsChia-I Wu2013-04-261-0/+2
* ilo: hook up pipe context blit functionsChia-I Wu2013-04-261-0/+2
* ilo: hook up pipe context state functionsChia-I Wu2013-04-261-0/+71
* ilo: add functions to manage shadersChia-I Wu2013-04-261-0/+17
* ilo: hook up pipe context flush functionChia-I Wu2013-04-261-0/+5
* ilo: hook up pipe_screen param and fence functionsChia-I Wu2013-04-261-0/+22
* ilo: new pipe driver for Intel GEN6+Chia-I Wu2013-04-261-0/+65