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
/
gen7_blorp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/blorp: Make state setup C-safe
Jason Ekstrand
2016-04-26
1
-1
/
+1
*
i965/blorp: Turn brw_blorp_params into a C-style struct
Jason Ekstrand
2016-04-26
1
-7
/
+7
*
i965/blorp: Turn blorp_surface_info into a C-style struct
Jason Ekstrand
2016-04-26
1
-3
/
+3
*
i965/blorp: Refactor to get rid of the get_wm_prog virtual function
Jason Ekstrand
2016-04-26
1
-16
/
+12
*
i965/blorp: Reconfigure base state address only if needed
Topi Pohjolainen
2016-04-23
1
-1
/
+2
*
i965/blorp/gen6: Use normal base state address setup
Topi Pohjolainen
2016-04-23
1
-1
/
+3
*
i965/blorp: Reduce the urb size requirement for vertex buffer
Topi Pohjolainen
2016-04-21
1
-5
/
+4
*
i965/blorp: Do not tricker urb re-configuration unnecessarily
Topi Pohjolainen
2016-04-21
1
-0
/
+2
*
i965/blorp: Skip re-emitting urb config whenever possible
Topi Pohjolainen
2016-04-21
1
-0
/
+15
*
i965/blorp: Skip uploading state/options not needed for clears
Topi Pohjolainen
2016-04-21
1
-8
/
+15
*
i965/blorp: Add support for setting fast clear operation
Topi Pohjolainen
2016-04-21
1
-0
/
+2
*
i965/blorp/gen7: Expose state setup applicable to gen8
Topi Pohjolainen
2016-04-21
1
-11
/
+11
*
i965/blorp: Use 8k chunk size for urb allocation
Topi Pohjolainen
2016-04-21
1
-5
/
+14
*
i965/blorp/gen7: Prepare re-using for gen8
Topi Pohjolainen
2016-04-21
1
-2
/
+4
*
i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.
Kenneth Graunke
2016-03-31
1
-4
/
+1
*
i965: Allocate URB space for HS and DS stages when required.
Chris Forbes
2015-12-15
1
-0
/
+8
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-2
/
+0
*
i965: Remove useless gen6_blorp.h/gen7_blorp.h headers.
Matt Turner
2015-11-24
1
-1
/
+0
*
i965/miptree: Rename align_w,align_h -> halign,valign
Chad Versace
2015-09-30
1
-2
/
+2
*
i965: Disable resource streamer in BLORP
Abdiel Janulgue
2015-07-18
1
-0
/
+2
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-2
/
+2
*
i965/blorp: Add support for layered rendering
Topi Pohjolainen
2015-04-30
1
-1
/
+1
*
i965/blorp: Prepare for attributes other than render position
Topi Pohjolainen
2015-04-30
1
-2
/
+4
*
i965/blorp: Remove unused arguments
Topi Pohjolainen
2015-04-30
1
-3
/
+3
*
i965/gen7/blorp: Remove unused arguments
Topi Pohjolainen
2015-04-30
1
-47
/
+28
*
i965/blorp: Allow caller to provide sampler settings
Topi Pohjolainen
2015-04-30
1
-1
/
+2
*
i965/blorp: Remove constant parameter
Topi Pohjolainen
2015-04-30
1
-11
/
+0
*
i965/gen7: Don't rely directly on the hiz miptree structure
Jordan Justen
2015-03-09
1
-3
/
+3
*
i965/hiz: Start to separate miptree out from hiz buffers
Jordan Justen
2015-03-09
1
-1
/
+1
*
i965: Change mipmap array_spacing_lod0 to array_layout (enum)
Jordan Justen
2014-08-15
1
-1
/
+1
*
i965: Make BLORP use brw_emit_sampler_state().
Kenneth Graunke
2014-08-02
1
-58
/
+1
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-11
/
+11
*
i965: Use the new drm_intel_bo offset64 field.
Kenneth Graunke
2014-01-20
1
-2
/
+2
*
i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
2013-12-09
1
-4
/
+6
*
i965: refactor sample mask calculation
Chris Forbes
2013-12-07
1
-1
/
+1
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-2
/
+2
*
i965: Disable BLORP on Broadwell for now.
Kenneth Graunke
2013-11-21
1
-0
/
+3
*
i965/gen7: Emit workaround flush when changing GS enable state.
Paul Berry
2013-11-18
1
-0
/
+16
*
i965: Avoid flushing the batch for every blorp op.
Eric Anholt
2013-11-07
1
-1
/
+0
*
i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth.
Kenneth Graunke
2013-10-28
1
-0
/
+12
*
gen7: Use logical, not physical, dims in 3DSTATE_DEPTH_BUFFER (v2)
Chad Versace
2013-10-07
1
-2
/
+2
*
i965/gs: Allocate push constant space for use by GS.
Paul Berry
2013-08-31
1
-0
/
+6
*
i965/gs: Allocate URB space for use by GS.
Paul Berry
2013-08-31
1
-7
/
+9
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
1
-3
/
+3
*
i965: Add Gen7 depth stall flushes before disabling depth in BLORP.
Kenneth Graunke
2013-08-16
1
-0
/
+2
*
gen7 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surface
Jordan Justen
2013-08-04
1
-49
/
+10
*
gen7 blorp depth: calculate base surface width/height
Jordan Justen
2013-08-04
1
-0
/
+13
*
gen7 depth surface: calculate minimum array element being rendered
Jordan Justen
2013-08-04
1
-0
/
+7
*
gen7 depth surface: calculate LOD being rendered to
Jordan Justen
2013-08-04
1
-0
/
+3
[next]