summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-29mesa: don't use _NEW_TEXTURE mainly in mesa/mainMarek Olšák1-1/+2
2017-03-13i965: add missing brw_defines.h include in brw_program.cEmil Velikov1-0/+1
2017-03-06i965: Delete vestiges of resource streamer code.Kenneth Graunke1-4/+0
2017-03-01i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand1-0/+1
2017-02-06i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke1-2/+1
2016-12-13main: use new driver flag for conservative rasterization stateLionel Landwerlin1-0/+2
2016-10-31i965: Move gen8_disable_stages to brw_upload_initial_gpu_stateNanley Chery1-1/+13
2016-10-31i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_stateNanley Chery1-4/+0
2016-10-26i965: remove unused BRW_STATE_INTERPOLATION_MAP flagTimothy Arceri1-1/+0
2016-10-26i965: rewrite brw_setup_vue_interpolation()Timothy Arceri1-3/+2
2016-10-05i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke1-1/+0
2016-10-05i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke1-1/+0
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke1-3/+6
2016-10-03i965: Only emit 1 viewport when possible.Kenneth Graunke1-0/+11
2016-09-27i965: create populate key functions for tcs and tesTimothy Arceri1-16/+2
2016-08-31i965: Merge gen7_clip_state atom into gen6_clip_state atom.Kenneth Graunke1-1/+1
2016-08-25i965: Upload surface state for non-coherent framebuffer fetch.Francisco Jerez1-0/+4
2016-07-14i965: fix compiler warnings for 32bit buildTimothy Arceri1-1/+1
2016-06-23i965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_state atoms.Kenneth Graunke1-1/+1
2016-05-16i965: Send the minimal number of STATE_BASE_ADDRESS packets.Kenneth Graunke1-12/+2
2016-05-16i965: Combine Gen4-7 and Gen8+ state base address emitters.Kenneth Graunke1-2/+2
2016-05-16i965: Move Gen4-5 programs to brw_upload_programs() too.Kenneth Graunke1-5/+6
2016-04-23i965: Introduce state flag for blorpTopi Pohjolainen1-0/+1
2016-02-11i965: Split brw_upload_texture_surfaces into compute/render atoms.Kenneth Graunke1-2/+2
2016-01-19i965: Implement compute sampler state atom.Francisco Jerez1-0/+2
2016-01-14i965: Add state bit to trigger re-emission of color calculator state.Francisco Jerez1-0/+1
2015-12-28i965: Add the TCS/TES state upload atoms to the gen7_atoms list.Kenneth Graunke1-0/+14
2015-12-22i965: Handle mix-and-match TCS/TES with separate shader objects.Kenneth Graunke1-9/+29
2015-12-22i965: Upload HS push constants whenever default tess. levels change.Kenneth Graunke1-0/+2
2015-12-22i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.Kenneth Graunke1-4/+3
2015-12-22i965: Only call brw_upload_tcs/tes_prog when using tessellation.Kenneth Graunke1-2/+9
2015-12-22i965: Add tessellation control shaders.Kenneth Graunke1-0/+1
2015-12-22i965: Add tessellation evaluation shadersKenneth Graunke1-0/+3
2015-12-11i965: Add tessellation shader push constant support.Kenneth Graunke1-0/+2
2015-12-11i965: Add tessellation shader sampler support.Kenneth Graunke1-0/+2
2015-12-11i965: Add tessellation shader surface support.Kenneth Graunke1-0/+12
2015-12-09i965: Hook up L3 partitioning state atom.Francisco Jerez1-0/+4
2015-12-09i965: Define and use REG_MASK macro to make masked MMIO writes slightly more ...Francisco Jerez1-1/+1
2015-12-09i965: Define state flag to signal that the URB size has been altered.Francisco Jerez1-0/+1
2015-12-07i965: Add state bits for tess stagesChris Forbes1-0/+7
2015-12-07i965: Add backend structures for tess stagesChris Forbes1-0/+8
2015-12-07i965: Create new files for HS/DS/TE state upload code.Kenneth Graunke1-1/+6
2015-11-11i965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.Kenneth Graunke1-3/+1
2015-11-01i965: Setup pull constant state for compute programsJordan Justen1-0/+2
2015-09-30i965/cs: Upload UBO/SSBO surfacesJordan Justen1-0/+2
2015-09-29i965/cs: Setup surface binding for gl_NumWorkGroupsJordan Justen1-0/+3
2015-09-26i965: Simplify handling of VUE map changes.Kenneth Graunke1-1/+15
2015-09-25i965: Implement DriverFlags.NewShaderStorageBufferIago Toral Quiroga1-0/+1
2015-09-10i965/cs: Emit texture surfaces to enable CS samplingJordan Justen1-0/+2
2015-09-10i965: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1