aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-7/+7
* i965: Implement ABO surface state emission.Francisco Jerez2013-10-291-0/+5
* i965: Move DriverFlag initialization to brw_init_state().Kenneth Graunke2013-10-131-0/+5
* i965: Move state setup from brwCreateContext to brw_init_state().Kenneth Graunke2013-10-131-0/+8
* i965: Remove the brw_context::emit_state_always flag.Kenneth Graunke2013-10-131-1/+2
* i965: Add some missing bits to {mesa,brw,cache}_bits[].Paul Berry2013-09-171-0/+12
* i965/gs: Add a state atom to set up geometry shader state.Paul Berry2013-09-111-0/+2
* i965/gs: Implement support for geometry shader samplers.Paul Berry2013-08-311-0/+1
* i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry2013-08-311-0/+1
* i965/gs: Implement support for geometry shader surfaces.Paul Berry2013-08-311-0/+3
* i965/gs: Allocate push constant space for use by GS.Paul Berry2013-08-311-4/+1
* i965: rename legacy gs structs and functions to ff_gs.Paul Berry2013-08-311-4/+4
* i965/gs: Add brw->geometry_program.Paul Berry2013-08-231-0/+5
* i965: Split the brw_samplers atom into separate FS/VS stages.Kenneth Graunke2013-08-191-3/+6
* i965: Make upload_sampler_state_table a virtual function.Kenneth Graunke2013-08-191-1/+1
* i965: add missing BRW_NEW_INTERPOLATION_MAP to state dumpChris Forbes2013-08-101-0/+1
* i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes2013-08-011-0/+3
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-5/+3
* i965: Move intel_context::NewGLState to brw_context.Kenneth Graunke2013-07-091-2/+2
* 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