aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a TexBO binding changesChris Forbes2014-10-161-0/+1
* i965: Add new dirty flag for new TexBOs.Chris Forbes2014-10-161-0/+1
* i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.Kenneth Graunke2014-10-011-2/+2
* i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits.Kenneth Graunke2014-10-011-16/+7
* i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.Kenneth Graunke2014-10-011-1/+0
* i965/gen6/gs: upload ubo and pull constants surfaces.Iago Toral Quiroga2014-09-191-0/+2
* i965/gen6/gs: Enable texture units and upload sampler state.Iago Toral Quiroga2014-09-191-0/+1
* i965/gs: Reuse gen6 constant push buffers setup code in gen7+.Samuel Iglesias Gonsalvez2014-09-191-2/+2
* i965/gen6/gs: Setup constant push buffers for gen6 geometry shaders.Iago Toral Quiroga2014-09-191-0/+1
* i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs_progSamuel Iglesias Gonsalvez2014-09-191-1/+1
* i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke2014-09-101-3/+3
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-48/+37
* mesa: Convert NewDriverState to 64-bitsJordan Justen2014-09-011-1/+1
* i965: Modify state upload to allow 2 different sets of state atoms.Paul Berry2014-09-011-23/+30
* i965: Modify dirty bit handling to support 2 pipelines.Paul Berry2014-09-011-5/+9
* i965: Create a macro for setting all dirty bits.Paul Berry2014-09-011-2/+2
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-7/+7
* 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