aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965/gen10+: Enable object level preemption.Rafael Antognolli2018-12-141-0/+27
* i965/icl: Set Error Detection Behavior Control Bit in L3CNTLREGAnuj Phogat2018-11-011-0/+7
* i965/icl: Set Enabled Texel Offset Precision Fix bitAnuj Phogat2018-09-211-0/+7
* i965/icl: Allow headerless sampler messages for pre-emptable contextsAnuj Phogat2018-08-211-0/+11
* i965/icl: Don't set float blend optimization bit in CACHE_MODE_SSAnuj Phogat2018-07-091-4/+0
* i965: Use absolute addressing for constant buffer 0 on Kernel 4.16+.Kenneth Graunke2018-02-171-0/+24
* i965/icl: Enable float blend optimization and Wa3DStateModeAnuj Phogat2018-02-151-1/+1
* i965/icl: Build and use gen11 functions for genxml state-upload and blorpAnuj Phogat2018-02-151-1/+3
* i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke2017-11-151-2/+1
* i965: Make use of brw_load_register_imm32() helper functionAnuj Phogat2017-11-141-14/+8
* i965/gen10: Implement Wa3DStateModeAnuj Phogat2017-11-031-0/+14
* i965/gen10: Enable float blend optimizationAnuj Phogat2017-11-031-0/+6
* i965: Add shader cache support for computeJordan Justen2017-10-311-1/+2
* i965: Add shader cache support for vertex and fragment stagesTimothy Arceri2017-10-311-0/+2
* i965: Revert absolute mode for constant buffer pointers.Kenneth Graunke2017-10-231-24/+0
* i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke2017-09-261-16/+20
* i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATEIago Toral Quiroga2017-09-181-1/+1
* i965: Add an INTEL_DEBUG=reemit option.Kenneth Graunke2017-09-151-1/+1
* i965: Fix state flagging of Gen6 SOL programs.Kenneth Graunke2017-09-021-3/+6
* i965: drop brw->is_broxtonLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-14/+19
* i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke2017-08-231-0/+1
* i965: make sure check_and_emit_atom gets inlinedTapani Pälli2017-08-161-1/+1
* i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.Kenneth Graunke2017-08-021-0/+9
* i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen2017-07-201-1/+2
* i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.Kenneth Graunke2017-07-131-0/+1
* i965: Switch to absolute addressing for constant buffer 0.Kenneth Graunke2017-07-131-0/+24
* i965/cnl: Don't write to Cache Mode Register 1 on gen10+Anuj Phogat2017-06-231-2/+4
* mesa: remove _NEW_BUFFER_OBJECTMarek Olšák2017-06-221-1/+0
* i965/cnl: Handle gen10 in switch cases across the driverAnuj Phogat2017-06-091-1/+3
* i965: Set the "Float Blend Optimization Enable" bit on Gen9+.Kenneth Graunke2017-05-301-1/+3
* i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.Kenneth Graunke2017-05-101-1/+0
* i965: Get real per-gen atom listsKenneth Graunke2017-05-031-368/+17
* mesa: don't use _NEW_TEXTURE mainly in mesa/mainMarek Olšák2017-03-291-1/+2
* i965: add missing brw_defines.h include in brw_program.cEmil Velikov2017-03-131-0/+1
* i965: Delete vestiges of resource streamer code.Kenneth Graunke2017-03-061-4/+0
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-011-0/+1
* i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke2017-02-061-2/+1
* main: use new driver flag for conservative rasterization stateLionel Landwerlin2016-12-131-0/+2
* i965: Move gen8_disable_stages to brw_upload_initial_gpu_stateNanley Chery2016-10-311-1/+13
* i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_stateNanley Chery2016-10-311-4/+0
* i965: remove unused BRW_STATE_INTERPOLATION_MAP flagTimothy Arceri2016-10-261-1/+0
* i965: rewrite brw_setup_vue_interpolation()Timothy Arceri2016-10-261-3/+2
* i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke2016-10-051-1/+0
* i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke2016-10-051-1/+0
* i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke2016-10-051-3/+6
* i965: Only emit 1 viewport when possible.Kenneth Graunke2016-10-031-0/+11
* i965: create populate key functions for tcs and tesTimothy Arceri2016-09-271-16/+2