aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move intel_context::hw_ctx to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-1/+1
* i965: Emit the depth/stencil state pointer directly, not via atoms.Kenneth Graunke2013-06-111-3/+0
* i965: Emit the CC state pointer directly rather than via atoms.Kenneth Graunke2013-06-111-2/+0
* i965: Emit the BLEND_STATE pointer directly rather than via atoms.Kenneth Graunke2013-06-111-2/+0
* Revert "i965: Disable unused pipeline stages once at startup on Gen7+."Kenneth Graunke2013-06-111-1/+1
* i965: Allocate push constant L3 space once at startup on Gen7+.Kenneth Graunke2013-06-101-1/+1
* i965: Disable unused pipeline stages once at startup on Gen7+.Kenneth Graunke2013-06-101-1/+4
* i965: Emit invariant state once at startup on Gen6+.Kenneth Graunke2013-06-101-2/+16
* i965: Change return type of check_state() to bool.Kenneth Graunke2013-06-101-2/+2
* i965: Remove unused second parameter of brw_print_dirty_count().Kenneth Graunke2013-06-101-4/+4
* i965: Kill software primitive counting entirely.Kenneth Graunke2013-05-211-2/+0
* i965: Fix build failureAnuj Phogat2013-05-201-0/+1
* i965: Create a BRW_NEW_META_IN_PROGRESS state flag.Kenneth Graunke2013-05-201-0/+6
* mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECTMarek Olšák2013-05-111-0/+1
* 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