aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove _NEW_PACKUNPACKMarek Olšák2013-04-241-1/+0
* mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák2013-04-241-0/+1
* mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák2013-04-241-1/+4
* i965: Remove the BRW_NEW_INPUT_DIMENSIONS flag.Kenneth Graunke2013-04-081-1/+0
* i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.Kenneth Graunke2013-04-041-1/+0
* i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.Kenneth Graunke2013-04-041-3/+0
* i965: Store the geometry output VUE map in brw_context.Paul Berry2013-03-241-0/+1
* i965: Add missing dirty bits to INTEL_DEBUG=state arrays.Kenneth Graunke2013-02-111-0/+7
* i965: Reorganize brw_bits to match the order in brw_context.h.Kenneth Graunke2013-02-111-5/+5
* i965: Remove some stale comments about the brw_constant_buffer atom.Eric Anholt2013-02-111-6/+0
* intel: Mark some file-local code as static.Eric Anholt2012-09-271-1/+1
* i965: Fix primitive restart on Haswell.Kenneth Graunke2012-09-061-0/+2
* i965: Replace general sw fallback support with a manual check for rendermode.Eric Anholt2012-08-281-16/+1
* i965: Bind UBOs as surfaces like we do for pull constants.Eric Anholt2012-08-071-0/+4
* i965/msaa: Remove TODO comments that are no longer relevant.Paul Berry2012-07-261-2/+2
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-0/+2
* i965: Rename the original binding table to mention that it's the WM now.Eric Anholt2012-02-211-3/+3
* i965: Split the gen6 GS binding table to a separate table.Eric Anholt2012-02-211-0/+1
* i965: Split the VS binding table to a separate table.Eric Anholt2012-02-211-0/+3
* i965/gen7: Skip checking if we need a GS program for now.Eric Anholt2012-02-211-1/+0
* i965: Rewrite the HiZ opChad Versace2012-02-071-1/+0
* i965: Don't reallocate push constant URB space on new VS programs.Kenneth Graunke2012-01-111-0/+1
* i965: Correct misspellings of "invariant".Kenneth Graunke2012-01-071-3/+3
* i965/gen7: Move SOL stage disable to gen7_sol_state.cEric Anholt2011-12-231-0/+1
* i965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.Paul Berry2011-12-231-1/+1
* i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry2011-12-201-0/+1
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-0/+1
* i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace2011-11-221-0/+1
* i965: Make Gen6+ renderbuffer surface updates not depend on NEW_COLOR.Kenneth Graunke2011-11-101-2/+2
* i965: Reorder state atom lists so all the surface state is together.Kenneth Graunke2011-11-101-16/+19
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-101-2/+3
* i965: Clean up code for VS pull constant surface creation.Kenneth Graunke2011-11-101-9/+11
* i965: Use a single binding table for all pipeline stages.Kenneth Graunke2011-11-101-3/+3
* i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.Kenneth Graunke2011-11-101-3/+6
* i965: Combine the two WM pull constant tracked state atoms.Kenneth Graunke2011-11-101-7/+3
* i965: Rename gen6_*_constants tracked state atoms to "push_constants".Kenneth Graunke2011-11-101-4/+4
* i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).Kenneth Graunke2011-11-101-2/+0
* i965: Use new vtable entries for surface state updating functions.Kenneth Graunke2011-11-101-2/+2
* i965: Remove the memcpy()ed atoms array now that everything is emit()-based.Eric Anholt2011-10-291-10/+7
* i965: Merge brw_validate_state() and brw_upload_state() together.Eric Anholt2011-10-291-11/+5
* i965: Remove state upload code for calling prepare() now that there are none.Eric Anholt2011-10-291-20/+3
* i965: Remove some old texturing debug code.Eric Anholt2011-10-291-13/+0
* i965/gen4: Move unit state setup to emit() time.Eric Anholt2011-10-291-0/+1
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-291-19/+0
* i965: Remove copy and pasted gen7_wm_constants state atom.Kenneth Graunke2011-10-201-1/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt2011-06-281-0/+1
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-8/+9
* 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