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_upload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen10+: Enable object level preemption.
Rafael Antognolli
2018-12-14
1
-0
/
+27
*
i965/icl: Set Error Detection Behavior Control Bit in L3CNTLREG
Anuj Phogat
2018-11-01
1
-0
/
+7
*
i965/icl: Set Enabled Texel Offset Precision Fix bit
Anuj Phogat
2018-09-21
1
-0
/
+7
*
i965/icl: Allow headerless sampler messages for pre-emptable contexts
Anuj Phogat
2018-08-21
1
-0
/
+11
*
i965/icl: Don't set float blend optimization bit in CACHE_MODE_SS
Anuj Phogat
2018-07-09
1
-4
/
+0
*
i965: Use absolute addressing for constant buffer 0 on Kernel 4.16+.
Kenneth Graunke
2018-02-17
1
-0
/
+24
*
i965/icl: Enable float blend optimization and Wa3DStateMode
Anuj Phogat
2018-02-15
1
-1
/
+1
*
i965/icl: Build and use gen11 functions for genxml state-upload and blorp
Anuj Phogat
2018-02-15
1
-1
/
+3
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
1
-2
/
+1
*
i965: Make use of brw_load_register_imm32() helper function
Anuj Phogat
2017-11-14
1
-14
/
+8
*
i965/gen10: Implement Wa3DStateMode
Anuj Phogat
2017-11-03
1
-0
/
+14
*
i965/gen10: Enable float blend optimization
Anuj Phogat
2017-11-03
1
-0
/
+6
*
i965: Add shader cache support for compute
Jordan Justen
2017-10-31
1
-1
/
+2
*
i965: Add shader cache support for vertex and fragment stages
Timothy Arceri
2017-10-31
1
-0
/
+2
*
i965: Revert absolute mode for constant buffer pointers.
Kenneth Graunke
2017-10-23
1
-24
/
+0
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
1
-16
/
+20
*
i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE
Iago Toral Quiroga
2017-09-18
1
-1
/
+1
*
i965: Add an INTEL_DEBUG=reemit option.
Kenneth Graunke
2017-09-15
1
-1
/
+1
*
i965: Fix state flagging of Gen6 SOL programs.
Kenneth Graunke
2017-09-02
1
-3
/
+6
*
i965: drop brw->is_broxton
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-14
/
+19
*
i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
Kenneth Graunke
2017-08-23
1
-0
/
+1
*
i965: make sure check_and_emit_atom gets inlined
Tapani Pälli
2017-08-16
1
-1
/
+1
*
i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.
Kenneth Graunke
2017-08-02
1
-0
/
+9
*
i965/miptree: Use num_samples of 1 instead of 0 for single-sampled
Topi Pohjolainen
2017-07-20
1
-1
/
+2
*
i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.
Kenneth Graunke
2017-07-13
1
-0
/
+1
*
i965: Switch to absolute addressing for constant buffer 0.
Kenneth Graunke
2017-07-13
1
-0
/
+24
*
i965/cnl: Don't write to Cache Mode Register 1 on gen10+
Anuj Phogat
2017-06-23
1
-2
/
+4
*
mesa: remove _NEW_BUFFER_OBJECT
Marek Olšák
2017-06-22
1
-1
/
+0
*
i965/cnl: Handle gen10 in switch cases across the driver
Anuj Phogat
2017-06-09
1
-1
/
+3
*
i965: Set the "Float Blend Optimization Enable" bit on Gen9+.
Kenneth Graunke
2017-05-30
1
-1
/
+3
*
i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.
Kenneth Graunke
2017-05-10
1
-1
/
+0
*
i965: Get real per-gen atom lists
Kenneth Graunke
2017-05-03
1
-368
/
+17
*
mesa: don't use _NEW_TEXTURE mainly in mesa/main
Marek Olšák
2017-03-29
1
-1
/
+2
*
i965: add missing brw_defines.h include in brw_program.c
Emil Velikov
2017-03-13
1
-0
/
+1
*
i965: Delete vestiges of resource streamer code.
Kenneth Graunke
2017-03-06
1
-4
/
+0
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-0
/
+1
*
i965: Combine the Gen6 SF and Clip viewport atoms.
Kenneth Graunke
2017-02-06
1
-2
/
+1
*
main: use new driver flag for conservative rasterization state
Lionel Landwerlin
2016-12-13
1
-0
/
+2
*
i965: Move gen8_disable_stages to brw_upload_initial_gpu_state
Nanley Chery
2016-10-31
1
-1
/
+13
*
i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_state
Nanley Chery
2016-10-31
1
-4
/
+0
*
i965: remove unused BRW_STATE_INTERPOLATION_MAP flag
Timothy Arceri
2016-10-26
1
-1
/
+0
*
i965: rewrite brw_setup_vue_interpolation()
Timothy Arceri
2016-10-26
1
-3
/
+2
*
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+0
*
i965: Eliminate brw->tcs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+0
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-3
/
+6
*
i965: Only emit 1 viewport when possible.
Kenneth Graunke
2016-10-03
1
-0
/
+11
*
i965: create populate key functions for tcs and tes
Timothy Arceri
2016-09-27
1
-16
/
+2
[next]