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
/
gen6_blorp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-10
/
+10
*
i965: Move intel_region_get_aligned_offset() to be a miptree function.
Eric Anholt
2014-05-01
1
-9
/
+9
*
i965/blorp: do not use unnecessary hw-blending support
Topi Pohjolainen
2014-02-04
1
-20
/
+0
*
i965: Use the new drm_intel_bo offset64 field.
Kenneth Graunke
2014-01-20
1
-2
/
+2
*
i965/gen6/blorp: Remove redundant HiZ workaround
Chad Versace
2014-01-09
1
-14
/
+0
*
i965/gen6/blorp: Set need_workaround_flush at top of blorp
Chad Versace
2014-01-09
1
-1
/
+3
*
i965/gen6/blorp: Set need_workaround_flush immediately after primitive
Chad Versace
2014-01-09
1
-0
/
+3
*
i965/gen6: Fix HiZ hang in WebGL Google Maps
Chad Versace
2013-12-20
1
-0
/
+15
*
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: Avoid flushing the batch for every blorp op.
Eric Anholt
2013-11-07
1
-12
/
+0
*
i965: Also emit HiZ and Stencil packets when disabling depth on Gen6.
Kenneth Graunke
2013-10-28
1
-0
/
+12
*
i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp.
Kenneth Graunke
2013-10-28
1
-0
/
+3
*
i965: Directly call intel_batchbuffer_flush() after i915 split.
Eric Anholt
2013-08-30
1
-3
/
+1
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
1
-2
/
+2
*
i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
Ville Syrjälä
2013-08-21
1
-1
/
+6
*
i965: Add Gen6 depth stall flushes before disabling depth in BLORP.
Kenneth Graunke
2013-08-16
1
-0
/
+3
*
i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
Chad Versace
2013-07-18
1
-0
/
+3
*
i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.
Kenneth Graunke
2013-07-15
1
-3
/
+3
*
i965: Update workaround flush comments for Gen6 3DSTATE_VS.
Kenneth Graunke
2013-07-15
1
-1
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-7
/
+3
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-7
/
+5
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-34
/
+4
*
i965: Replace intel_state.c enums with those from brw_defines.h.
Kenneth Graunke
2013-07-03
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: Don't emit PIPELINE_SELECT from BLORP.
Kenneth Graunke
2013-06-10
1
-19
/
+0
*
i965: Disable pixel statistics in BLORP.
Kenneth Graunke
2013-05-20
1
-1
/
+0
*
i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.
Eric Anholt
2013-05-02
1
-0
/
+35
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
1
-9
/
+12
*
i965: Don't flush the batch at the end of blorp.
Eric Anholt
2013-04-30
1
-9
/
+0
*
i965: Change signature of brw_get_depthstencil_tile_masks()
Chad Versace
2013-04-10
1
-1
/
+4
*
intel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
Eric Anholt
2013-03-05
1
-0
/
+1
*
i965: add support for sample mask on Gen6+
Chris Forbes
2013-03-02
1
-1
/
+1
*
i965: Add WARN_ONCE for depthstencil workarounds we shouldn't be hitting.
Eric Anholt
2013-03-01
1
-0
/
+3
*
i965/blorp: Support overriding destination alpha to 1.0.
Kenneth Graunke
2013-02-06
1
-0
/
+19
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-5
/
+3
*
i965: Share the draw x/y offset masking code between main/blorp and all gens.
Eric Anholt
2012-10-16
1
-26
/
+2
*
i965/blorp: Fix narrowing warnings.
Paul Berry
2012-09-21
1
-3
/
+3
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-12
1
-2
/
+2
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-12
1
-2
/
+2
*
i965/blorp: Account for offsets when emitting SURFACE_STATE.
Paul Berry
2012-09-12
1
-3
/
+10
*
i965/blorp: store x and y offsets in brw_blorp_mip_info.
Paul Berry
2012-09-12
1
-2
/
+2
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-12
1
-11
/
+4
*
i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.
Paul Berry
2012-09-12
1
-1
/
+5
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-3
/
+3
*
i965/msaa: Remove TODO comments that are no longer relevant.
Paul Berry
2012-07-26
1
-1
/
+0
*
i965/msaa: Implement glSampleCoverage.
Paul Berry
2012-06-26
1
-1
/
+1
*
i965/blorp: Refactor surface format determination.
Paul Berry
2012-06-07
1
-5
/
+1
[next]