summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_cc.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16i965: Warn on a couple of workarounds in blending.Eric Anholt1-2/+15
2012-09-29intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat1-2/+11
2012-07-18i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...Anuj Phogat1-7/+21
2012-06-26i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.Paul Berry1-1/+9
2012-05-04i965: Add support for GL_ARB_draw_buffers_blend.Eric Anholt1-6/+6
2012-01-24i965/gen6+: Work around GPU hangs with logic ops on integer textures.Eric Anholt1-2/+7
2012-01-24i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.Eric Anholt1-6/+23
2011-10-29i965/gen6: Move setup of CC state batches to emit time.Eric Anholt1-4/+4
2011-10-18i965/gen6: Fix segfault in prepare_blend_state()Chad Versace1-1/+1
2011-09-26i965: Set the pre/post-blend color clamp flags.Eric Anholt1-0/+20
2011-09-19mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick1-1/+1
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-2/+4
2011-06-28i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt1-1/+2
2011-05-18i965/gen6: Fix blending state when no color buffer is bound.Eric Anholt1-2/+12
2011-04-29i965/gen6: Fix LogicOp handling for GL_COPY and/or floating-point RTs.Eric Anholt1-5/+13
2011-04-29i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt1-6/+3
2011-04-29i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt1-8/+2
2011-04-29i965/gen6: Move the blend state to state streaming.Eric Anholt1-102/+34
2011-04-29i965/gen6: Move the color calc state to state streaming.Eric Anholt1-74/+19
2011-04-20intel: Add support for ARB_color_buffer_float.Eric Anholt1-4/+4
2011-02-21i965: switch gen6 to use its own cc state boChris Wilson1-6/+6
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-6/+6
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke1-1/+1
2010-12-08i965: Set up the per-render-target blend state on gen6.Eric Anholt1-46/+49
2010-12-08i965: Set up the color masking for the first drawbuffer on gen6.Eric Anholt1-0/+9
2010-12-07i965: Don't try to store gen6 (float) blend constant color in bytes.Eric Anholt1-1/+1
2010-10-28i965: Update the gen6 stencil ref state when stencil state changes.Eric Anholt1-1/+1
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt1-2/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-08-31i965: fix depth test on sandybridgeZhenyu Wang1-1/+1
2010-03-05i965: Rename SNB brw_*_key structs to gen6_*_key structs.Eric Anholt1-8/+8
2010-03-05i965: Pack gen6 blend_state_key structure.Eric Anholt1-2/+1
2010-03-02i965: include macros.h to get CLAMP macroBrian Paul1-0/+1
2010-02-25i965: Remove unnecessary headers.Vinson Lee1-2/+0
2010-02-25i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt1-0/+2
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt1-0/+296