summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
AgeCommit message (Expand)Author
2010-06-12i965: Update gen6 paths for the streaming rework.Eric Anholt
2010-06-11i965: Remove caching of surface state objects.Eric Anholt
2010-06-11i965: Convert the binding table to streamed indirect state.Eric Anholt
2010-06-11i965: Split constant buffer setup from its surface state/binding state.Eric Anholt
2010-06-11i965: Set the CC VP state immediately on state change.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-02-25i965: Set up the SNB sampler state pointers.Eric Anholt
2010-02-25i965: Move PIPELINE_SELECT to the top of gen6 3d pipeline setup.Eric Anholt
2010-02-25i965: Untested Sandybridge WM packets.Eric Anholt
2010-02-25i965: Hook up remaining Sandybridge state packets besides WM.Eric Anholt
2010-02-25i965: Untested Sandybridge SF setup.Eric Anholt
2010-02-25i965: Add Sandybridge viewport setup.Eric Anholt
2010-02-25i965: Enable DRAWING_RECTANGLE emit on Sandybridge.Eric Anholt
2010-02-25i965: Add Sandybridge scissor state.Eric Anholt
2010-02-25i965: Set the state base address on Sandybridge.Eric Anholt
2010-02-25i965: Reconnect the index/vertex setup.Eric Anholt
2010-02-25i965: Set up the SNB URB.Eric Anholt
2010-02-25i965: Get vp-tri batchbuffers running (no rendering).Eric Anholt
2010-02-25i965: Add untested REJECT_ALL clip state.Eric Anholt
2010-02-25i965: Add untested passthrough GS setup.Eric Anholt
2010-02-25i965: Add untested Sandybridge passthrough VS setup.Eric Anholt
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt
2010-02-25i965: Update WM surface state setup for sandybridge's new BLEND_STATE.Eric Anholt
2010-02-25i965: Set up sandybridge depthbuffer.Eric Anholt
2010-02-25intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-01-19intel: Remove dead note_fence vtbl hook.Eric Anholt
2010-01-19i965: Remove obsolete comment about the state atoms.Eric Anholt
2009-11-21i965: Fix several memory leaks on exit.Eric Anholt
2009-11-03intel: avoid unnecessary front buffer flushing/updatingBrian Paul
2009-10-27i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul
2009-09-24i965: Clean up some mess with the batch cache.Eric Anholt
2009-08-26i965: added texture unit sanity checkBrian Paul
2009-08-12i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt
2009-07-07i965: Remove BRW_NEW_INPUT_VARYINGEric Anholt
2009-05-06i965: Split WM constant buffer update from other WM surfaces.Eric Anholt
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt
2009-04-22i965: checkpoint commit: use two state caches instead of oneBrian Paul
2009-04-22i965: remove unused state atom entriesBrian Paul
2009-04-22i965: the brw_constant_buffer state atom is no longer dynamicBrian Paul
2009-04-22i965: add _NEW_PROGRAM_CONSTANTS to mesa_bits[] listBrian Paul
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt
2009-01-07i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt
2008-11-28i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.Eric Anholt
2008-11-28i965: Add debug code for dumping how frequently different dirty bits are set.Eric Anholt
2008-11-06i965: Always check vertex program.Xiang, Haihao
2008-10-28i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt
2008-10-27i965: Remove dead brw->wrap flag.Eric Anholt