Searched refs:rebase (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/
H A Drepository.rst133 would rebase your branch prior to merging with main. But for small
134 changes to the main branch itself, you also need to use the rebase
166 git pull --rebase
178 If the rebase resulted in conflicts or changes that could affect the
182 If you want the rebase action to be the default action, then
186 git config branch.main.rebase true
H A Dsubmittingpatches.rst164 to test this is to make use of the \`git rebase\` command, to run your
170 $ git rebase --interactive --exec "meson test -C build/" origin/main
190 Tick the following when creating the MR. It allows developers to rebase
381 - ``git rebase -i ...`` is your friend. Don't be afraid to use it.
388 git rebase -i --autosquash ...
394 git rebase -i --exec="ninja -C build/" HEAD~8
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_misc_state.c157 bool rebase = tile_x & 7 || tile_y & 7; local in function:rebase_depth_stencil
160 rebase |= (!devinfo->has_surface_tile_offset && (tile_x || tile_y));
162 if (rebase) {
177 * will still have an offset post-rebase. At least give an informative
252 /* If there is no depth attachment, consider if stencil needs rebase. */
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_misc_state.c157 bool rebase = tile_x & 7 || tile_y & 7; local in function:rebase_depth_stencil
160 rebase |= (!devinfo->has_surface_tile_offset && (tile_x || tile_y));
162 if (rebase) {
177 * will still have an offset post-rebase. At least give an informative
252 /* If there is no depth attachment, consider if stencil needs rebase. */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_sched_gm107.h20 void rebase(const int base) function in struct:nv50_ir::SchedDataCalculatorGM107::RegScores
H A Dnv50_ir_emit_nvc0.cpp3044 void rebase(const int base) function in struct:nv50_ir::SchedDataCalculator::RegScores
3314 score->rebase(cycle); // common base for initializing out blocks' scores
H A Dnv50_ir_emit_gm107.cpp4431 score->rebase(cycle); // common base for initializing out blocks' scores
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst201 string related to your branch (so that if you rebase on someone else's
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp3728 void rebase(const int base) function in struct:nv50_ir::SchedDataCalculatorGM107::RegScores
4508 score->rebase(cycle); // common base for initializing out blocks' scores
H A Dnv50_ir_emit_nvc0.cpp3036 void rebase(const int base) function in struct:nv50_ir::SchedDataCalculator::RegScores
3306 score->rebase(cycle); // common base for initializing out blocks' scores
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst394 - radv: Fix rebase issue in 19.0 for float16 fix.
885 - egl: fix bad rebase
H A D20.0.0.rst2881 - aco: fix rebase error from GS copy shader support
H A D7.10.rst1203 - i965: Don't rebase the index buffer to min 0 if any arrays are in
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json2569 "description": "intel/compiler: remove what looks like a bad rebase",
[all...]

Completed in 140 milliseconds