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
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-1
/
+1
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-5
/
+9
*
i965/batch: Ensure we use a consistent offset in relocs
Daniel Vetter
2017-04-10
1
-2
/
+6
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-30
/
+30
*
i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
Kenneth Graunke
2017-04-10
1
-3
/
+3
*
i965: Just use a uint32_t context handle rather than a malloc'd wrapper.
Kenneth Graunke
2017-04-10
1
-6
/
+3
*
i965/drm: Merge bo->handle and bo_gem->gem_handle.
Kenneth Graunke
2017-04-10
1
-3
/
+3
*
i965/drm: Rewrite relocation handling.
Kenneth Graunke
2017-04-10
1
-24
/
+189
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
1
-0
/
+5
*
i965: Change intel_batchbuffer_reloc() into brw_emit_reloc().
Kenneth Graunke
2017-04-10
1
-8
/
+7
*
i965/drm: Drop cliprects and dr4 from execbuf variants.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-32
/
+32
*
intel/gen_decoder: return -1 for unknown command formats
Jordan Justen
2017-04-06
1
-4
/
+4
*
aubinator/gen_decoder/i965: decode instructions from dword 0
Lionel Landwerlin
2017-04-03
1
-4
/
+4
*
i965: Stop using legacy dri_bufmgr_* and intel_* names.
Kenneth Graunke
2017-03-30
1
-3
/
+6
*
i965: Combine intel_batchbuffer_reloc and intel_batchbuffer_reloc64
Kenneth Graunke
2017-03-30
1
-21
/
+1
*
i965: Use aubinator/genxml for INTEL_DEBUG=bat state decoding.
Kenneth Graunke
2017-03-21
1
-4
/
+134
*
i965: Use aubinator/genxml for INTEL_DEBUG=bat commands.
Kenneth Graunke
2017-03-21
1
-21
/
+39
*
i965: Delete unused last_ring local.
Kenneth Graunke
2017-03-12
1
-1
/
+0
*
i965: Delete render ring prelude.
Kenneth Graunke
2017-03-08
1
-9
/
+0
*
i965: Remove use of deprecated drm_intel_aub routines
Chris Wilson
2017-03-07
1
-3
/
+0
*
i965: Delete vestiges of resource streamer code.
Kenneth Graunke
2017-03-06
1
-5
/
+1
*
i965: Drop duplicate #defines now that we've bumped libdrm requirements.
Kenneth Graunke
2017-03-06
1
-5
/
+0
*
i965: Add intel_batchbuffer_flush_fence()
Chad Versace
2017-01-27
1
-6
/
+18
*
i965: remove brw_context dependency from intel_batchbuffer_init()
Iago Toral Quiroga
2017-01-04
1
-26
/
+33
*
i965: make intel_batchbuffer_free() take a batchbuffer as argument
Iago Toral Quiroga
2017-01-04
1
-4
/
+4
*
i965: make intel_batchbuffer_emit_dword() take a batchbuffer as argument
Iago Toral Quiroga
2017-01-04
1
-3
/
+3
*
i965: Make intel_bachbuffer_reloc() take a batchbuffer argument
Iago Toral Quiroga
2017-01-04
1
-4
/
+4
*
i965: Remove perf monitor/query backend
Robert Bragg
2017-01-03
1
-8
/
+1
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-3
/
+3
*
i965: Rename __DRIScreen pointers to "dri_screen".
Kenneth Graunke
2016-09-20
1
-2
/
+2
*
i965: Roll intel_reg.h into brw_defines.h
Jason Ekstrand
2016-08-19
1
-1
/
+0
*
i965: Enable GL_KHR_robustness
Kristian Høgsberg Kristensen
2016-05-25
1
-0
/
+3
*
i965: Send the minimal number of STATE_BASE_ADDRESS packets.
Kenneth Graunke
2016-05-16
1
-0
/
+1
*
i965/hsw: Fix brw_store_data_imm*
Jordan Justen
2016-05-09
1
-10
/
+12
*
i965: Add a brw_load_register_reg64 helper.
Kenneth Graunke
2016-05-09
1
-0
/
+18
*
i965/gen6+: Add load register immediate helper functions
Jordan Justen
2016-05-04
1
-0
/
+32
*
i965/hsw+: Add support for copying a register
Jordan Justen
2016-05-04
1
-0
/
+15
*
i965/gen6+: Add support for storing immediate data into a buffer
Jordan Justen
2016-05-04
1
-0
/
+45
*
i965: Add brw_store_register_mem32
Jordan Justen
2016-05-04
1
-0
/
+26
*
i965: Use offset instead of index in brw_store_register_mem64
Jordan Justen
2016-05-04
1
-0
/
+37
*
i965: Don't inline intel_batchbuffer_require_space().
Matt Turner
2016-03-30
1
-0
/
+26
*
i965: Work around L3 state leaks during context switches.
Francisco Jerez
2015-12-09
1
-0
/
+7
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-4
/
+2
*
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
2015-07-18
1
-0
/
+4
*
i965: Enable resource streamer for the batchbuffer
Abdiel Janulgue
2015-07-18
1
-1
/
+7
*
i965: Optimize batchbuffer macros.
Matt Turner
2015-07-15
1
-9
/
+10
*
i965: Add and use USED_BATCH macro.
Matt Turner
2015-07-15
1
-10
/
+10
*
i965: Split batch emission from relocation functions.
Matt Turner
2015-07-15
1
-18
/
+12
[next]