aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_hw_context.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: cleanup magic numbers in set_xx_samplerMarek Olšák2012-02-231-2/+2
* r600g: remove duplicated evergreen_context_ps_partial_flushMarek Olšák2012-02-231-14/+1
* r600g: remove duplicated evergreen_context_pipe_state_set_samplerMarek Olšák2012-02-231-29/+2
* r600g: remove duplicated set_xx_resource functionsMarek Olšák2012-02-231-21/+0
* r600g: remove duplicated function r600_state_sampler_initMarek Olšák2012-02-231-16/+0
* r600g: fixup name of evergreen-specific functionMarek Olšák2012-02-231-5/+5
* r600g: consolidate common context init codeMarek Olšák2012-02-231-16/+0
* r600g: define GROUP_FORCE_NEW_BLOCK in common headerMarek Olšák2012-02-231-2/+0
* r600g: move invariant register updates into start_cs for evergreen and caymanMarek Olšák2012-02-211-48/+0
* r600g: add a depth misc state which depends on occlusion queriesMarek Olšák2012-02-211-22/+0
* r600g: consolidate the main draw codeMarek Olšák2012-02-211-46/+9
* r600g: move all invariant state from draw_vbo into start_csMarek Olšák2012-02-211-5/+0
* r600g: turn init_config into a command buffer for starting a CSMarek Olšák2012-02-211-140/+1
* r600g: shorten expressions accessing family and chip_classMarek Olšák2012-01-311-2/+2
* r600g: rename r600_reg::flush_flags -> sbu_flagsMarek Olšák2012-01-311-1/+1
* r600g: remove unused r600_reg::flush_maskMarek Olšák2012-01-311-797/+796
* r600g: remove dead code for tracking relocationsMarek Olšák2012-01-311-7/+0
* r600g: rework cache flushingMarek Olšák2012-01-311-64/+16
* r600g: remove redundant pm4 and pm4_cdwords in r600_contextMarek Olšák2012-01-311-30/+36
* r600g: consolidate some context_draw codeMarek Olšák2012-01-311-25/+0
* r600g: don't initialize the screen and winsys pointer twiceMarek Olšák2012-01-311-5/+2
* r600g: merge r600_context with r600_pipe_contextMarek Olšák2012-01-311-1/+0
* r600g: remove u8,u16,u32,u64 typesMarek Olšák2012-01-311-3/+3
* r600g: don't use r600_context_reg on evergreenMarek Olšák2012-01-311-13/+17
* r600g: clean up register headersAlex Deucher2012-01-231-3/+3
* r600g: implement clip vertex v2Vadim Girlin2012-01-211-0/+8
* r600g: fix streamout on evergreenVadim Girlin2012-01-201-0/+6
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-131-3/+6
* r600g: implement transform feedbackMarek Olšák2011-12-171-0/+35
* r600g: turn some CS overflow checks into assertionsMarek Olšák2011-11-101-6/+1
* r600g: put the rest of CS overflow checks in r600_need_cs_spaceMarek Olšák2011-11-101-8/+1
* r600g: properly reserve CS space for queries_suspendMarek Olšák2011-11-101-2/+3
* r600g: reserve CS space for a draw command in begin_query and render_conditionMarek Olšák2011-11-101-1/+3
* r600g: consolidate checking whether CS is fullMarek Olšák2011-11-101-6/+4
* r600g: add initial linestipple support.Dave Airlie2011-11-061-0/+2
* r600g: shortcut ctx->screen->ws to ctx->wsMarek Olšák2011-10-301-0/+1
* r600g: get backend mask after the context is fully set upMarek Olšák2011-10-281-2/+0
* r600g: only maintain the list of active queriesMarek Olšák2011-10-281-1/+1
* r600g: move all files from winsys/r600 into drivers/r600Marek Olšák2011-09-301-0/+1253