aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove unnecessary header.Vinson Lee2010-08-251-1/+0
* i965: Fix up WM push constant setup on gen6.Eric Anholt2010-08-221-1/+1
* i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt2010-08-221-2/+2
* i965: Update gen6 paths for the streaming rework.Eric Anholt2010-06-121-1/+4
* i965: Remove caching of surface state objects.Eric Anholt2010-06-111-1/+0
* i965: Convert the binding table to streamed indirect state.Eric Anholt2010-06-111-1/+3
* i965: Split constant buffer setup from its surface state/binding state.Eric Anholt2010-06-111-0/+3
* i965: Set the CC VP state immediately on state change.Eric Anholt2010-06-111-1/+0
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-1/+1
* i965: Set up the SNB sampler state pointers.Eric Anholt2010-02-251-0/+1
* i965: Move PIPELINE_SELECT to the top of gen6 3d pipeline setup.Eric Anholt2010-02-251-2/+2
* i965: Untested Sandybridge WM packets.Eric Anholt2010-02-251-1/+1
* i965: Hook up remaining Sandybridge state packets besides WM.Eric Anholt2010-02-251-24/+6
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-5/+2
* i965: Add Sandybridge viewport setup.Eric Anholt2010-02-251-2/+6
* i965: Enable DRAWING_RECTANGLE emit on Sandybridge.Eric Anholt2010-02-251-1/+1
* i965: Add Sandybridge scissor state.Eric Anholt2010-02-251-0/+3
* i965: Set the state base address on Sandybridge.Eric Anholt2010-02-251-0/+3
* i965: Reconnect the index/vertex setup.Eric Anholt2010-02-251-3/+2
* i965: Set up the SNB URB.Eric Anholt2010-02-251-1/+1
* i965: Get vp-tri batchbuffers running (no rendering).Eric Anholt2010-02-251-1/+1
* i965: Add untested REJECT_ALL clip state.Eric Anholt2010-02-251-2/+1
* i965: Add untested passthrough GS setup.Eric Anholt2010-02-251-1/+1
* i965: Add untested Sandybridge passthrough VS setup.Eric Anholt2010-02-251-1/+2
* i965: Start adding support for the Sandybridge CC unit.Eric Anholt2010-02-251-1/+6
* i965: Update WM surface state setup for sandybridge's new BLEND_STATE.Eric Anholt2010-02-251-0/+2
* i965: Set up sandybridge depthbuffer.Eric Anholt2010-02-251-0/+2
* intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt2010-02-251-4/+92
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* intel: Remove dead note_fence vtbl hook.Eric Anholt2010-01-191-1/+0
* i965: Remove obsolete comment about the state atoms.Eric Anholt2010-01-191-7/+1
* i965: Fix several memory leaks on exit.Eric Anholt2009-11-211-1/+1
* intel: avoid unnecessary front buffer flushing/updatingBrian Paul2009-11-031-0/+3
* i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul2009-10-271-1/+1
* i965: Clean up some mess with the batch cache.Eric Anholt2009-09-241-1/+2
* i965: added texture unit sanity checkBrian Paul2009-08-261-0/+13
* i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt2009-08-121-0/+2
* i965: Remove BRW_NEW_INPUT_VARYINGEric Anholt2009-07-071-1/+0
* i965: Split WM constant buffer update from other WM surfaces.Eric Anholt2009-05-061-0/+1
* i965: Disentangle VS constant surface state from WM surface state.Eric Anholt2009-05-061-1/+2
* i965: checkpoint commit: use two state caches instead of oneBrian Paul2009-04-221-2/+2
* i965: remove unused state atom entriesBrian Paul2009-04-221-9/+1
* i965: the brw_constant_buffer state atom is no longer dynamicBrian Paul2009-04-221-26/+5
* i965: add _NEW_PROGRAM_CONSTANTS to mesa_bits[] listBrian Paul2009-04-221-0/+1
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-4/+5
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-021-1/+0
* i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt2009-01-071-4/+0
* i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.Eric Anholt2008-11-281-1/+0
* i965: Add debug code for dumping how frequently different dirty bits are set.Eric Anholt2008-11-281-0/+126
* i965: Always check vertex program.Xiang, Haihao2008-11-061-1/+4