summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_blit.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+4
* ilo: add ilo_image_can_enable_aux()Chia-I Wu2015-05-021-1/+1
* ilo: fix compiler warningsChia-I Wu2015-02-181-7/+4
* ilo: add a new struct for context statesChia-I Wu2014-09-201-2/+3
* ilo: fix and enable fast depth clearChia-I Wu2014-02-221-0/+9
* ilo: add slice clear valueChia-I Wu2014-02-221-0/+31
* ilo: better readability and doc for texture flagsChia-I Wu2014-02-221-6/+7
* ilo: use a helper to determine if HiZ is enabledChia-I Wu2014-01-141-1/+2
* ilo: resolve Z/HiZ correctlyChia-I Wu2014-01-081-1/+64
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+6
* ilo: add pipe-based copy method to ilo_blitterChia-I Wu2013-06-171-4/+5
* ilo: add BLT-based blitting methods to ilo_blitterChia-I Wu2013-06-171-495/+19
* ilo: replace util_blitter by ilo_blitterChia-I Wu2013-06-171-98/+6
* ilo: fix for util_blitter_clear() changesChia-I Wu2013-06-131-4/+1
* ilo: get rid of function tables in winsysChia-I Wu2013-06-121-3/+3
* ilo: introduce sampler CSOChia-I Wu2013-06-071-1/+1
* ilo: introduce viewport CSOChia-I Wu2013-06-071-1/+1
* ilo: switch to ilo states for shaders and resourcesChia-I Wu2013-06-071-4/+4
* ilo: switch to ilo states for CC stageChia-I Wu2013-06-071-9/+8
* ilo: switch to ilo states for WM stageChia-I Wu2013-06-071-2/+2
* ilo: switch to ilo states for CLIP and SF stagesChia-I Wu2013-06-071-1/+1
* ilo: switch to ilo states for SOL stageChia-I Wu2013-06-071-3/+1
* ilo: switch to ilo states for VF stageChia-I Wu2013-06-071-3/+2
* ilo: use BLT engine to copy between texturesChia-I Wu2013-05-211-1/+237
* ilo: use BLT engine to copy between buffersChia-I Wu2013-05-211-1/+142
* ilo: refactor blitter_xy_color_blt()Chia-I Wu2013-05-211-48/+92
* ilo: replace cp hooks by cp owner and flush callbackChia-I Wu2013-05-211-2/+3
* ilo: rename ilo_resource to ilo_textureChia-I Wu2013-05-141-9/+9
* ilo: hook up pipe context blit functionsChia-I Wu2013-04-261-5/+257
* ilo: new pipe driver for Intel GEN6+Chia-I Wu2013-04-261-0/+43