aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Use native integer uniforms when the new VS backend is in use.Eric Anholt2011-08-301-2/+0
* i965/vs: Move the flag for whether to use the new backend to the context.Eric Anholt2011-08-301-0/+1
* i965/vs: Implement proper register allocation instead of 1:1 mapping.Eric Anholt2011-08-191-0/+17
* i965: Set up allocation of a VS scratch space if required.Eric Anholt2011-08-161-0/+6
* i965: Remove dead brw->wm.max_threads field.Eric Anholt2011-08-161-1/+0
* i965/vs: Start adding support for uniformsEric Anholt2011-08-161-6/+16
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-161-1/+1
* i965/fs: Factor out the register allocator setup to a separate function.Eric Anholt2011-08-101-0/+23
* i965: Add dumping for gen6 WM constants too.Eric Anholt2011-08-051-0/+1
* i965/gen6: Add state dumping for the VS constants.Eric Anholt2011-07-111-0/+1
* i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt2011-07-111-0/+8
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-0/+24
* i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt2011-06-281-0/+2
* i965: Reuse existing program data when a new compiled program matches.Eric Anholt2011-06-241-0/+1
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-16/+39
* i965/fs: Move the computation of register block count from unit to compile.Eric Anholt2011-05-271-2/+13
* i965: Stop caching the combined depth/stencil region in brw_context.c.Eric Anholt2011-05-181-24/+0
* i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.Kenneth Graunke2011-05-171-9/+13
* i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke2011-05-171-0/+2
* i965: Rename max_vs_handles to max_vs_entries for consistency.Kenneth Graunke2011-05-171-2/+2
* i965: Convert BRW_NEW_* dirty bits to use an enum.Kenneth Graunke2011-05-171-21/+45
* i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt2011-04-291-2/+0
* i965/gen4: Move the GS state to state streaming.Eric Anholt2011-04-291-1/+1
* i965/gen4: Move clip state to state streamingEric Anholt2011-04-291-1/+3
* i965/gen4: Move VS state to state streaming.Eric Anholt2011-04-291-1/+1
* 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-5/+4
* i965/gen4: Move WM state to state streaming.Eric Anholt2011-04-291-1/+1
* i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt2011-04-291-3/+1
* i965/gen6: Move the blend state to state streaming.Eric Anholt2011-04-291-1/+1
* i965/gen6: Move the color calc state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-8/+1
* i965/gen6: Move the SF VP to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the clip VP to state streaming.Eric Anholt2011-04-291-1/+5
* i965/gen6: Stream the VS push constants.Eric Anholt2011-04-291-0/+3
* i965/gen6: Stream the WM push constants.Eric Anholt2011-04-291-2/+2
* i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt2011-04-261-0/+3
* i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke2011-04-181-1/+4
* i965: Document brw_context.state.depth_regionChad Versace2011-04-121-1/+20
* i965: Add comments about URB size units and limits.Kenneth Graunke2011-04-121-4/+4
* i965: Move the SF VP from state caching to state streaming.Eric Anholt2011-04-111-0/+1
* i965: Change the SF unit from state caching to state streaming.Eric Anholt2011-04-111-0/+1
* i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson2011-03-091-0/+3
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-041-2/+2
* i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson2011-03-011-1/+1
* i965: Upload all vertices usedChris Wilson2011-03-011-2/+0
* i965: Remove unused 'next_free_page' memberChris Wilson2011-02-211-5/+0
* intel: extend current vertex buffersChris Wilson2011-02-211-2/+12
* i965: emit one vb packet per vboChris Wilson2011-02-211-4/+11
* i965: upload transient indices into the same discontiguous bufferChris Wilson2011-02-211-1/+0