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
/
genX_blorp_exec.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: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965/drm: Rewrite relocation handling.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965: Use brw_emit_reloc() instead of drm_bacon_bo_emit_reloc().
Kenneth Graunke
2017-04-10
1
-3
/
+2
*
i965: Change intel_batchbuffer_reloc() into brw_emit_reloc().
Kenneth Graunke
2017-04-10
1
-4
/
+4
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-4
/
+4
*
i965/blorp: Bump the batch space estimate
Jason Ekstrand
2017-04-06
1
-1
/
+1
*
i965/blorp: Align vertex buffers to 64B
Jason Ekstrand
2017-04-04
1
-1
/
+13
*
i965: Stop using legacy dri_bufmgr_* and intel_* names.
Kenneth Graunke
2017-03-30
1
-1
/
+1
*
i965: Combine intel_batchbuffer_reloc and intel_batchbuffer_reloc64
Kenneth Graunke
2017-03-30
1
-11
/
+4
*
i965: Drop AUB_TRACE_* stuff.
Kenneth Graunke
2017-03-21
1
-6
/
+4
*
i965: Delete vestiges of resource streamer code.
Kenneth Graunke
2017-03-06
1
-3
/
+0
*
intel/blorp: Explicitly flush all allocated state
Jason Ekstrand
2017-02-21
1
-0
/
+8
*
i965/blorp: Add also depth and stencil buffers to render cache
Topi Pohjolainen
2017-01-24
1
-0
/
+4
*
i965/blorp: Make post draw flush more explicit
Topi Pohjolainen
2017-01-18
1
-5
/
+0
*
i965/blorp: Use the render cache mechanism instead of explicit flushing
Topi Pohjolainen
2017-01-18
1
-1
/
+7
*
i965: Make BLORP disable the NP Z PMA stall fix.
Kenneth Graunke
2017-01-16
1
-0
/
+4
*
i965: Make intel_bachbuffer_reloc() take a batchbuffer argument
Iago Toral Quiroga
2017-01-04
1
-2
/
+2
*
intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLE
Jason Ekstrand
2016-09-14
1
-0
/
+5
*
intel/blorp: Emit 3DSTATE_MULTISAMPLE directly
Jason Ekstrand
2016-09-14
1
-13
/
+0
*
intel/blorp: Rework alloc_binding_table
Jason Ekstrand
2016-09-13
1
-5
/
+6
*
i965: Move blorp into src/intel/blorp
Jason Ekstrand
2016-08-29
1
-1
/
+1
*
i965/blorp: Remove the remaining brw prefixes from the blorp.h API
Jason Ekstrand
2016-08-29
1
-1
/
+1
*
i965/blorp: Make blorp_addres::buffer a void*
Jason Ekstrand
2016-08-29
1
-2
/
+3
*
i965/blorp: Add an "exec" function pointer to blorp_context
Jason Ekstrand
2016-08-29
1
-5
/
+6
*
i965/blorp: Move the guts of brw_blorp_exec into genX_blorp_exec.c
Jason Ekstrand
2016-08-29
1
-0
/
+66
*
i965/blorp: Pull the guts of blorp_exec into a driver-agnostic header
Jason Ekstrand
2016-08-29
1
-1096
/
+1
*
i965/blorp/exec: Refactor to use a new blorp_batch struct
Jason Ekstrand
2016-08-29
1
-148
/
+172
*
i965/blorp: Add a helper for allocating binding tables and surface states
Jason Ekstrand
2016-08-29
1
-22
/
+42
*
i965/blorp: Shorten binding table index enum names
Jason Ekstrand
2016-08-29
1
-3
/
+3
*
i965/blorp/genX: Add a blorp_surface_reloc helper
Jason Ekstrand
2016-08-29
1
-17
/
+21
*
i965/blorp: Use blorp_address in brw_blorp_surface instead of bo+offset
Jason Ekstrand
2016-08-29
1
-42
/
+24
*
i965/blorp: Pull emit_surface_state into genX_blorp_exec.c
Jason Ekstrand
2016-08-29
1
-5
/
+80
*
i965/blorp: Add driver mocs settings to the context
Jason Ekstrand
2016-08-29
1
-12
/
+2
*
i965/blorp/genX: Move emit_urb_config into another helper
Jason Ekstrand
2016-08-29
1
-13
/
+17
*
i965/blorp: Use gen6_upload_urb
Jason Ekstrand
2016-08-29
1
-4
/
+2
*
i965/blorp/genX: Pull emit_3dstate_multisample into a helper
Jason Ekstrand
2016-08-29
1
-5
/
+11
*
i965/blorp/genX: Add helpers for allocating various bits of state
Jason Ekstrand
2016-08-29
1
-32
/
+53
*
i965: Remove comment within a comment.
Matt Turner
2016-08-19
1
-1
/
+1
*
i965/blorp: Use genxml for gen8-9 state setup
Jason Ekstrand
2016-08-19
1
-6
/
+151
*
i965/blorp: Use genxml for gen7 state setup
Jason Ekstrand
2016-08-19
1
-22
/
+276
*
i965/blorp: Add genxml-based vertex setup helpers
Jason Ekstrand
2016-08-19
1
-1
/
+212
*
i965/blorp: Add a helper for emitting surface states
Jason Ekstrand
2016-08-19
1
-24
/
+28
*
i965/blorp: Add genxml-based sampler state emit function
Jason Ekstrand
2016-08-19
1
-11
/
+38
*
i965/blorp: Add genxml-based dynamic state emit functions
Jason Ekstrand
2016-08-19
1
-9
/
+73
*
i965: Move gen6_blorp.c to a file that gets recompiled per-gen
Jason Ekstrand
2016-08-19
1
-0
/
+464