aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_hw_context.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: don't suspend timer queries for u_blitterMarek Olšák2012-03-051-7/+16
* r600g: move all query code into r600_query.cMarek Olšák2012-03-051-415/+2
* r600g: fix streamout cache flush for r600Marek Olšák2012-02-271-4/+12
* r600g: rework queriesMarek Olšák2012-02-231-91/+119
* r600g: cleanup magic numbers in set_xx_samplerMarek Olšák2012-02-231-4/+4
* r600g: remove duplicated evergreen_context_ps_partial_flushMarek Olšák2012-02-231-1/+1
* r600g: remove duplicated evergreen_context_pipe_state_set_samplerMarek Olšák2012-02-231-2/+2
* r600g: remove duplicated function r600_state_sampler_initMarek Olšák2012-02-231-2/+2
* r600g: fix possible crashes in destroy_context when failing in create_contextMarek Olšák2012-02-231-15/+21
* r600g: consolidate common context init codeMarek Olšák2012-02-231-18/+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 r6xx-r7xxMarek Olšák2012-02-211-38/+0
* r600g: add a depth misc state which depends on occlusion queriesMarek Olšák2012-02-211-22/+1
* r600g: consolidate the main draw codeMarek Olšák2012-02-211-48/+9
* r600g: move all invariant state from draw_vbo into start_csMarek Olšák2012-02-211-3/+0
* r600g: turn init_config into a command buffer for starting a CSMarek Olšák2012-02-211-60/+3
* r600g: remove redundant r600_context::vs_so_stride_in_dwMarek Olšák2012-02-161-1/+1
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-061-0/+3
* r600g: shorten expressions accessing family and chip_classMarek Olšák2012-01-311-14/+14
* r600g: use the new code for streamout flush as wellMarek Olšák2012-01-311-11/+6
* r600g: rename r600_reg::flush_flags -> sbu_flagsMarek Olšák2012-01-311-2/+2
* r600g: fix computation of how many dwords is needed for a flush at the end of CSMarek Olšák2012-01-311-10/+4
* r600g: remove unused r600_reg::flush_maskMarek Olšák2012-01-311-381/+380
* r600g: remove more dead codeMarek Olšák2012-01-311-7/+0
* r600g: remove dead code for tracking relocationsMarek Olšák2012-01-311-13/+0
* r600g: remove unused flush codeMarek Olšák2012-01-311-36/+0
* r600g: rework cache flushingMarek Olšák2012-01-311-96/+78
* r600g: add a new simple API for state emissionMarek Olšák2012-01-311-0/+6
* r600g: remove redundant pm4 and pm4_cdwords in r600_contextMarek Olšák2012-01-311-182/+198
* r600g: consolidate some context_draw codeMarek Olšák2012-01-311-26/+0
* r600g: remove the now-useless internal flush callbackMarek Olšák2012-01-311-1/+1
* 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-3/+0
* r600g: remove u8,u16,u32,u64 typesMarek Olšák2012-01-311-9/+9
* r600g: get rid of r600_context_regMarek Olšák2012-01-311-27/+0
* r600g: don't use r600_context_reg on r6xx-r7xxMarek Olšák2012-01-311-15/+25
* r600g: get rid of the mask in r600_pipe_regMarek Olšák2012-01-311-6/+2
* r600g: remove unused streamout codeMarek Olšák2012-01-301-29/+0
* r600g: disable printing debug info for streamoutMarek Olšák2012-01-301-1/+2
* Revert "r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enable"Marek Olšák2012-01-271-1/+1
* r600g: implement clip vertex v2Vadim Girlin2012-01-211-6/+15
* r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enableAlex Deucher2012-01-201-1/+1
* r600g: update streamout support for virtual addressesAlex Deucher2012-01-201-7/+18
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-4/+4
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-131-13/+34
* r600g: implement transform feedbackMarek Olšák2011-12-171-0/+335
* r600g: don't set the query result to 0 after a call to get_query_resultMarek Olšák2011-11-111-2/+0
* r600g: the type of OCCLUSION_PREDICATE result should be booleanMarek Olšák2011-11-111-8/+11
* r600g: implement PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2011-11-101-5/+21
* r600g: flush the whole context when CS is full, not just hw_contextMarek Olšák2011-11-101-1/+1