summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
AgeCommit message (Expand)Author
2011-03-09i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson
2011-02-21i965: Micro-optimise check_stateChris Wilson
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-08i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke
2011-01-23i965: remove _NEW_ACCUMBrian Paul
2010-12-28Revert "i965: upload multisample state for fragment program change"Zhenyu Wang
2010-12-23i965: upload multisample state for fragment program changeZhenyu Wang
2010-12-07i965: Fix comment about gen6_wm_constants.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-26i965: Set up the constant buffer on gen6 when it's needed.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-28i965: fix scissor state on sandybridgeZhenyu Wang
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-08-25i965: Remove unnecessary header.Vinson Lee
2010-08-22i965: Fix up WM push constant setup on gen6.Eric Anholt
2010-08-22i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt
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