summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-10i965/fs: Factor out the register allocator setup to a separate function.Eric Anholt1-0/+23
2011-08-05i965: Add dumping for gen6 WM constants too.Eric Anholt1-0/+1
2011-07-11i965/gen6: Add state dumping for the VS constants.Eric Anholt1-0/+1
2011-07-11i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt1-0/+8
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-0/+24
2011-06-28i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt1-0/+2
2011-06-24i965: Reuse existing program data when a new compiled program matches.Eric Anholt1-0/+1
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-16/+39
2011-05-27i965/fs: Move the computation of register block count from unit to compile.Eric Anholt1-2/+13
2011-05-18i965: Stop caching the combined depth/stencil region in brw_context.c.Eric Anholt1-24/+0
2011-05-17i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.Kenneth Graunke1-9/+13
2011-05-17i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke1-0/+2
2011-05-17i965: Rename max_vs_handles to max_vs_entries for consistency.Kenneth Graunke1-2/+2
2011-05-17i965: Convert BRW_NEW_* dirty bits to use an enum.Kenneth Graunke1-21/+45
2011-04-29i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt1-2/+0
2011-04-29i965/gen4: Move the GS state to state streaming.Eric Anholt1-1/+1
2011-04-29i965/gen4: Move clip state to state streamingEric Anholt1-1/+3
2011-04-29i965/gen4: Move VS state to state streaming.Eric Anholt1-1/+1
2011-04-29i965/gen6: Move scissor state to state streaming.Eric Anholt1-1/+0
2011-04-29i965: Move sampler state to state streaming.Eric Anholt1-5/+4
2011-04-29i965/gen4: Move WM state to state streaming.Eric Anholt1-1/+1
2011-04-29i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt1-3/+1
2011-04-29i965/gen6: Move the blend state to state streaming.Eric Anholt1-1/+1
2011-04-29i965/gen6: Move the color calc state to state streaming.Eric Anholt1-1/+0
2011-04-29i965: Move the CC VP to state streaming.Eric Anholt1-8/+1
2011-04-29i965/gen6: Move the SF VP to state streaming.Eric Anholt1-1/+0
2011-04-29i965/gen6: Move the clip VP to state streaming.Eric Anholt1-1/+5
2011-04-29i965/gen6: Stream the VS push constants.Eric Anholt1-0/+3
2011-04-29i965/gen6: Stream the WM push constants.Eric Anholt1-2/+2
2011-04-26i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt1-0/+3
2011-04-18i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke1-1/+4
2011-04-12i965: Document brw_context.state.depth_regionChad Versace1-1/+20
2011-04-12i965: Add comments about URB size units and limits.Kenneth Graunke1-4/+4
2011-04-11i965: Move the SF VP from state caching to state streaming.Eric Anholt1-0/+1
2011-04-11i965: Change the SF unit from state caching to state streaming.Eric Anholt1-0/+1
2011-03-09i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson1-0/+3
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson1-2/+2
2011-03-01i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson1-1/+1
2011-03-01i965: Upload all vertices usedChris Wilson1-2/+0
2011-02-21i965: Remove unused 'next_free_page' memberChris Wilson1-5/+0
2011-02-21intel: extend current vertex buffersChris Wilson1-2/+12
2011-02-21i965: emit one vb packet per vboChris Wilson1-4/+11
2011-02-21i965: upload transient indices into the same discontiguous bufferChris Wilson1-1/+0
2011-02-21i965: drop state_bo references to batch_boChris Wilson1-5/+0
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson1-8/+0
2011-02-08i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke1-1/+1
2011-02-04i965: Drop the dead tracking of color_regions[].Eric Anholt1-2/+0
2010-12-06i965: Nuke brw_wm_glsl.c.Eric Anholt1-1/+1
2010-10-27i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt1-2/+40
2010-10-22i965: Add support for pull constants to the new FS backend.Eric Anholt1-3/+3