summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-02i965/cs: Setup push constant data for uniformsJordan Justen1-0/+2
2015-08-11i965: Hook up image state upload.Francisco Jerez1-0/+12
2015-07-18i965: Enable hardware-generated binding tables on render path.Abdiel Janulgue1-0/+4
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson1-2/+2
2015-06-17i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin1-2/+4
2015-05-02i965: Upload atomic buffer state for compute shadersJordan Justen1-0/+2
2015-05-02i965/state: Emit pipeline select when changing pipelinesJordan Justen1-0/+5
2015-05-02i965/cs: Emit state base addressJordan Justen1-0/+2
2015-05-02i965/cs: Upload brw_cs_stateJordan Justen1-0/+2
2015-05-02i965/cs: Emit compute shader code and upload programsJordan Justen1-0/+3