summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_cc.c
AgeCommit message (Expand)Author
2011-02-21i965: switch gen6 to use its own cc state boChris Wilson
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke
2010-12-08i965: Set up the per-render-target blend state on gen6.Eric Anholt
2010-12-08i965: Set up the color masking for the first drawbuffer on gen6.Eric Anholt
2010-12-07i965: Don't try to store gen6 (float) blend constant color in bytes.Eric Anholt
2010-10-28i965: Update the gen6 stencil ref state when stencil state changes.Eric Anholt
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-31i965: fix depth test on sandybridgeZhenyu Wang
2010-03-05i965: Rename SNB brw_*_key structs to gen6_*_key structs.Eric Anholt
2010-03-05i965: Pack gen6 blend_state_key structure.Eric Anholt
2010-03-02i965: include macros.h to get CLAMP macroBrian Paul
2010-02-25i965: Remove unnecessary headers.Vinson Lee
2010-02-25i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt