index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
gen6_cc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-5
/
+3
*
i965: Emit the depth/stencil state pointer directly, not via atoms.
Kenneth Graunke
2013-06-11
1
-22
/
+0
*
i965: Emit the CC state pointer directly rather than via atoms.
Kenneth Graunke
2013-06-11
1
-5
/
+18
*
i965: Emit the BLEND_STATE pointer directly rather than via atoms.
Kenneth Graunke
2013-06-11
1
-5
/
+18
*
intel: Use accessor for stencil reference values
Chris Forbes
2013-05-15
1
-2
/
+3
*
i965: Avoid segfault in gen6_upload_state
Carl Worth
2013-02-21
1
-1
/
+1
*
i965: Examine _BaseFormat when deciding to perform xRGB_alpha fixups
Carl Worth
2013-01-23
1
-1
/
+2
*
i965: Avoid blending with destination alpha when RB format has no alpha bits
Carl Worth
2013-01-14
1
-0
/
+15
*
i965: Warn on a couple of workarounds in blending.
Eric Anholt
2012-10-16
1
-2
/
+15
*
intel/i965: Disable SampleAlphaToOne if dual source blending enabled
Anuj Phogat
2012-09-29
1
-2
/
+11
*
i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...
Anuj Phogat
2012-07-18
1
-7
/
+21
*
i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.
Paul Berry
2012-06-26
1
-1
/
+9
*
i965: Add support for GL_ARB_draw_buffers_blend.
Eric Anholt
2012-05-04
1
-6
/
+6
*
i965/gen6+: Work around GPU hangs with logic ops on integer textures.
Eric Anholt
2012-01-24
1
-2
/
+7
*
i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.
Eric Anholt
2012-01-24
1
-6
/
+23
*
i965/gen6: Move setup of CC state batches to emit time.
Eric Anholt
2011-10-29
1
-4
/
+4
*
i965/gen6: Fix segfault in prepare_blend_state()
Chad Versace
2011-10-18
1
-1
/
+1
*
i965: Set the pre/post-blend color clamp flags.
Eric Anholt
2011-09-26
1
-0
/
+20
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
1
-1
/
+1
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
1
-2
/
+4
*
i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.
Eric Anholt
2011-06-28
1
-1
/
+2
*
i965/gen6: Fix blending state when no color buffer is bound.
Eric Anholt
2011-05-18
1
-2
/
+12
*
i965/gen6: Fix LogicOp handling for GL_COPY and/or floating-point RTs.
Eric Anholt
2011-04-29
1
-5
/
+13
*
i965/gen6: Use the dynamic state base address to reduce relocations.
Eric Anholt
2011-04-29
1
-6
/
+3
*
i965/gen6: Move the depth/stencil state to state streaming.
Eric Anholt
2011-04-29
1
-8
/
+2
*
i965/gen6: Move the blend state to state streaming.
Eric Anholt
2011-04-29
1
-102
/
+34
*
i965/gen6: Move the color calc state to state streaming.
Eric Anholt
2011-04-29
1
-74
/
+19
*
intel: Add support for ARB_color_buffer_float.
Eric Anholt
2011-04-20
1
-4
/
+4
*
i965: switch gen6 to use its own cc state bo
Chris Wilson
2011-02-21
1
-6
/
+6
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-6
/
+6
*
i965: Rename various gen6 #defines to match the documentation.
Kenneth Graunke
2011-01-06
1
-1
/
+1
*
i965: Set up the per-render-target blend state on gen6.
Eric Anholt
2010-12-08
1
-46
/
+49
*
i965: Set up the color masking for the first drawbuffer on gen6.
Eric Anholt
2010-12-08
1
-0
/
+9
*
i965: Don't try to store gen6 (float) blend constant color in bytes.
Eric Anholt
2010-12-07
1
-1
/
+1
*
i965: Update the gen6 stencil ref state when stencil state changes.
Eric Anholt
2010-10-28
1
-1
/
+1
*
i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.
Eric Anholt
2010-10-19
1
-2
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
i965: fix depth test on sandybridge
Zhenyu Wang
2010-08-31
1
-1
/
+1
*
i965: Rename SNB brw_*_key structs to gen6_*_key structs.
Eric Anholt
2010-03-05
1
-8
/
+8
*
i965: Pack gen6 blend_state_key structure.
Eric Anholt
2010-03-05
1
-2
/
+1
*
i965: include macros.h to get CLAMP macro
Brian Paul
2010-03-02
1
-0
/
+1
*
i965: Remove unnecessary headers.
Vinson Lee
2010-02-25
1
-2
/
+0
*
i965: Giant pile of flushing to track down SNB bringup issues.
Eric Anholt
2010-02-25
1
-0
/
+2
*
i965: Start adding support for the Sandybridge CC unit.
Eric Anholt
2010-02-25
1
-0
/
+296