index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_state.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen10+: Enable object level preemption.
Rafael Antognolli
2018-12-14
1
-1
/
+2
*
i965: Add flag_state param to brw_search_cache
Jordan Justen
2018-07-09
1
-5
/
+3
*
i965: Add brw_stage_cache_id to map gl stages to brw cache_ids
Jordan Justen
2018-07-09
1
-0
/
+2
*
i965: Use ISL for emitting depth/stencil/hiz state on gen6+
Jason Ekstrand
2018-05-08
1
-3
/
+0
*
i965: Use the brw_depthbuffer atom on all gens
Jason Ekstrand
2018-05-08
1
-1
/
+0
*
i965: Reuse batch decoder infrastructure rather than open coding it.
Kenneth Graunke
2018-05-02
1
-1
/
+0
*
i965/icl: Define and use icl mocs settings
Anuj Phogat
2018-02-15
1
-0
/
+6
*
i965/icl: Build and use gen11 functions for genxml state-upload and blorp
Anuj Phogat
2018-02-15
1
-0
/
+1
*
i965: move disk cache from brw_context to intel_screen
Tapani Pälli
2018-01-30
1
-1
/
+1
*
i965: Upload invariant state once at the start of the batch on Gen4-5.
Kenneth Graunke
2017-11-16
1
-1
/
+0
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
1
-6
/
+0
*
i965: Switch over to fully external-or-not MOCS scheme
Jason Ekstrand
2017-11-13
1
-0
/
+3
*
i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is false
Jordan Justen
2017-10-31
1
-0
/
+1
*
i965: Add shader cache support for compute
Jordan Justen
2017-10-31
1
-1
/
+2
*
i965: add initial implementation of on disk shader cache
Timothy Arceri
2017-10-31
1
-0
/
+5
*
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
intel: Rewrite the world of push/pull params
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
i965: Get rid of gen7_cs_state.c
Jason Ekstrand
2017-10-12
1
-0
/
+5
*
i965: Add a helper for populating constant buffers
Jason Ekstrand
2017-10-12
1
-0
/
+7
*
i965: Move brw_upload_pull_constants to gen6_constant_state.c
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
i965: Make brw_update_texture_surface static.
Kenneth Graunke
2017-10-11
1
-4
/
+0
*
i965: Disentangle batch and state buffer flushing.
Kenneth Graunke
2017-09-14
1
-0
/
+1
*
i965: Move brw_state_batch code to intel_batchbuffer.c
Kenneth Graunke
2017-09-14
1
-3
/
+1
*
i965: Drop the BRW_BATCH_STRUCT macro.
Kenneth Graunke
2017-09-01
1
-3
/
+0
*
i965: Inline brw_update_renderbuffer_surfaces().
Kenneth Graunke
2017-08-23
1
-5
/
+0
*
i965: Devirtualize update_renderbuffer_surface.
Kenneth Graunke
2017-08-23
1
-4
/
+0
*
i965: Make brw_update_renderbuffer_surface static.
Kenneth Graunke
2017-08-23
1
-5
/
+0
*
i965: Use ISL for emitting null surface states.
Kenneth Graunke
2017-08-19
1
-8
/
+0
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-1
/
+1
*
i965: Convert WM_STATE to genxml on gen4-5.
Rafael Antognolli
2017-07-18
1
-1
/
+0
*
i965: Convert GS_STATE to genxml.
Rafael Antognolli
2017-07-13
1
-1
/
+0
*
i965: Remove upload_gs_state_for_tf.
Rafael Antognolli
2017-07-13
1
-2
/
+0
*
i965: Convert CC state on gen4-5 to genxml.
Rafael Antognolli
2017-07-13
1
-1
/
+0
*
i965: Convert vs, gs, tcs, tes and cs samplers to genxml.
Rafael Antognolli
2017-06-22
1
-5
/
+0
*
i965: Convert fs sampler state to use genxml.
Rafael Antognolli
2017-06-22
1
-1
/
+0
*
i965: Convert SF_STATE to genxml.
Rafael Antognolli
2017-06-16
1
-1
/
+0
*
i965/cnl: Start using CNL MOCS defines
Anuj Phogat
2017-06-09
1
-0
/
+8
*
i965/cnl: Add gen10 specific function declarations
Anuj Phogat
2017-06-09
1
-0
/
+1
*
i965/miptree: Store fast clear colors in an isl_color_value
Jason Ekstrand
2017-06-07
1
-0
/
+3
*
i965: Fix return type of translate_tex_format()
Chad Versace
2017-06-01
1
-3
/
+3
*
i965: Fix return type of brw_isl_format_for_mesa_format() [v2]
Chad Versace
2017-06-01
1
-2
/
+1
*
i965: Port CC_VIEWPORT to genxml.
Kenneth Graunke
2017-05-29
1
-1
/
+0
*
i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.
Rafael Antognolli
2017-05-11
1
-1
/
+0
*
i965: Port 3DSTATE_INDEX_BUFFER to genxml.
Rafael Antognolli
2017-05-11
1
-1
/
+0
*
i965: Port brw_cs_state tracked state to genxml.
Rafael Antognolli
2017-05-11
1
-1
/
+0
*
i965: Port Gen4-5 VS_STATE to genxml.
Kenneth Graunke
2017-05-11
1
-1
/
+0
*
i965: Move MOCS macros to brw_state.h.
Rafael Antognolli
2017-05-07
1
-0
/
+42
*
i965: Port 3DSTATE_VF to genxml and simplify the implementation.
Kenneth Graunke
2017-05-06
1
-1
/
+0
*
i965: Port gen4+ state emitting code to genxml.
Rafael Antognolli
2017-05-03
1
-5
/
+0
*
i965: Port gen6+ 3DSTATE_CC_STATE_POINTERS state to genxml.
Rafael Antognolli
2017-05-03
1
-1
/
+0
[next]