summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_cc.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Disable hardware blending if advanced blending is in use.Kenneth Graunke2016-08-251-1/+2
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-0/+2
* mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-241-3/+3
* i965: Add state bit to trigger re-emission of color calculator state.Francisco Jerez2016-01-141-0/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* i965: allocate at least 1 BLEND_STATE elementMike Stroyan2015-07-021-1/+1
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-2/+0
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-6/+9
* i965/skl: Update stencil reference handling for Skylake.Kenneth Graunke2014-11-031-3/+6
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-5/+3
* i965: Emit the depth/stencil state pointer directly, not via atoms.Kenneth Graunke2013-06-111-22/+0
* i965: Emit the CC state pointer directly rather than via atoms.Kenneth Graunke2013-06-111-5/+18
* i965: Emit the BLEND_STATE pointer directly rather than via atoms.Kenneth Graunke2013-06-111-5/+18
* intel: Use accessor for stencil reference valuesChris Forbes2013-05-151-2/+3
* i965: Avoid segfault in gen6_upload_stateCarl Worth2013-02-211-1/+1
* i965: Examine _BaseFormat when deciding to perform xRGB_alpha fixupsCarl Worth2013-01-231-1/+2
* i965: Avoid blending with destination alpha when RB format has no alpha bitsCarl Worth2013-01-141-0/+15
* i965: Warn on a couple of workarounds in blending.Eric Anholt2012-10-161-2/+15
* intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat2012-09-291-2/+11
* i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...Anuj Phogat2012-07-181-7/+21
* i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.Paul Berry2012-06-261-1/+9
* i965: Add support for GL_ARB_draw_buffers_blend.Eric Anholt2012-05-041-6/+6
* i965/gen6+: Work around GPU hangs with logic ops on integer textures.Eric Anholt2012-01-241-2/+7
* i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.Eric Anholt2012-01-241-6/+23
* i965/gen6: Move setup of CC state batches to emit time.Eric Anholt2011-10-291-4/+4
* i965/gen6: Fix segfault in prepare_blend_state()Chad Versace2011-10-181-1/+1
* i965: Set the pre/post-blend color clamp flags.Eric Anholt2011-09-261-0/+20
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-191-1/+1
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-2/+4
* i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt2011-06-281-1/+2
* i965/gen6: Fix blending state when no color buffer is bound.Eric Anholt2011-05-181-2/+12
* i965/gen6: Fix LogicOp handling for GL_COPY and/or floating-point RTs.Eric Anholt2011-04-291-5/+13
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-6/+3
* i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt2011-04-291-8/+2
* i965/gen6: Move the blend state to state streaming.Eric Anholt2011-04-291-102/+34
* i965/gen6: Move the color calc state to state streaming.Eric Anholt2011-04-291-74/+19
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-201-4/+4
* i965: switch gen6 to use its own cc state boChris Wilson2011-02-211-6/+6
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-6/+6
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: Set up the per-render-target blend state on gen6.Eric Anholt2010-12-081-46/+49
* i965: Set up the color masking for the first drawbuffer on gen6.Eric Anholt2010-12-081-0/+9
* i965: Don't try to store gen6 (float) blend constant color in bytes.Eric Anholt2010-12-071-1/+1
* i965: Update the gen6 stencil ref state when stencil state changes.Eric Anholt2010-10-281-1/+1
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* i965: fix depth test on sandybridgeZhenyu Wang2010-08-311-1/+1
* i965: Rename SNB brw_*_key structs to gen6_*_key structs.Eric Anholt2010-03-051-8/+8
* i965: Pack gen6 blend_state_key structure.Eric Anholt2010-03-051-2/+1