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
/
mesa
/
drivers
/
dri
/
i965
/
intel_batchbuffer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915, i965: Silence unused parameter warnings in intel_batchbuffer_advance
Ian Romanick
2015-09-10
1
-0
/
+2
*
i965: Optimize batchbuffer macros.
Matt Turner
2015-07-15
1
-17
/
+38
*
i965: Add and use USED_BATCH macro.
Matt Turner
2015-07-15
1
-3
/
+6
*
i965: Split batch emission from relocation functions.
Matt Turner
2015-07-15
1
-16
/
+18
*
i965: Set brw->batch.emit only #ifdef DEBUG.
Matt Turner
2015-07-09
1
-1
/
+1
*
i965/hsw: Implement end of batch workaround
Ben Widawsky
2015-07-09
1
-0
/
+4
*
i965: Reserve more batch space to accomodate Gen6 perfmonitors.
Kenneth Graunke
2015-07-06
1
-2
/
+2
*
i965: Transplant PIPE_CONTROL routines to brw_pipe_control
Chris Wilson
2015-06-24
1
-10
/
+0
*
i965: Drop some more dead code from the old CACHED_BATCH feature.
Eric Anholt
2014-03-18
1
-1
/
+0
*
i965: Create a helper function for emitting PIPE_CONTROL writes.
Kenneth Graunke
2014-01-20
1
-0
/
+3
*
i965: Create a helper function for emitting PIPE_CONTROL flushes.
Kenneth Graunke
2014-01-20
1
-0
/
+1
*
i965: Introduce an OUT_RELOC64 macro.
Kenneth Graunke
2014-01-20
1
-0
/
+10
*
i965: Delete intel_batchbuffer_emit_reloc_fenced.
Kenneth Graunke
2014-01-20
1
-5
/
+0
*
i965: Remove CACHED_BATCH support altogether.
Kenneth Graunke
2014-01-17
1
-3
/
+0
*
i965: Replace OUT_RELOC_FENCED with OUT_RELOC.
Kenneth Graunke
2013-12-09
1
-4
/
+0
*
i965: Replace non-standard INLINE macro with "inline".
Kenneth Graunke
2013-12-05
1
-7
/
+7
*
i965: Reserve batchbuffer space for a closing MI_REPORT_PERF_COUNT.
Kenneth Graunke
2013-11-21
1
-1
/
+7
*
i965: Start and stop OA counters as necessary.
Kenneth Graunke
2013-11-21
1
-1
/
+2
*
i965: Introduce a "render ring prelude" hook.
Kenneth Graunke
2013-11-21
1
-0
/
+5
*
i965: Introduce an UNKNOWN_RING state.
Kenneth Graunke
2013-11-21
1
-3
/
+8
*
i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.
Kenneth Graunke
2013-11-21
1
-9
/
+11
*
i965/gen7: Emit workaround flush when changing GS enable state.
Paul Berry
2013-11-18
1
-0
/
+1
*
i965: Add missing state reset at the end of blorp.
Eric Anholt
2013-08-30
1
-0
/
+1
*
i965: Delete the BATCH_LOCALS macro.
Kenneth Graunke
2013-08-01
1
-4
/
+0
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-12
/
+8
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-35
/
+38
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Replace maxBatchSize variable with BATCH_SZ define.
Kenneth Graunke
2013-07-03
1
-1
/
+1
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-0
/
+173
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-133
/
+0
*
Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC.
Eric Anholt
2007-10-04
1
-0
/
+6
*
Revert "WIP 965 conversion to dri_bufmgr."
Eric Anholt
2007-09-27
1
-2
/
+2
*
WIP 965 conversion to dri_bufmgr.
Eric Anholt
2007-09-27
1
-2
/
+2
*
Use unsigned long batchbuffer offset, fixes x64 warnings.
Keith Whitwell
2006-10-13
1
-1
/
+1
*
Cope with memory pool fragmentation by allowing a second attempt at
Keith Whitwell
2006-09-07
1
-2
/
+2
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+127