Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-19 | i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver. | Eric Anholt | |
These were for debugging in bringup. Now that relatively complicated apps are working, they haven't helped debug anything in quite a while. | |||
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-08-31 | i965: fix depth test on sandybridge | Zhenyu Wang | |
This includes several corrections for fixing depth test on sandybridge. Fix wrong bits definition in depth stencil state. Fix wrong order of state buffer offset in 3DSTATE_CC_STATE_POINTERS command. Correctly use buffer width parameter in depth buffer setting. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> | |||
2010-03-05 | i965: Rename SNB brw_*_key structs to gen6_*_key structs. | Eric Anholt | |
2010-03-05 | i965: Pack gen6 blend_state_key structure. | Eric Anholt | |
2010-03-02 | i965: include macros.h to get CLAMP macro | Brian Paul | |
2010-02-25 | i965: Remove unnecessary headers. | Vinson Lee | |
2010-02-25 | i965: Giant pile of flushing to track down SNB bringup issues. | Eric Anholt | |
This should go away before we push the code. | |||
2010-02-25 | i965: Start adding support for the Sandybridge CC unit. | Eric Anholt | |