summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_misc_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-12/+8
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-37/+25
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-4/+4
2013-07-09i965: Move must_use/has_separate_stencil fields to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-10/+10
2013-07-09i965: Move intel_context::vtbl to brw_context.Kenneth Graunke1-4/+4
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-17/+12
2013-06-29i965: NULL check depth_mt to quiet static analysis.Matt Turner1-1/+1
2013-06-10i965: Emit invariant state once at startup on Gen6+.Kenneth Graunke1-2/+3
2013-05-21i965: Kill software primitive counting entirely.Kenneth Graunke1-13/+0
2013-04-24i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERNChia-I Wu1-3/+14
2013-04-12i965: Fix an unused variable warning in the release build.Eric Anholt1-4/+2
2013-04-10i965: Remove brw_context::depthstencil::hiz_mtChad Versace1-2/+0
2013-04-10intel: Replace checks for hiz_mt with intel_has*hiz()Chad Versace1-16/+16
2013-04-10i965: Change signature of brw_get_depthstencil_tile_masks()Chad Versace1-1/+6
2013-04-02i965: Reduce code duplication in handling of depth, stencil, and HiZ.Paul Berry1-89/+106
2013-03-19i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry1-5/+26
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-3/+3
2012-12-22i965: Add perf debug for depth/stencil alignment workaround.Eric Anholt1-0/+16
2012-11-28i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.Eric Anholt1-1/+3
2012-11-19i965: Use the separate stencil buffer's offsets for stencil setup.Eric Anholt1-15/+38
2012-11-19i965: Move all the depth/stencil/hiz offset logic into the workaround.Eric Anholt1-108/+113
2012-11-19i965: When rebasing depth or stencil, update x/y before deciding the other.Eric Anholt1-13/+36
2012-11-01i965/gen4: Fix assertion failures in depthstencil piglit tests.Eric Anholt1-4/+5
2012-10-16i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.Eric Anholt1-61/+126
2012-10-16i965: Share the draw x/y offset masking code between main/blorp and all gens.Eric Anholt1-41/+70
2012-09-12intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry1-2/+3
2012-09-12intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry1-3/+3
2012-05-23i965/gen6+: Add support for fast depth clears.Eric Anholt1-2/+4
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-25/+8
2012-05-07i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry1-0/+36
2012-05-07i965: Fix mipmap offsets for HiZ and separate stencil buffers.Paul Berry1-8/+88
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-9/+9
2012-04-10i965: Stop lying about cpp and height of a stencil buffer.Paul Berry1-5/+6
2012-02-29i965: Fix Gen6+ dynamic state upper bound on older kernels.Kenneth Graunke1-2/+1
2012-02-21i965: Rename the original binding table to mention that it's the WM now.Eric Anholt1-2/+2
2012-02-21i965: Split the gen6 GS binding table to a separate table.Eric Anholt1-1/+1
2012-02-21i965: Split the VS binding table to a separate table.Eric Anholt1-2/+2
2012-02-10i965: Fix border color on Ironlake.Kenneth Graunke1-1/+1
2012-01-24intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul1-4/+4
2012-01-24intel: use intel_rb_format() to get renderbuffer formatBrian Paul1-3/+3
2012-01-23i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke1-1/+7
2012-01-17i965/gen5: Fix rendering of depth buffers without stencil [v2]Chad Versace1-2/+15
2012-01-12i965/gen7: Fix depth buffer rendering to tile offsets.Eric Anholt1-2/+2
2012-01-10i965: Fix compiler warnings from hiz changes.Eric Anholt1-2/+0
2012-01-10i965: Replace references to stencil region size with buffer sizeChad Versace1-4/+4
2012-01-07i965: Correct misspellings of "invariant".Kenneth Graunke1-4/+4
2011-12-23i965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on Gen4.Kenneth Graunke1-1/+4
2011-12-20i965 gen6: Initial implementation of transform feedback.Paul Berry1-1/+1