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
/
brw_misc_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-17
/
+12
*
i965: NULL check depth_mt to quiet static analysis.
Matt Turner
2013-06-29
1
-1
/
+1
*
i965: Emit invariant state once at startup on Gen6+.
Kenneth Graunke
2013-06-10
1
-2
/
+3
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
1
-13
/
+0
*
i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
Chia-I Wu
2013-04-24
1
-3
/
+14
*
i965: Fix an unused variable warning in the release build.
Eric Anholt
2013-04-12
1
-4
/
+2
*
i965: Remove brw_context::depthstencil::hiz_mt
Chad Versace
2013-04-10
1
-2
/
+0
*
intel: Replace checks for hiz_mt with intel_has*hiz()
Chad Versace
2013-04-10
1
-16
/
+16
*
i965: Change signature of brw_get_depthstencil_tile_masks()
Chad Versace
2013-04-10
1
-1
/
+6
*
i965: Reduce code duplication in handling of depth, stencil, and HiZ.
Paul Berry
2013-04-02
1
-89
/
+106
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
1
-5
/
+26
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-3
/
+3
*
i965: Add perf debug for depth/stencil alignment workaround.
Eric Anholt
2012-12-22
1
-0
/
+16
*
i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.
Eric Anholt
2012-11-28
1
-1
/
+3
*
i965: Use the separate stencil buffer's offsets for stencil setup.
Eric Anholt
2012-11-19
1
-15
/
+38
*
i965: Move all the depth/stencil/hiz offset logic into the workaround.
Eric Anholt
2012-11-19
1
-108
/
+113
*
i965: When rebasing depth or stencil, update x/y before deciding the other.
Eric Anholt
2012-11-19
1
-13
/
+36
*
i965/gen4: Fix assertion failures in depthstencil piglit tests.
Eric Anholt
2012-11-01
1
-4
/
+5
*
i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.
Eric Anholt
2012-10-16
1
-61
/
+126
*
i965: Share the draw x/y offset masking code between main/blorp and all gens.
Eric Anholt
2012-10-16
1
-41
/
+70
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-12
1
-2
/
+3
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-12
1
-3
/
+3
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
1
-2
/
+4
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-25
/
+8
*
i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
1
-0
/
+36
*
i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
2012-05-07
1
-8
/
+88
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-9
/
+9
*
i965: Stop lying about cpp and height of a stencil buffer.
Paul Berry
2012-04-10
1
-5
/
+6
*
i965: Fix Gen6+ dynamic state upper bound on older kernels.
Kenneth Graunke
2012-02-29
1
-2
/
+1
*
i965: Rename the original binding table to mention that it's the WM now.
Eric Anholt
2012-02-21
1
-2
/
+2
*
i965: Split the gen6 GS binding table to a separate table.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-2
/
+2
*
i965: Fix border color on Ironlake.
Kenneth Graunke
2012-02-10
1
-1
/
+1
*
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-4
/
+4
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
1
-3
/
+3
*
i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
2012-01-23
1
-1
/
+7
*
i965/gen5: Fix rendering of depth buffers without stencil [v2]
Chad Versace
2012-01-17
1
-2
/
+15
*
i965/gen7: Fix depth buffer rendering to tile offsets.
Eric Anholt
2012-01-12
1
-2
/
+2
*
i965: Fix compiler warnings from hiz changes.
Eric Anholt
2012-01-10
1
-2
/
+0
*
i965: Replace references to stencil region size with buffer size
Chad Versace
2012-01-10
1
-4
/
+4
*
i965: Correct misspellings of "invariant".
Kenneth Graunke
2012-01-07
1
-4
/
+4
*
i965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on Gen4.
Kenneth Graunke
2011-12-23
1
-1
/
+4
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-1
/
+1
*
i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.
Eric Anholt
2011-12-19
1
-1
/
+4
*
i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
2011-12-19
1
-1
/
+1
*
intel: Stop creating the wrapped stencil irb.
Eric Anholt
2011-12-19
1
-17
/
+23
*
i965: Return BRW_DEPTHBUFFER_D32_FLOAT as the null-depthbuffer format.
Kenneth Graunke
2011-12-07
1
-0
/
+3
*
i965: Base HW depth format setup based on MESA_FORMAT, not bpp.
Eric Anholt
2011-11-29
1
-19
/
+32
*
i965/gen6: Fix GPU hang when using stencil buffer without depth
Chad Versace
2011-11-23
1
-0
/
+5
[next]