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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add missing state reset at the end of blorp.
Eric Anholt
2013-08-30
1
-5
/
+5
*
i965: Dump more information about batch buffer usage.
Kenneth Graunke
2013-08-16
1
-3
/
+10
*
i965: Cite the Ivybridge PRM for VS PIPE_CONTROL workarounds.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-11
/
+6
*
i965: Move intel_context::has_llc to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+3
*
i965: Move intel_context::intelScreen to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::no_batch_wrap to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context's framerate throttling fields to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-62
/
+53
*
i965: Move intel_context::hw_ctx to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-36
/
+54
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Replace maxBatchSize variable with BATCH_SZ define.
Kenneth Graunke
2013-07-03
1
-2
/
+2
*
i965: Move annotate_aub out of the vtable.
Kenneth Graunke
2013-07-03
1
-2
/
+2
*
i965: Move debug_batch hook out of the vtable.
Kenneth Graunke
2013-07-03
1
-2
/
+2
*
i965: Drop code checking for gen <= 3.
Eric Anholt
2013-06-28
1
-5
/
+1
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+560
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-236
/
+1
*
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Eric Anholt
2007-11-19
1
-0
/
+1
*
[965] Replace various alignment code with a shared ALIGN() macro.
Eric Anholt
2007-10-04
1
-2
/
+2
*
[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.
Eric Anholt
2007-09-27
1
-0
/
+11
*
Revert "WIP 965 conversion to dri_bufmgr."
Eric Anholt
2007-09-27
1
-12
/
+1
*
WIP 965 conversion to dri_bufmgr.
Eric Anholt
2007-09-27
1
-1
/
+12
*
[965] Remove AUB file support.
Eric Anholt
2007-09-27
1
-19
/
+0
*
Emit cliprects in the userspace driver as required, rather than
Keith Whitwell
2006-10-23
1
-19
/
+1
*
Consistent return values from the bm* functions.
Keith Whitwell
2006-09-07
1
-1
/
+1
*
Cope with memory pool fragmentation by allowing a second attempt at
Keith Whitwell
2006-09-07
1
-6
/
+17
*
Use lower alignments where possible. Also pad out allocated blocks to
Keith Whitwell
2006-09-07
1
-1
/
+1
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+250