summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-02i965: remove prototypes of not-existing functionsMarcin Ślusarz1-4/+0
2019-03-11i965: Use genxml for emitting PIPE_CONTROL.Kenneth Graunke1-0/+31
2018-12-14i965/gen10+: Enable object level preemption.Rafael Antognolli1-1/+2
2018-07-09i965: Add flag_state param to brw_search_cacheJordan Justen1-5/+3
2018-07-09i965: Add brw_stage_cache_id to map gl stages to brw cache_idsJordan Justen1-0/+2
2018-05-08i965: Use ISL for emitting depth/stencil/hiz state on gen6+Jason Ekstrand1-3/+0
2018-05-08i965: Use the brw_depthbuffer atom on all gensJason Ekstrand1-1/+0
2018-05-02i965: Reuse batch decoder infrastructure rather than open coding it.Kenneth Graunke1-1/+0
2018-02-15i965/icl: Define and use icl mocs settingsAnuj Phogat1-0/+6
2018-02-15i965/icl: Build and use gen11 functions for genxml state-upload and blorpAnuj Phogat1-0/+1
2018-01-30i965: move disk cache from brw_context to intel_screenTapani Pälli1-1/+1
2017-11-16i965: Upload invariant state once at the start of the batch on Gen4-5.Kenneth Graunke1-1/+0
2017-11-15i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke1-6/+0
2017-11-13i965: Switch over to fully external-or-not MOCS schemeJason Ekstrand1-0/+3
2017-10-31i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is falseJordan Justen1-0/+1
2017-10-31i965: Add shader cache support for computeJordan Justen1-1/+2
2017-10-31i965: add initial implementation of on disk shader cacheTimothy Arceri1-0/+5
2017-10-12i965: Store image_param in brw_context instead of prog_dataJason Ekstrand1-1/+1
2017-10-12intel: Rewrite the world of push/pull paramsJason Ekstrand1-1/+1
2017-10-12i965: Get rid of gen7_cs_state.cJason Ekstrand1-0/+5
2017-10-12i965: Add a helper for populating constant buffersJason Ekstrand1-0/+7
2017-10-12i965: Move brw_upload_pull_constants to gen6_constant_state.cJason Ekstrand1-1/+1
2017-10-11i965: Make brw_update_texture_surface static.Kenneth Graunke1-4/+0
2017-09-14i965: Disentangle batch and state buffer flushing.Kenneth Graunke1-0/+1
2017-09-14i965: Move brw_state_batch code to intel_batchbuffer.cKenneth Graunke1-3/+1
2017-09-01i965: Drop the BRW_BATCH_STRUCT macro.Kenneth Graunke1-3/+0
2017-08-23i965: Inline brw_update_renderbuffer_surfaces().Kenneth Graunke1-5/+0
2017-08-23i965: Devirtualize update_renderbuffer_surface.Kenneth Graunke1-4/+0
2017-08-23i965: Make brw_update_renderbuffer_surface static.Kenneth Graunke1-5/+0
2017-08-19i965: Use ISL for emitting null surface states.Kenneth Graunke1-8/+0
2017-08-04i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson1-1/+1
2017-07-18i965: Convert WM_STATE to genxml on gen4-5.Rafael Antognolli1-1/+0
2017-07-13i965: Convert GS_STATE to genxml.Rafael Antognolli1-1/+0
2017-07-13i965: Remove upload_gs_state_for_tf.Rafael Antognolli1-2/+0
2017-07-13i965: Convert CC state on gen4-5 to genxml.Rafael Antognolli1-1/+0
2017-06-22i965: Convert vs, gs, tcs, tes and cs samplers to genxml.Rafael Antognolli1-5/+0
2017-06-22i965: Convert fs sampler state to use genxml.Rafael Antognolli1-1/+0
2017-06-16i965: Convert SF_STATE to genxml.Rafael Antognolli1-1/+0
2017-06-09i965/cnl: Start using CNL MOCS definesAnuj Phogat1-0/+8
2017-06-09i965/cnl: Add gen10 specific function declarationsAnuj Phogat1-0/+1
2017-06-07i965/miptree: Store fast clear colors in an isl_color_valueJason Ekstrand1-0/+3
2017-06-01i965: Fix return type of translate_tex_format()Chad Versace1-3/+3
2017-06-01i965: Fix return type of brw_isl_format_for_mesa_format() [v2]Chad Versace1-2/+1
2017-05-29i965: Port CC_VIEWPORT to genxml.Kenneth Graunke1-1/+0
2017-05-11i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.Rafael Antognolli1-1/+0
2017-05-11i965: Port 3DSTATE_INDEX_BUFFER to genxml.Rafael Antognolli1-1/+0
2017-05-11i965: Port brw_cs_state tracked state to genxml.Rafael Antognolli1-1/+0
2017-05-11i965: Port Gen4-5 VS_STATE to genxml.Kenneth Graunke1-1/+0
2017-05-07i965: Move MOCS macros to brw_state.h.Rafael Antognolli1-0/+42
2017-05-06i965: Port 3DSTATE_VF to genxml and simplify the implementation.Kenneth Graunke1-1/+0