aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Stop caching the combined depth/stencil region in brw_context.c.Eric Anholt2011-05-181-1/+0
* i965: Fix SAMPLER_STATE on Ivybridge.Kenneth Graunke2011-05-171-1/+1
* i965: Update SURFACE_STATE for Ivybridge.Kenneth Graunke2011-05-171-3/+3
* i965: Add depth buffer support on Ivybridge.Kenneth Graunke2011-05-171-1/+1
* i965: Upload sampler state pointers on Ivybridge.Kenneth Graunke2011-05-171-1/+0
* i965: Upload binding table pointers on Ivybridge.Kenneth Graunke2011-05-171-2/+0
* i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.Kenneth Graunke2011-05-171-1/+3
* i965: Explicitly disable unused pipeline stages on Ivybridge.Kenneth Graunke2011-05-171-1/+1
* i965: Initial Ivybridge VS state.Kenneth Graunke2011-05-171-1/+1
* i965: Initial Ivybridge Viewport state setup.Kenneth Graunke2011-05-171-4/+2
* i965: Initial Ivybridge Clip state setup.Kenneth Graunke2011-05-171-1/+1
* i965: Initial Ivybridge CC state setup.Kenneth Graunke2011-05-171-1/+3
* i965: Initial Ivybridge WM/PS state setup.Kenneth Graunke2011-05-171-2/+3
* i965: Initial Ivybridge SF/SBE state setup.Kenneth Graunke2011-05-171-1/+2
* i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke2011-05-171-1/+1
* i965: Split out tracked state atoms for Ivybridge.Kenneth Graunke2011-05-171-1/+70
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-2/+3
* i965/gen6: Move scissor state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-0/+2
* i965/gen6: Stream the VS push constants.Eric Anholt2011-04-291-0/+1
* i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson2011-03-091-42/+40
* i965: Micro-optimise check_stateChris Wilson2011-02-211-7/+5
* i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson2011-02-211-4/+0
* intel: use pwrite for batchChris Wilson2011-02-211-1/+1
* i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke2011-02-081-0/+4
* i965: remove _NEW_ACCUMBrian Paul2011-01-231-1/+0
* Revert "i965: upload multisample state for fragment program change"Zhenyu Wang2010-12-281-1/+0
* i965: upload multisample state for fragment program changeZhenyu Wang2010-12-231-0/+1
* i965: Fix comment about gen6_wm_constants.Eric Anholt2010-12-071-1/+1
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-2/+2
* i965: Set up the constant buffer on gen6 when it's needed.Eric Anholt2010-10-261-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: fix scissor state on sandybridgeZhenyu Wang2010-09-281-0/+1
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-231-1/+0
* 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