index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_hw_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: add support for common surface allocator for tiling v13
Jerome Glisse
2012-02-06
1
-0
/
+3
*
r600g: shorten expressions accessing family and chip_class
Marek Olšák
2012-01-31
1
-14
/
+14
*
r600g: use the new code for streamout flush as well
Marek Olšák
2012-01-31
1
-11
/
+6
*
r600g: rename r600_reg::flush_flags -> sbu_flags
Marek Olšák
2012-01-31
1
-2
/
+2
*
r600g: fix computation of how many dwords is needed for a flush at the end of CS
Marek Olšák
2012-01-31
1
-10
/
+4
*
r600g: remove unused r600_reg::flush_mask
Marek Olšák
2012-01-31
1
-381
/
+380
*
r600g: remove more dead code
Marek Olšák
2012-01-31
1
-7
/
+0
*
r600g: remove dead code for tracking relocations
Marek Olšák
2012-01-31
1
-13
/
+0
*
r600g: remove unused flush code
Marek Olšák
2012-01-31
1
-36
/
+0
*
r600g: rework cache flushing
Marek Olšák
2012-01-31
1
-96
/
+78
*
r600g: add a new simple API for state emission
Marek Olšák
2012-01-31
1
-0
/
+6
*
r600g: remove redundant pm4 and pm4_cdwords in r600_context
Marek Olšák
2012-01-31
1
-182
/
+198
*
r600g: consolidate some context_draw code
Marek Olšák
2012-01-31
1
-26
/
+0
*
r600g: remove the now-useless internal flush callback
Marek Olšák
2012-01-31
1
-1
/
+1
*
r600g: don't initialize the screen and winsys pointer twice
Marek Olšák
2012-01-31
1
-5
/
+2
*
r600g: merge r600_context with r600_pipe_context
Marek Olšák
2012-01-31
1
-3
/
+0
*
r600g: remove u8,u16,u32,u64 types
Marek Olšák
2012-01-31
1
-9
/
+9
*
r600g: get rid of r600_context_reg
Marek Olšák
2012-01-31
1
-27
/
+0
*
r600g: don't use r600_context_reg on r6xx-r7xx
Marek Olšák
2012-01-31
1
-15
/
+25
*
r600g: get rid of the mask in r600_pipe_reg
Marek Olšák
2012-01-31
1
-6
/
+2
*
r600g: remove unused streamout code
Marek Olšák
2012-01-30
1
-29
/
+0
*
r600g: disable printing debug info for streamout
Marek Olšák
2012-01-30
1
-1
/
+2
*
Revert "r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enable"
Marek Olšák
2012-01-27
1
-1
/
+1
*
r600g: implement clip vertex v2
Vadim Girlin
2012-01-21
1
-6
/
+15
*
r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enable
Alex Deucher
2012-01-20
1
-1
/
+1
*
r600g: update streamout support for virtual addresses
Alex Deucher
2012-01-20
1
-7
/
+18
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
1
-4
/
+4
*
r600g: add support for virtual address space on cayman v11
Jerome Glisse
2012-01-13
1
-13
/
+34
*
r600g: implement transform feedback
Marek Olšák
2011-12-17
1
-0
/
+335
*
r600g: don't set the query result to 0 after a call to get_query_result
Marek Olšák
2011-11-11
1
-2
/
+0
*
r600g: the type of OCCLUSION_PREDICATE result should be boolean
Marek Olšák
2011-11-11
1
-8
/
+11
*
r600g: implement PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2011-11-10
1
-5
/
+21
*
r600g: flush the whole context when CS is full, not just hw_context
Marek Olšák
2011-11-10
1
-1
/
+1
*
r600g: turn some CS overflow checks into assertions
Marek Olšák
2011-11-10
1
-6
/
+1
*
r600g: put the rest of CS overflow checks in r600_need_cs_space
Marek Olšák
2011-11-10
1
-9
/
+8
*
r600g: flush caches regardless of render condition
Marek Olšák
2011-11-10
1
-5
/
+5
*
r600g: disable render condition at the end of CS, re-enable at the beginning
Marek Olšák
2011-11-10
1
-0
/
+5
*
r600g: don't suspend queries if they have already been suspended by blitter
Marek Olšák
2011-11-10
1
-2
/
+11
*
r600g: properly reserve CS space for queries_suspend
Marek Olšák
2011-11-10
1
-18
/
+12
*
r600g: reserve CS space for a draw command in begin_query and render_condition
Marek Olšák
2011-11-10
1
-9
/
+17
*
r600g: consolidate checking whether CS is full
Marek Olšák
2011-11-10
1
-25
/
+23
*
r600g: cosmetic changes in query code
Marek Olšák
2011-11-09
1
-6
/
+5
*
r600g: use modulo for computing index into query (ring) buffers
Marek Olšák
2011-11-09
1
-14
/
+5
*
r600g: make r600_query_result more generic
Marek Olšák
2011-11-09
1
-15
/
+37
*
r600g: shortcut ctx->screen->ws to ctx->ws
Marek Olšák
2011-10-30
1
-10
/
+11
*
r600g: remove one pointless flush
Marek Olšák
2011-10-29
1
-19
/
+2
*
r600g: get backend mask after the context is fully set up
Marek Olšák
2011-10-28
1
-2
/
+0
*
r600g: don't flush before reading query results
Marek Olšák
2011-10-28
1
-5
/
+0
*
r600g: only maintain the list of active queries
Marek Olšák
2011-10-28
1
-23
/
+10
*
r600g: cleanup r600_query_result
Marek Olšák
2011-10-28
1
-9
/
+6
[next]