summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_cc.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Only emit 1 viewport when possible.Kenneth Graunke2016-10-031-3/+7
* i965: Disable hardware blending if advanced blending is in use.Kenneth Graunke2016-08-251-1/+1
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-2/+5
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-2/+2
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-3/+0
* i965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.Kenneth Graunke2014-11-291-3/+4
* i965: Fold the gen7_cc_viewport_state_pointer atom into brw_cc_vp.Kenneth Graunke2014-11-291-1/+8
* i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.Kenneth Graunke2014-11-291-1/+1
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-3/+8
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-2/+2
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-2/+2
* i965: Fix stale comments about the state cache.Eric Anholt2014-07-021-1/+1
* i965: Use the new drm_intel_bo offset64 field.Kenneth Graunke2014-01-201-1/+1
* i965: Set all the supported viewports for GEN7Ian Romanick2014-01-201-8/+13
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-2/+2
* i965: Remove CACHED_BATCH support altogether.Kenneth Graunke2014-01-171-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-4/+4
* i965: Gen4-5: Don't enable hardware alpha test with MRTChris Forbes2013-11-061-1/+2
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-4/+3
* i965: Move intel_context::stats_wm to brw_context.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-3/+3
* intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt2013-06-251-2/+2
* intel: Use accessor for stencil reference valuesChris Forbes2013-05-151-2/+3
* mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák2013-04-241-1/+1
* i965: Avoid blending with destination alpha when RB format has no alpha bitsCarl Worth2013-01-141-6/+6
* i965: Correct _NEW_TRANSOFORM typos.Kenneth Graunke2012-01-071-1/+1
* i965/gen4: Move CC VP to emit() time, since it's only needed by CC's emit().Eric Anholt2011-10-291-2/+2
* 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: Move the CC VP to state streaming.Eric Anholt2011-04-291-18/+21
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-201-4/+4
* i965: Remember to pack the constant blend color as floats into the batchChris Wilson2011-02-241-4/+4
* i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson2011-02-211-12/+10
* intel: use pwrite for batchChris Wilson2011-02-211-1/+1
* i965: drop state_bo references to batch_boChris Wilson2011-02-211-3/+3
* i965: write cc straight to batchChris Wilson2011-02-211-48/+46
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-6/+6
* i965: Rename more #defines to 3DSTATE rather than CMD or CMD_3D.Kenneth Graunke2011-01-101-1/+1
* i965: Move gen4 blend constant color to the gen4 blending file.Eric Anholt2010-11-231-0/+25
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* i965: Also enable CC statistics when doing OQs.Eric Anholt2010-09-211-3/+4
* i965: Stream out CC unit state.Eric Anholt2010-06-121-153/+63
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-2/+1
* i965: Set the CC VP state immediately on state change.Eric Anholt2010-06-111-10/+2
* intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt2010-06-081-6/+3
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-4/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+0
|\
| * i965: Remove unnecessary headers.Vinson Lee2010-01-221-2/+0