aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Track the number of samples in the drawbuffer.Eric Anholt2014-04-301-0/+6
* i965: Drop intel_check_front_buffer_rendering().Eric Anholt2014-03-111-2/+0
* i965: Update GS state for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Update multisampling state for Broadwell.Kenneth Graunke2014-01-311-1/+5
* i965: Update BLEND_STATE for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Update SF_CLIP_VIEWPORT for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Update SOL state for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Update the code that disables unused shader stages for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Update 3DSTATE_CLIP for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Rework vertex uploads for Broadwell.Kenneth Graunke2014-01-311-2/+4
* i965: Update STATE_BASE_ADDRESS for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA.Kenneth Graunke2014-01-311-2/+3
* i965: Rework 3DSTATE_VS for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Add the new 3DSTATE_PS_BLEND state packet.Kenneth Graunke2014-01-311-0/+1
* i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL.Kenneth Graunke2014-01-311-1/+1
* i965: Update SF, SBE, and RASTER state for Broadwell.Kenneth Graunke2014-01-311-2/+3
* i965: Duplicate gen7_atoms to gen8_atoms.Kenneth Graunke2014-01-311-1/+79
* i965/gen7: Use to the correct program when uploading transform feedback state.Paul Berry2014-01-231-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Ensure that all necessary state is re-emitted if we run out of aperture.Paul Berry2014-01-131-0/+14
* 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