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/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
*
gen7 depth surface: calculate depth (array size) for depth surface
Jordan Justen
2013-08-04
1
-0
/
+2
*
gen7 depth surface: calculate more specific surface type
Jordan Justen
2013-08-04
1
-0
/
+16
*
i965/hsw: Change L3 MOCS for depth, hiz, and stencil
Chad Versace
2013-07-18
1
-2
/
+4
*
i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
Chad Versace
2013-07-18
1
-1
/
+3
*
i965/hsw: Change L3 MOCS of SURFACE_STAT
Chad Versace
2013-07-18
1
-1
/
+3
*
i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Cite the Ivybridge PRM for 3DSTATE_URB_* programming.
Kenneth Graunke
2013-07-15
1
-2
/
+3
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-6
/
+3
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-43
/
+3
*
i965/blorp: Write blorp code to do render target resolves.
Paul Berry
2013-06-12
1
-0
/
+3
*
i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
2013-06-12
1
-4
/
+14
*
i965/gen7+: Set up MCS in SURFACE_STATE whenever MCS is present.
Paul Berry
2013-06-12
1
-1
/
+1
*
i965/gen7+: Create an enum for keeping track of fast color clear state.
Paul Berry
2013-06-12
1
-0
/
+1
*
i965: Allocate push constant L3 space once at startup on Gen7+.
Kenneth Graunke
2013-06-10
1
-1
/
+0
*
i965: Disable pixel statistics in BLORP.
Kenneth Graunke
2013-05-20
1
-1
/
+0
[next]