summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_depthstencil.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-02i965: Delete brw_state_flags::cache and related code.Kenneth Graunke1-1/+0
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-2/+5
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-2/+1
2013-06-25intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt1-1/+1
2013-06-11i965: Emit the depth/stencil state pointer directly, not via atoms.Kenneth Graunke1-2/+18
2013-04-04i965: Use ctx->Stencil._WriteEnabled in DEPTH_STENCIL_STATE.Kenneth Graunke1-5/+1
2012-02-07i965: Rewrite the HiZ opChad Versace1-7/+2
2012-01-09i965: Add missing _NEW_BUFFERS dirty bit to Gen6+ DEPTH_STENCIL atoms.Kenneth Graunke1-1/+1
2011-11-29i965: Don't depth test the fake depthbuffer when one isn't present.Eric Anholt1-1/+6
2011-11-22i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace1-3/+8
2011-10-29i965/gen6: Move setup of CC state batches to emit time.Eric Anholt1-2/+2
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-1/+2
2011-04-29i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt1-112/+42
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-3/+3
2010-02-25i965: Remove unnecessary headers.Vinson Lee1-4/+0
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt1-0/+169