aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_cc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-2/+1
|/
* i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick2009-12-141-2/+2
* i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick2009-12-101-0/+34
* i965: Always pass the size argument to brw_cache_data.Eric Anholt2009-11-061-1/+2
* i965: Fix fallout from ARB_depth_clamp enablement that broke glDepthRange.Eric Anholt2009-10-291-4/+10
* i965: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-3/+5
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-34/+34
* Track two sets of back-face stencil stateIan Romanick2009-01-231-7/+8
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-6/+6
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-10/+9
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-9/+10
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-4/+2
* 965: cleanups to state emission from aperture checking and state ordering.Eric Anholt2008-08-081-2/+2
* [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-1/+1
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-6/+6
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-1/+2
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-4/+6
* [965] Rename depth_mask in CC key to depth_write, since it's a boolean enable.Eric Anholt2008-01-161-4/+3
* [965] Fix the type of alpha_ref in CC key, fixing ppracer rendering.Eric Anholt2008-01-161-1/+1
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-16/+15